Home
last modified time | relevance | path

Searched refs:net_dev (Results 1 – 25 of 60) sorted by relevance

123

/wlan-driver/qcacld-3.0/os_if/sync/src/
Dosif_vdev_sync.c41 static struct osif_vdev_sync *osif_vdev_sync_lookup(struct net_device *net_dev) in osif_vdev_sync_lookup() argument
51 if (vdev_sync->net_dev == net_dev) in osif_vdev_sync_lookup()
159 void osif_vdev_sync_register(struct net_device *net_dev, in osif_vdev_sync_register() argument
162 QDF_BUG(net_dev); in osif_vdev_sync_register()
168 vdev_sync->net_dev = net_dev; in osif_vdev_sync_register()
172 struct osif_vdev_sync *osif_vdev_sync_unregister(struct net_device *net_dev) in osif_vdev_sync_unregister() argument
176 QDF_BUG(net_dev); in osif_vdev_sync_unregister()
177 if (!net_dev) in osif_vdev_sync_unregister()
181 vdev_sync = osif_vdev_sync_lookup(net_dev); in osif_vdev_sync_unregister()
183 vdev_sync->net_dev = NULL; in osif_vdev_sync_unregister()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sysfs_dl_modes.c52 __hdd_sysfs_dl_loglevel_store(struct net_device *net_dev, in __hdd_sysfs_dl_loglevel_store() argument
55 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_dl_loglevel_store()
83 count, buf_local, net_dev->name); in __hdd_sysfs_dl_loglevel_store()
107 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dl_loglevel_store() local
111 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_dl_loglevel_store()
115 errno_size = __hdd_sysfs_dl_loglevel_store(net_dev, buf, count); in hdd_sysfs_dl_loglevel_store()
123 __hdd_sysfs_dl_mod_loglevel_store(struct net_device *net_dev, in __hdd_sysfs_dl_mod_loglevel_store() argument
126 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_dl_mod_loglevel_store()
154 count, buf_local, net_dev->name); in __hdd_sysfs_dl_mod_loglevel_store()
178 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dl_mod_loglevel_store() local
[all …]
Dwlan_hdd_debugfs_mibstat.c154 static int __wlan_hdd_release_mib_stats_debugfs(struct net_device *net_dev) in __wlan_hdd_release_mib_stats_debugfs() argument
157 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(net_dev); in __wlan_hdd_release_mib_stats_debugfs()
161 hdd_enter_dev(net_dev); in __wlan_hdd_release_mib_stats_debugfs()
186 struct net_device *net_dev = file_inode(file)->i_private; in wlan_hdd_release_mib_stats_debugfs() local
190 errno = osif_vdev_sync_op_start(net_dev, &vdev_sync); in wlan_hdd_release_mib_stats_debugfs()
194 errno = __wlan_hdd_release_mib_stats_debugfs(net_dev); in wlan_hdd_release_mib_stats_debugfs()
210 static ssize_t __wlan_hdd_read_mib_stats_debugfs(struct net_device *net_dev, in __wlan_hdd_read_mib_stats_debugfs() argument
215 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(net_dev); in __wlan_hdd_read_mib_stats_debugfs()
219 hdd_enter_dev(net_dev); in __wlan_hdd_read_mib_stats_debugfs()
262 struct net_device *net_dev = file_inode(file)->i_private; in wlan_hdd_read_mib_stats_debugfs() local
[all …]
Dwlan_hdd_sysfs_suspend_resume.c30 struct net_device *net_dev, in __hdd_sysfs_suspend_store() argument
33 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(net_dev); in __hdd_sysfs_suspend_store()
58 count, buf_local, net_dev->name); in __hdd_sysfs_suspend_store()
77 ret = hdd_wlan_fake_apps_suspend(hdd_ctx->wiphy, net_dev, in __hdd_sysfs_suspend_store()
91 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_suspend_store() local
95 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_suspend_store()
100 net_dev, buf, count); in hdd_sysfs_suspend_store()
129 struct net_device *net_dev, in __hdd_sysfs_resume_store() argument
132 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(net_dev); in __hdd_sysfs_resume_store()
147 ret = hdd_wlan_fake_apps_resume(hdd_ctx->wiphy, net_dev); in __hdd_sysfs_resume_store()
[all …]
Dwlan_hdd_sysfs_motion_detection.c38 __hdd_sysfs_mt_bl_config_store(struct net_device *net_dev, in __hdd_sysfs_mt_bl_config_store() argument
42 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_mt_bl_config_store()
70 count, buf_local, net_dev->name); in __hdd_sysfs_mt_bl_config_store()
116 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_mt_bl_config_store() local
120 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_mt_bl_config_store()
124 errno_size = __hdd_sysfs_mt_bl_config_store(net_dev, buf, count); in hdd_sysfs_mt_bl_config_store()
132 __hdd_sysfs_mt_bl_start_store(struct net_device *net_dev, in __hdd_sysfs_mt_bl_start_store() argument
136 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_mt_bl_start_store()
171 count, buf_local, net_dev->name); in __hdd_sysfs_mt_bl_start_store()
201 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_mt_bl_start_store() local
[all …]
Dwlan_hdd_debugfs.c100 static ssize_t __wcnss_wowpattern_write(struct net_device *net_dev, in __wcnss_wowpattern_write() argument
104 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(net_dev); in __wcnss_wowpattern_write()
201 struct net_device *net_dev = file_inode(file)->i_private; in wcnss_wowpattern_write() local
205 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in wcnss_wowpattern_write()
209 err_size = __wcnss_wowpattern_write(net_dev, buf, count, ppos); in wcnss_wowpattern_write()
225 static ssize_t __wcnss_patterngen_write(struct net_device *net_dev, in __wcnss_patterngen_write() argument
229 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(net_dev); in __wcnss_patterngen_write()
438 struct net_device *net_dev = file_inode(file)->i_private; in wcnss_patterngen_write() local
442 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in wcnss_patterngen_write()
446 err_size = __wcnss_patterngen_write(net_dev, buf, count, ppos); in wcnss_patterngen_write()
[all …]
Dwlan_hdd_sysfs_range_ext.c31 __hdd_sysfs_range_ext_show(struct net_device *net_dev, char *buf) in __hdd_sysfs_range_ext_show() argument
33 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_range_ext_show()
61 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_range_ext_show() local
65 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_range_ext_show()
69 err_size = __hdd_sysfs_range_ext_show(net_dev, buf); in hdd_sysfs_range_ext_show()
76 static ssize_t __hdd_sysfs_range_ext_store(struct net_device *net_dev, in __hdd_sysfs_range_ext_store() argument
79 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_range_ext_store()
107 count, buf_local, net_dev->name); in __hdd_sysfs_range_ext_store()
131 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_range_ext_store() local
135 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_range_ext_store()
[all …]
Dwlan_hdd_sysfs_dfsnol.c30 __hdd_sysfs_dfsnol_show(struct net_device *net_dev, char *buf) in __hdd_sysfs_dfsnol_show() argument
32 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_dfsnol_show()
62 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dfsnol_show() local
66 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_dfsnol_show()
70 errno_size = __hdd_sysfs_dfsnol_show(net_dev, buf); in hdd_sysfs_dfsnol_show()
78 __hdd_sysfs_dfsnol_store(struct net_device *net_dev, in __hdd_sysfs_dfsnol_store() argument
81 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_dfsnol_store()
116 count, buf_local, net_dev->name); in __hdd_sysfs_dfsnol_store()
138 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dfsnol_store() local
142 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_dfsnol_store()
[all …]
Dwlan_hdd_sysfs_stats.c155 __hdd_sysfs_stats_show(struct net_device *net_dev, char *buf) in __hdd_sysfs_stats_show() argument
157 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_stats_show()
183 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_stats_show() local
187 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_stats_show()
191 err_size = __hdd_sysfs_stats_show(net_dev, buf); in hdd_sysfs_stats_show()
202 __wlan_hdd_sysfs_dump_stats_store(struct net_device *net_dev, char const *buf, in __wlan_hdd_sysfs_dump_stats_store() argument
205 struct hdd_adapter *adapter = netdev_priv(net_dev); in __wlan_hdd_sysfs_dump_stats_store()
247 struct net_device *net_dev = container_of(dev, struct net_device, dev); in wlan_hdd_sysfs_dump_stats_store() local
251 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in wlan_hdd_sysfs_dump_stats_store()
255 err_size = __wlan_hdd_sysfs_dump_stats_store(net_dev, buf, count); in wlan_hdd_sysfs_dump_stats_store()
[all …]
Dwlan_hdd_sysfs_dcm.c31 __wlan_hdd_sysfs_dcm_store(struct net_device *net_dev, char const *buf, in __wlan_hdd_sysfs_dcm_store() argument
34 struct hdd_adapter *adapter = netdev_priv(net_dev); in __wlan_hdd_sysfs_dcm_store()
82 struct net_device *net_dev = container_of(dev, struct net_device, dev); in wlan_hdd_sysfs_dcm_store() local
86 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in wlan_hdd_sysfs_dcm_store()
90 err_size = __wlan_hdd_sysfs_dcm_store(net_dev, buf, count); in wlan_hdd_sysfs_dcm_store()
98 __wlan_hdd_sysfs_dcm_show(struct net_device *net_dev, char *buf) in __wlan_hdd_sysfs_dcm_show() argument
100 struct hdd_adapter *adapter = netdev_priv(net_dev); in __wlan_hdd_sysfs_dcm_show()
130 struct net_device *net_dev = container_of(dev, struct net_device, dev); in wlan_hdd_sysfs_dcm_show() local
134 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in wlan_hdd_sysfs_dcm_show()
138 err_size = __wlan_hdd_sysfs_dcm_show(net_dev, buf); in wlan_hdd_sysfs_dcm_show()
Dwlan_hdd_sysfs_dp_tx_delay_stats.c32 __hdd_sysfs_dp_tx_delay_stats_show(struct net_device *net_dev, in __hdd_sysfs_dp_tx_delay_stats_show() argument
35 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_dp_tx_delay_stats_show()
63 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dp_tx_delay_stats_show() local
67 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_dp_tx_delay_stats_show()
71 err_size = __hdd_sysfs_dp_tx_delay_stats_show(net_dev, buf); in hdd_sysfs_dp_tx_delay_stats_show()
79 __hdd_sysfs_dp_tx_delay_stats_store(struct net_device *net_dev, const char *buf, in __hdd_sysfs_dp_tx_delay_stats_store() argument
82 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_dp_tx_delay_stats_store()
129 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dp_tx_delay_stats_store() local
133 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_dp_tx_delay_stats_store()
137 errno_size = __hdd_sysfs_dp_tx_delay_stats_store(net_dev, buf, count); in hdd_sysfs_dp_tx_delay_stats_store()
Dwlan_hdd_sysfs_gtx_bw_mask.c67 __hdd_sysfs_gtx_bw_mask_store(struct net_device *net_dev, in __hdd_sysfs_gtx_bw_mask_store() argument
70 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_gtx_bw_mask_store()
98 count, buf_local, net_dev->name); in __hdd_sysfs_gtx_bw_mask_store()
124 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_gtx_bw_mask_store() local
128 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_gtx_bw_mask_store()
132 errno_size = __hdd_sysfs_gtx_bw_mask_store(net_dev, buf, count); in hdd_sysfs_gtx_bw_mask_store()
140 __hdd_sysfs_gtx_bw_mask_show(struct net_device *net_dev, char *buf) in __hdd_sysfs_gtx_bw_mask_show() argument
142 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_gtx_bw_mask_show()
172 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_gtx_bw_mask_show() local
176 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_gtx_bw_mask_show()
[all …]
Dwlan_hdd_sysfs_dp_traffic_end_indication.c32 __hdd_sysfs_dp_traffic_end_indication_show(struct net_device *net_dev, in __hdd_sysfs_dp_traffic_end_indication_show() argument
35 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_dp_traffic_end_indication_show()
75 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dp_traffic_end_indication_show() local
79 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_dp_traffic_end_indication_show()
83 err_size = __hdd_sysfs_dp_traffic_end_indication_show(net_dev, buf); in hdd_sysfs_dp_traffic_end_indication_show()
91 __hdd_sysfs_dp_traffic_end_indication_store(struct net_device *net_dev, in __hdd_sysfs_dp_traffic_end_indication_store() argument
95 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_dp_traffic_end_indication_store()
175 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dp_traffic_end_indication_store() local
179 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_dp_traffic_end_indication_store()
183 errno_size = __hdd_sysfs_dp_traffic_end_indication_store(net_dev, in hdd_sysfs_dp_traffic_end_indication_store()
Dwlan_hdd_sysfs_channel.c28 static ssize_t __show_channel_number(struct net_device *net_dev, char *buf) in __show_channel_number() argument
30 struct hdd_adapter *adapter = netdev_priv(net_dev); in __show_channel_number()
36 hdd_enter_dev(net_dev); in __show_channel_number()
55 net_dev->name, chan_num); in __show_channel_number()
67 struct net_device *net_dev = container_of(dev, struct net_device, dev); in show_channel_number() local
71 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in show_channel_number()
75 err_size = __show_channel_number(net_dev, buf); in show_channel_number()
Dwlan_hdd_ftm_time_sync.c30 struct net_device *net_dev = qdf_container_of(dev, struct net_device, in hdd_ftm_time_sync_show() local
33 adapter = (struct hdd_adapter *)(netdev_priv(net_dev)); in hdd_ftm_time_sync_show()
57 struct net_device *net_dev; in hdd_ftm_time_sync_sta_state_notify() local
71 net_dev = adapter->dev; in hdd_ftm_time_sync_sta_state_notify()
73 if (net_dev) { in hdd_ftm_time_sync_sta_state_notify()
75 device_create_file(&net_dev->dev, in hdd_ftm_time_sync_sta_state_notify()
78 device_remove_file(&net_dev->dev, in hdd_ftm_time_sync_sta_state_notify()
Dwlan_hdd_sysfs_sta_info.c28 static ssize_t __show_sta_info(struct net_device *net_dev, char *buf) in __show_sta_info() argument
30 struct hdd_adapter *adapter = netdev_priv(net_dev); in __show_sta_info()
35 hdd_enter_dev(net_dev); in __show_sta_info()
51 net_dev->name); in __show_sta_info()
78 struct net_device *net_dev = container_of(dev, struct net_device, dev); in show_sta_info() local
82 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in show_sta_info()
86 err_size = __show_sta_info(net_dev, buf); in show_sta_info()
Dwlan_hdd_sysfs_tdls_peers.c36 static int __show_tdls_all_peers(struct net_device *net_dev, char *buf) in __show_tdls_all_peers() argument
38 struct hdd_adapter *adapter = netdev_priv(net_dev); in __show_tdls_all_peers()
43 hdd_enter_dev(net_dev); in __show_tdls_all_peers()
46 net_dev->name); in __show_tdls_all_peers()
89 struct net_device *net_dev = container_of(dev, struct net_device, dev); in show_tdls_all_peers() local
93 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in show_tdls_all_peers()
97 err_size = __show_tdls_all_peers(net_dev, buf); in show_tdls_all_peers()
Dwlan_hdd_sysfs_reassoc.c32 __wlan_hdd_store_reassoc_sysfs(struct net_device *net_dev, char const *buf, in __wlan_hdd_store_reassoc_sysfs() argument
35 struct hdd_adapter *adapter = netdev_priv(net_dev); in __wlan_hdd_store_reassoc_sysfs()
57 hdd_debug("reassoc: net_devname %s", net_dev->name); in __wlan_hdd_store_reassoc_sysfs()
68 struct net_device *net_dev = container_of(dev, struct net_device, dev); in wlan_hdd_store_reassoc_sysfs() local
72 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in wlan_hdd_store_reassoc_sysfs()
76 err_size = __wlan_hdd_store_reassoc_sysfs(net_dev, buf, count); in wlan_hdd_store_reassoc_sysfs()
Dwlan_hdd_sysfs_monitor_mode_channel.c31 __hdd_sysfs_monitor_mode_channel_store(struct net_device *net_dev, in __hdd_sysfs_monitor_mode_channel_store() argument
34 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_monitor_mode_channel_store()
62 count, buf_local, net_dev->name); in __hdd_sysfs_monitor_mode_channel_store()
94 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_monitor_mode_channel_store() local
98 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_monitor_mode_channel_store()
102 errno_size = __hdd_sysfs_monitor_mode_channel_store(net_dev, in hdd_sysfs_monitor_mode_channel_store()
Dwlan_hdd_sysfs_crash_inject.c29 struct net_device *net_dev, in __hdd_sysfs_crash_inject_store() argument
32 struct hdd_adapter *adapter = WLAN_HDD_GET_PRIV_PTR(net_dev); in __hdd_sysfs_crash_inject_store()
58 count, buf_local, net_dev->name); in __hdd_sysfs_crash_inject_store()
88 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_crash_inject_store() local
92 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_crash_inject_store()
97 net_dev, buf, count); in hdd_sysfs_crash_inject_store()
Dwlan_hdd_sysfs_radar.c31 __hdd_sysfs_radar_store(struct net_device *net_dev, in __hdd_sysfs_radar_store() argument
34 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_radar_store()
65 count, buf_local, net_dev->name); in __hdd_sysfs_radar_store()
98 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_radar_store() local
102 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_radar_store()
106 errno_size = __hdd_sysfs_radar_store(net_dev, buf, count); in hdd_sysfs_radar_store()
Dwlan_hdd_sysfs_txrx_fw_st_rst.c50 __hdd_sysfs_txrx_fw_st_rst_store(struct net_device *net_dev, in __hdd_sysfs_txrx_fw_st_rst_store() argument
53 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_txrx_fw_st_rst_store()
81 count, buf_local, net_dev->name); in __hdd_sysfs_txrx_fw_st_rst_store()
106 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_txrx_fw_st_rst_store() local
110 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_txrx_fw_st_rst_store()
114 errno_size = __hdd_sysfs_txrx_fw_st_rst_store(net_dev, buf, count); in hdd_sysfs_txrx_fw_st_rst_store()
Dwlan_hdd_sysfs_txrx_fw_stats.c50 __hdd_sysfs_txrx_fw_stats_store(struct net_device *net_dev, in __hdd_sysfs_txrx_fw_stats_store() argument
53 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_txrx_fw_stats_store()
81 count, buf_local, net_dev->name); in __hdd_sysfs_txrx_fw_stats_store()
106 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_txrx_fw_stats_store() local
110 errno_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_txrx_fw_stats_store()
114 errno_size = __hdd_sysfs_txrx_fw_stats_store(net_dev, buf, count); in hdd_sysfs_txrx_fw_stats_store()
Dwlan_hdd_sysfs_temperature.c30 __hdd_sysfs_temperature_show(struct net_device *net_dev, char *buf) in __hdd_sysfs_temperature_show() argument
32 struct hdd_adapter *adapter = netdev_priv(net_dev); in __hdd_sysfs_temperature_show()
64 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_temperature_show() local
68 err_size = osif_vdev_sync_op_start(net_dev, &vdev_sync); in hdd_sysfs_temperature_show()
72 err_size = __hdd_sysfs_temperature_show(net_dev, buf); in hdd_sysfs_temperature_show()
/wlan-driver/qcacld-3.0/os_if/sync/inc/
Dosif_vdev_sync.h34 struct net_device *net_dev; member
82 void osif_vdev_sync_register(struct net_device *net_dev,
91 struct osif_vdev_sync *osif_vdev_sync_unregister(struct net_device *net_dev);
101 #define osif_vdev_sync_trans_start(net_dev, out_vdev_sync) \ argument
102 __osif_vdev_sync_trans_start(net_dev, out_vdev_sync, __func__)
105 __osif_vdev_sync_trans_start(struct net_device *net_dev,
118 #define osif_vdev_sync_trans_start_wait(net_dev, out_vdev_sync) \ argument
119 __osif_vdev_sync_trans_start_wait(net_dev, out_vdev_sync, __func__)
122 __osif_vdev_sync_trans_start_wait(struct net_device *net_dev,
141 void osif_vdev_sync_assert_trans_protected(struct net_device *net_dev);
[all …]

123