Symbol: clock_device
sys/arch/arm64/dev/aplnco.c
58
struct clock_device sc_cd;
sys/arch/arm64/dev/rpiclock.c
176
struct clock_device sc_cd;
sys/arch/armv7/exynos/exclock.c
70
struct clock_device sc_cd;
sys/arch/armv7/marvell/mvacc.c
77
struct clock_device sc_cd;
sys/arch/armv7/marvell/mvagc.c
42
struct clock_device sc_cd;
sys/arch/armv7/omap/omclock.c
53
struct clock_device sc_cd;
sys/arch/armv7/xilinx/zqclock.c
71
struct clock_device sc_cd;
sys/arch/riscv64/dev/mpfclock.c
87
struct clock_device sc_cd;
sys/arch/riscv64/dev/sfclock.c
64
struct clock_device sc_cd;
sys/arch/riscv64/dev/smtclock.c
248
struct clock_device sc_cd;
sys/arch/riscv64/dev/stfclock.c
195
struct clock_device sc_cd;
sys/dev/fdt/acrtc.c
67
struct clock_device sc_cd;
sys/dev/fdt/amlclock.c
145
struct clock_device sc_cd;
sys/dev/fdt/bcm2835_aux.c
44
struct clock_device sc_cd;
sys/dev/fdt/bcm2835_clock.c
80
struct clock_device sc_cd;
sys/dev/fdt/hiclock.c
49
struct clock_device sc_cd;
sys/dev/fdt/imxccm.c
224
struct clock_device sc_cd;
sys/dev/fdt/mvclock.c
45
struct clock_device sc_cd;
sys/dev/fdt/mvpinctrl.c
64
struct clock_device sc_cd_xtal;
sys/dev/fdt/qccpu.c
65
struct clock_device sc_cd;
sys/dev/fdt/rkclock.c
275
struct clock_device sc_cd;
sys/dev/fdt/scmi.c
131
struct clock_device sc_cd;
sys/dev/fdt/sdhc_fdt.c
108
struct clock_device sc_cd;
sys/dev/fdt/sxiccmu.c
356
struct clock_device sc_cd;
sys/dev/fdt/sxiccmu.c
63
struct clock_device sc_cd;
sys/dev/fdt/sxirtc.c
54
struct clock_device sc_cd;
sys/dev/ofw/ofw_clock.c
114
struct clock_device *cd;
sys/dev/ofw/ofw_clock.c
29
LIST_HEAD(, clock_device) clock_devices =
sys/dev/ofw/ofw_clock.c
33
clock_register(struct clock_device *cd)
sys/dev/ofw/ofw_clock.c
46
struct clock_device *cd;
sys/dev/ofw/ofw_clock.c
80
struct clock_device *cd;
sys/dev/ofw/ofw_clock.c
97
struct clock_device *cd;
sys/dev/ofw/ofw_clock.h
29
LIST_ENTRY(clock_device) cd_list;
sys/dev/ofw/ofw_clock.h
34
void clock_register(struct clock_device *);