Home
last modified time | relevance | path

Searched refs:proc_get_dummy (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/
H A Drtw_proc.c85 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
1062 {"write_reg", proc_get_dummy, proc_set_write_reg},
1091 {"roam_tgt_addr", proc_get_dummy, proc_set_roam_tgt_addr},
1099 {"fwdl_test_case", proc_get_dummy, proc_set_fwdl_test_case},
1100 {"del_rx_ampdu_test_case", proc_get_dummy, proc_set_del_rx_ampdu_test_case},
1101 {"wait_hiq_empty", proc_get_dummy, proc_set_wait_hiq_empty},
1142 {"btinfo_evt", proc_get_dummy, proc_set_btinfo_evt},
1152 {"gpio_set_output_value",proc_get_dummy,proc_set_gpio_output_value},
1153 {"gpio_set_direction",proc_get_dummy,proc_set_config_gpio},
1176 {"update_non_ocp", proc_get_dummy, proc_set_update_non_ocp},
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Drtw_proc.c89 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
1514 {"write_reg", proc_get_dummy, proc_set_write_reg},
1543 {"roam_tgt_addr", proc_get_dummy, proc_set_roam_tgt_addr},
1551 {"fwdl_test_case", proc_get_dummy, proc_set_fwdl_test_case},
1552 {"del_rx_ampdu_test_case", proc_get_dummy, proc_set_del_rx_ampdu_test_case},
1553 {"wait_hiq_empty", proc_get_dummy, proc_set_wait_hiq_empty},
1594 {"btinfo_evt", proc_get_dummy, proc_set_btinfo_evt},
1607 {"gpio_set_output_value",proc_get_dummy,proc_set_gpio_output_value},
1608 {"gpio_set_direction",proc_get_dummy,proc_set_config_gpio},
1632 {"update_non_ocp", proc_get_dummy, proc_set_update_non_ocp},
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Drtw_proc.c89 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
1723 {"write_reg", proc_get_dummy, proc_set_write_reg},
1755 {"roam_tgt_addr", proc_get_dummy, proc_set_roam_tgt_addr},
1763 {"fwdl_test_case", proc_get_dummy, proc_set_fwdl_test_case},
1764 {"del_rx_ampdu_test_case", proc_get_dummy, proc_set_del_rx_ampdu_test_case},
1765 {"wait_hiq_empty", proc_get_dummy, proc_set_wait_hiq_empty},
1810 {"btinfo_evt", proc_get_dummy, proc_set_btinfo_evt},
1824 {"gpio_set_output_value", proc_get_dummy, proc_set_gpio_output_value},
1825 {"gpio_set_direction", proc_get_dummy, proc_set_config_gpio},
1856 {"update_non_ocp", proc_get_dummy, proc_set_update_non_ocp},
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Drtw_proc.c101 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
240 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
244 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_drv_proc_open()
4757 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
4761 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_adapter_proc_open()
4930 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
4934 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_odm_proc_open()
5079 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()
5083 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_mcc_proc_open()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Drtw_proc.c101 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
247 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
251 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_drv_proc_open()
5482 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
5486 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_adapter_proc_open()
5671 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
5675 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_odm_proc_open()
5836 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()
5840 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_mcc_proc_open()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Drtw_proc.c102 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
248 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
252 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_drv_proc_open()
5076 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
5080 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_adapter_proc_open()
5249 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
5253 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_odm_proc_open()
5398 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()
5402 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_mcc_proc_open()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Drtw_proc.c101 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
262 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
266 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_drv_proc_open()
5646 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
5650 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_adapter_proc_open()
5835 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
5839 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_odm_proc_open()
6000 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()
6004 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_mcc_proc_open()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Drtw_proc.c101 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
319 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
323 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_drv_proc_open()
5868 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
5872 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_adapter_proc_open()
6057 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
6061 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_odm_proc_open()
6222 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()
6226 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_mcc_proc_open()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Drtw_proc.c101 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
301 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
305 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_drv_proc_open()
5783 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
5787 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_adapter_proc_open()
5972 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
5976 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_odm_proc_open()
6137 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()
6141 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_mcc_proc_open()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Drtw_proc.c102 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
263 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
267 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_drv_proc_open()
5647 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
5651 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_adapter_proc_open()
5836 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
5840 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_odm_proc_open()
6001 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()
6005 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_mcc_proc_open()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Drtw_proc.c101 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
251 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
255 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_drv_proc_open()
5528 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
5532 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_adapter_proc_open()
5717 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
5721 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_odm_proc_open()
5882 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()
5886 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_mcc_proc_open()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Drtw_proc.c101 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
319 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
323 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_drv_proc_open()
5868 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
5872 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_adapter_proc_open()
6057 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
6061 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_odm_proc_open()
6222 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()
6226 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_mcc_proc_open()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Drtw_proc.c84 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
215 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
2964 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
3136 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
3276 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_proc.c103 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
310 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
314 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_drv_proc_open()
5372 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
5376 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_adapter_proc_open()
5634 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
5638 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_odm_proc_open()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_proc.c101 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
308 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
312 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_drv_proc_open()
5399 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
5403 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_adapter_proc_open()
5632 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
5636 int (*show)(struct seq_file *, void *) = hdl->u.sz.show ? hdl->u.sz.show : proc_get_dummy; in rtw_odm_proc_open()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Drtw_proc.c83 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
222 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
4361 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
4530 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
4674 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Drtw_proc.c83 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
222 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
4378 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
4547 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
4691 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Drtw_proc.c83 static int proc_get_dummy(struct seq_file *m, void *v) in proc_get_dummy() function
222 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_drv_proc_open()
4416 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_adapter_proc_open()
4585 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_odm_proc_open()
4729 int (*show)(struct seq_file *, void *) = hdl->u.show ? hdl->u.show : proc_get_dummy; in rtw_mcc_proc_open()