Home
last modified time | relevance | path

Searched refs:container_of (Results 1 – 25 of 67) sorted by relevance

123

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_sysfs_dl_modes.c107 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dl_loglevel_store()
178 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dl_mod_loglevel_store()
249 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dl_modoff_store()
320 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dl_modon_store()
391 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dl_report_store()
462 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dl_type_store()
533 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dl_vapoff_store()
604 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dl_vapon_store()
Dwlan_hdd_sysfs_stats.c183 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_stats_show()
247 struct net_device *net_dev = container_of(dev, struct net_device, dev); in wlan_hdd_sysfs_dump_stats_store()
289 struct net_device *net_dev = container_of(dev, struct net_device, dev); in wlan_hdd_sysfs_dump_stats_show()
357 struct net_device *net_dev = container_of(dev, struct net_device, dev); in wlan_hdd_sysfs_clear_stats_store()
Dwlan_hdd_sysfs_dcm.c82 struct net_device *net_dev = container_of(dev, struct net_device, dev); in wlan_hdd_sysfs_dcm_store()
130 struct net_device *net_dev = container_of(dev, struct net_device, dev); in wlan_hdd_sysfs_dcm_show()
Dwlan_hdd_sysfs_motion_detection.c116 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_mt_bl_config_store()
201 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_mt_bl_start_store()
296 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_mt_config_store()
390 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_mt_start_store()
Dwlan_hdd_sysfs_dp_tx_delay_stats.c63 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dp_tx_delay_stats_show()
129 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dp_tx_delay_stats_store()
Dwlan_hdd_sysfs_range_ext.c61 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_range_ext_show()
131 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_range_ext_store()
Dwlan_hdd_sysfs_dfsnol.c62 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dfsnol_show()
138 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dfsnol_store()
Dwlan_hdd_sysfs_suspend_resume.c91 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_suspend_store()
160 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_resume_store()
Dwlan_hdd_sysfs_gtx_bw_mask.c124 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_gtx_bw_mask_store()
172 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_gtx_bw_mask_show()
Dwlan_hdd_sysfs_dp_traffic_end_indication.c75 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dp_traffic_end_indication_show()
175 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_dp_traffic_end_indication_store()
Dwlan_hdd_sysfs_temperature.c64 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_temperature_show()
Dwlan_hdd_sysfs_wowl_del_ptrn.c80 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_wowl_del_ptrn_store()
Dwlan_hdd_sysfs_channel.c67 struct net_device *net_dev = container_of(dev, struct net_device, dev); in show_channel_number()
Dwlan_hdd_sysfs_eht_rate.c82 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_set_11be_fixed_rate()
Dwlan_hdd_sysfs_wowl_add_ptrn.c82 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_wowl_add_ptrn_store()
Dwlan_hdd_sysfs_tx_stbc.c81 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_tx_stbc_show()
Dwlan_hdd_sysfs_reassoc.c68 struct net_device *net_dev = container_of(dev, struct net_device, dev); in wlan_hdd_store_reassoc_sysfs()
Dwlan_hdd_sysfs_he_bss_color.c83 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_he_bss_color_store()
Dwlan_hdd_sysfs_sta_info.c78 struct net_device *net_dev = container_of(dev, struct net_device, dev); in show_sta_info()
Dwlan_hdd_sysfs_monitor_mode_channel.c94 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_monitor_mode_channel_store()
Dwlan_hdd_sysfs_ipa.c100 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_ipaucstate_store()
Dwlan_hdd_sysfs_crash_inject.c88 struct net_device *net_dev = container_of(dev, struct net_device, dev); in hdd_sysfs_crash_inject_store()
/wlan-driver/platform/cnss2/
Dqmi.c2744 container_of(qmi_wlfw, struct cnss_plat_data, qmi_wlfw); in cnss_wlfw_request_mem_ind_cb()
2783 container_of(qmi_wlfw, struct cnss_plat_data, qmi_wlfw); in cnss_wlfw_fw_mem_ready_ind_cb()
2807 container_of(qmi_wlfw, struct cnss_plat_data, qmi_wlfw); in cnss_wlfw_fw_ready_ind_cb()
2836 container_of(qmi_wlfw, struct cnss_plat_data, qmi_wlfw); in cnss_wlfw_fw_init_done_ind_cb()
2853 container_of(qmi_wlfw, struct cnss_plat_data, qmi_wlfw); in cnss_wlfw_pin_result_ind_cb()
2928 container_of(qmi_wlfw, struct cnss_plat_data, qmi_wlfw); in cnss_wlfw_cal_done_ind_cb()
2957 container_of(qmi_wlfw, struct cnss_plat_data, qmi_wlfw); in cnss_wlfw_qdss_trace_req_mem_ind_cb()
3006 container_of(qmi_wlfw, struct cnss_plat_data, qmi_wlfw); in cnss_wlfw_fw_mem_file_save_ind_cb()
3081 container_of(qmi_wlfw, struct cnss_plat_data, qmi_wlfw); in cnss_wlfw_qdss_trace_free_ind_cb()
3093 container_of(qmi_wlfw, struct cnss_plat_data, qmi_wlfw); in cnss_wlfw_respond_get_info_ind_cb()
[all …]
/wlan-driver/platform/icnss2/
Dqmi.c995 container_of(qmi_dms, struct icnss_priv, qmi_dms); in dms_new_server()
1008 container_of(qmi_dms, struct icnss_priv, qmi_dms); in dms_del_server()
2331 container_of(qmi, struct icnss_priv, qmi); in fw_ready_ind_cb()
2347 struct icnss_priv *priv = container_of(qmi, struct icnss_priv, qmi); in msa_ready_ind_cb()
2420 struct icnss_priv *priv = container_of(qmi, struct icnss_priv, qmi); in pin_connect_result_ind_cb()
2446 struct icnss_priv *priv = container_of(qmi, struct icnss_priv, qmi); in rejuvenate_ind_cb()
2491 struct icnss_priv *priv = container_of(qmi, struct icnss_priv, qmi); in cal_done_ind_cb()
2508 struct icnss_priv *priv = container_of(qmi, struct icnss_priv, qmi); in fw_init_done_ind_cb()
2586 container_of(qmi, struct icnss_priv, qmi); in wlfw_qdss_trace_req_mem_ind_cb()
2629 container_of(qmi, struct icnss_priv, qmi); in wlfw_qdss_trace_save_ind_cb()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_unit_test_suspend.c37 container_of(work, struct hif_ut_suspend_context, resume_work); in hif_ut_fw_resume_work()

123