Home
last modified time | relevance | path

Searched defs:df (Results 1 – 25 of 116) sorted by relevance

12345

/kernel/linux/linux-4.19/arch/s390/hypfs/
Dhypfs_dbfs.c35 struct hypfs_dbfs_file *df; in dbfs_read() local
63 struct hypfs_dbfs_file *df = file_inode(file)->i_private; in dbfs_ioctl() local
81 int hypfs_dbfs_create_file(struct hypfs_dbfs_file *df) in hypfs_dbfs_create_file()
91 void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df) in hypfs_dbfs_remove_file()
/kernel/linux/linux-5.10/arch/s390/hypfs/
Dhypfs_dbfs.c35 struct hypfs_dbfs_file *df; in dbfs_read() local
63 struct hypfs_dbfs_file *df = file_inode(file)->i_private; in dbfs_ioctl() local
81 void hypfs_dbfs_create_file(struct hypfs_dbfs_file *df) in hypfs_dbfs_create_file()
88 void hypfs_dbfs_remove_file(struct hypfs_dbfs_file *df) in hypfs_dbfs_remove_file()
/kernel/linux/linux-5.10/drivers/thermal/
Ddevfreq_cooling.c92 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state() local
135 static unsigned long get_voltage(struct devfreq *df, unsigned long freq) in get_voltage()
176 struct devfreq *df = dfc->devfreq; in get_static_power() local
235 struct devfreq *df = dfc->devfreq; in devfreq_cooling_get_requested_power() local
312 struct devfreq *df = dfc->devfreq; in devfreq_cooling_power2state() local
376 struct devfreq *df = dfc->devfreq; in devfreq_cooling_gen_tables() local
460 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power()
537 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register()
547 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register()
/kernel/linux/linux-4.19/drivers/thermal/
Ddevfreq_cooling.c135 struct devfreq *df = dfc->devfreq; in devfreq_cooling_set_cur_state() local
177 static unsigned long get_voltage(struct devfreq *df, unsigned long freq) in get_voltage()
218 struct devfreq *df = dfc->devfreq; in get_static_power() local
278 struct devfreq *df = dfc->devfreq; in devfreq_cooling_get_requested_power() local
357 struct devfreq *df = dfc->devfreq; in devfreq_cooling_power2state() local
421 struct devfreq *df = dfc->devfreq; in devfreq_cooling_gen_tables() local
505 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power()
572 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register()
582 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register()
/kernel/linux/linux-4.19/include/linux/
Ddevfreq_cooling.h79 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power()
86 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register()
92 devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register()
/kernel/linux/linux-5.10/include/linux/
Ddevfreq_cooling.h72 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power()
79 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register()
85 devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register()
/kernel/linux/linux-5.10/drivers/devfreq/
Ddevfreq.c1312 struct devfreq *df = to_devfreq(dev); in name_show() local
1320 struct devfreq *df = to_devfreq(dev); in governor_show() local
1331 struct devfreq *df = to_devfreq(dev); in governor_store() local
1395 struct devfreq *df = to_devfreq(d); in available_governors_show() local
1441 struct devfreq *df = to_devfreq(dev); in cur_freq_show() local
1457 struct devfreq *df = to_devfreq(dev); in target_freq_show() local
1466 struct devfreq *df = to_devfreq(dev); in polling_interval_show() local
1478 struct devfreq *df = to_devfreq(dev); in polling_interval_store() local
1499 struct devfreq *df = to_devfreq(dev); in min_freq_store() local
1526 struct devfreq *df = to_devfreq(dev); in min_freq_show() local
[all …]
Dgovernor_performance.c13 static int devfreq_performance_func(struct devfreq *df, in devfreq_performance_func()
Dgovernor_powersave.c13 static int devfreq_powersave_func(struct devfreq *df, in devfreq_powersave_func()
Dgovernor_simpleondemand.c18 static int devfreq_simple_ondemand_func(struct devfreq *df, in devfreq_simple_ondemand_func()
Dgovernor.h71 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats()
Dgovernor_userspace.c22 static int devfreq_userspace_func(struct devfreq *df, unsigned long *freq) in devfreq_userspace_func()
/kernel/linux/linux-5.10/drivers/clk/rockchip/
Dclk.h426 df, go, gs, gf) \ argument
447 mf, do, ds, dw, df, go, gs, gf) \ argument
468 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument
487 df, dt, go, gs, gf) \ argument
524 ds, dw, df) \ argument
543 mw, mf, ds, dw, df, dt) \ argument
562 #define COMPOSITE_FRAC(_id, cname, pname, f, mo, df, go, gs, gf)\ argument
579 #define COMPOSITE_FRACMUX(_id, cname, pname, f, mo, df, go, gs, gf, ch) \ argument
597 #define COMPOSITE_FRACMUX_NOGATE(_id, cname, pname, f, mo, df, ch) \ argument
614 ds, dw, df) \ argument
[all …]
/kernel/linux/linux-4.19/drivers/devfreq/
Ddevfreq.c1035 struct devfreq *df = to_devfreq(dev); in governor_store() local
1086 struct devfreq *df = to_devfreq(d); in available_governors_show() local
1156 struct devfreq *df = to_devfreq(dev); in polling_interval_store() local
1177 struct devfreq *df = to_devfreq(dev); in min_freq_store() local
1213 struct devfreq *df = to_devfreq(dev); in min_freq_show() local
1221 struct devfreq *df = to_devfreq(dev); in max_freq_store() local
1258 struct devfreq *df = to_devfreq(dev); in max_freq_show() local
1268 struct devfreq *df = to_devfreq(d); in available_frequencies_show() local
Dgovernor_performance.c16 static int devfreq_performance_func(struct devfreq *df, in devfreq_performance_func()
Dgovernor_powersave.c16 static int devfreq_powersave_func(struct devfreq *df, in devfreq_powersave_func()
Dgovernor.h72 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats()
Dgovernor_simpleondemand.c21 static int devfreq_simple_ondemand_func(struct devfreq *df, in devfreq_simple_ondemand_func()
Dgovernor_userspace.c25 static int devfreq_userspace_func(struct devfreq *df, unsigned long *freq) in devfreq_userspace_func()
/kernel/linux/linux-5.10/drivers/pinctrl/pxa/
Dpinctrl-pxa2xx.c69 struct pxa_desc_function *df; in pxa_desc_by_func_group() local
143 struct pxa_desc_function *df; in pxa2xx_pmx_set_mux() local
269 struct pxa_desc_function *df; in pxa2xx_build_functions() local
300 struct pxa_desc_function *df; in pxa2xx_build_groups() local
/kernel/linux/linux-4.19/drivers/pinctrl/pxa/
Dpinctrl-pxa2xx.c72 struct pxa_desc_function *df; in pxa_desc_by_func_group() local
146 struct pxa_desc_function *df; in pxa2xx_pmx_set_mux() local
272 struct pxa_desc_function *df; in pxa2xx_build_functions() local
303 struct pxa_desc_function *df; in pxa2xx_build_groups() local
/kernel/linux/linux-4.19/drivers/clk/rockchip/
Dclk.h421 df, go, gs, gf) \ argument
441 #define COMPOSITE_NOMUX(_id, cname, pname, f, mo, ds, dw, df, \ argument
460 df, dt, go, gs, gf) \ argument
497 ds, dw, df) \ argument
516 mw, mf, ds, dw, df, dt) \ argument
535 #define COMPOSITE_FRAC(_id, cname, pname, f, mo, df, go, gs, gf)\ argument
552 #define COMPOSITE_FRACMUX(_id, cname, pname, f, mo, df, go, gs, gf, ch) \ argument
570 #define COMPOSITE_FRACMUX_NOGATE(_id, cname, pname, f, mo, df, ch) \ argument
587 ds, dw, df) \ argument
634 #define DIV(_id, cname, pname, f, o, s, w, df) \ argument
[all …]
/kernel/linux/linux-4.19/include/linux/platform_data/
Dapds990x.h55 int df; member
/kernel/linux/linux-5.10/include/linux/platform_data/
Dapds990x.h41 int df; member
/kernel/linux/linux-4.19/net/ipv4/
Dip_tunnel.c501 struct rtable *rt, __be16 df, in tnl_update_pmtu()
558 __be16 df = 0; in ip_md_tunnel_xmit() local
632 __be16 df; in ip_tunnel_xmit() local

12345