Searched refs:get_freq (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/iio/imu/ |
D | adis16400.c | 166 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/ |
D | m8xx_setup.c | 62 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/ |
D | time.c | 761 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/ |
D | ti_sci_protocol.h | 194 int (*get_freq)(const struct ti_sci_handle *handle, u32 did, u32 cid, member
|
/Linux-v5.4/drivers/clk/keystone/ |
D | sci-clk.c | 149 ret = clk->provider->ops->get_freq(clk->provider->sci, clk->dev_id, in sci_clk_recalc_rate()
|
/Linux-v5.4/drivers/firmware/ |
D | ti_sci.c | 2963 cops->get_freq = ti_sci_cmd_clk_get_freq; in ti_sci_setup_ops()
|