Searched defs:clkid (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/drivers/clk/renesas/ |
D | renesas-cpg-mssr.c | 72 const unsigned long clkid = clk->id & 0xffff; in renesas_clk_get_mod() local 90 const unsigned long clkid = clk->id & 0xffff; in renesas_clk_get_core() local 135 const unsigned long clkid = clk->id & 0xffff; in renesas_clk_endisable() local
|
/external/u-boot/arch/arm/mach-tegra/ |
D | clock.c | 71 static struct clk_pll *get_pll(enum clock_id clkid) in get_pll() 84 __weak struct clk_pll_simple *clock_get_simple_pll(enum clock_id clkid) in clock_get_simple_pll() 89 int clock_ll_read_pll(enum clock_id clkid, u32 *divm, u32 *divn, in clock_ll_read_pll() 113 unsigned long clock_start_pll(enum clock_id clkid, u32 divm, u32 divn, in clock_start_pll() 263 int clock_set_pllout(enum clock_id clkid, enum pll_out_id pllout, unsigned rate) in clock_set_pllout() 488 void clock_enable(enum periph_id clkid) in clock_enable() 493 void clock_disable(enum periph_id clkid) in clock_disable() 532 unsigned clock_get_rate(enum clock_id clkid) in clock_get_rate() 588 int clock_set_rate(enum clock_id clkid, u32 n, u32 m, u32 p, u32 cpcon) in clock_set_rate()
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | portable_timer.hh | 148 Portable_Timer(int clkid) : m_clkid(clkid) in Portable_Timer()
|
/external/libusb/libusb/os/ |
D | haiku_usb_raw.cpp | 189 haiku_clock_gettime(int clkid, struct timespec *tp) in haiku_clock_gettime()
|
D | netbsd_usb.c | 494 netbsd_clock_gettime(int clkid, struct timespec *tp) in netbsd_clock_gettime()
|
D | openbsd_usb.c | 540 obsd_clock_gettime(int clkid, struct timespec *tp) in obsd_clock_gettime()
|
D | sunos_usb.c | 1121 sunos_clock_gettime(int clkid, struct timespec *tp) in sunos_clock_gettime()
|
/external/linux-kselftest/tools/testing/selftests/ptp/ |
D | testptp.c | 165 clockid_t clkid; in main() local
|
/external/u-boot/arch/arm/mach-tegra/tegra124/ |
D | clock.c | 1149 struct clk_pll_simple *clock_get_simple_pll(enum clock_id clkid) in clock_get_simple_pll()
|