Home
last modified time | relevance | path

Searched refs:get_freq (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/iio/imu/
Dadis16400.c166 int (*get_freq)(struct adis16400_state *st); member
527 sps = st->variant->get_freq(st); in adis16400_write_raw()
622 ret = st->variant->get_freq(st); in adis16400_read_raw()
633 ret = st->variant->get_freq(st); in adis16400_read_raw()
944 .get_freq = adis16400_get_freq,
956 .get_freq = adis16334_get_freq,
967 .get_freq = adis16400_get_freq,
979 .get_freq = adis16400_get_freq,
991 .get_freq = adis16400_get_freq,
1003 .get_freq = adis16400_get_freq,
[all …]
/Linux-v5.4/arch/powerpc/platforms/8xx/
Dm8xx_setup.c62 static int __init get_freq(char *name, unsigned long *val) in get_freq() function
112 if (!get_freq("clock-frequency", &ppc_proc_freq)) in mpc8xx_calibrate_decr()
/Linux-v5.4/arch/powerpc/kernel/
Dtime.c761 static int __init get_freq(char *name, int cells, unsigned long *val) in get_freq() function
806 if (!get_freq("ibm,extended-timebase-frequency", 2, &ppc_tb_freq) && in generic_calibrate_decr()
807 !get_freq("timebase-frequency", 1, &ppc_tb_freq)) { in generic_calibrate_decr()
815 if (!get_freq("ibm,extended-clock-frequency", 2, &ppc_proc_freq) && in generic_calibrate_decr()
816 !get_freq("clock-frequency", 1, &ppc_proc_freq)) { in generic_calibrate_decr()
/Linux-v5.4/include/linux/soc/ti/
Dti_sci_protocol.h194 int (*get_freq)(const struct ti_sci_handle *handle, u32 did, u32 cid, member
/Linux-v5.4/drivers/clk/keystone/
Dsci-clk.c149 ret = clk->provider->ops->get_freq(clk->provider->sci, clk->dev_id, in sci_clk_recalc_rate()
/Linux-v5.4/drivers/firmware/
Dti_sci.c2963 cops->get_freq = ti_sci_cmd_clk_get_freq; in ti_sci_setup_ops()