Searched refs:work_data (Results 1 - 5 of 5) sorted by relevance
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
H A D | hdf_wl_interface.h | 88 void eapol_report_handler(struct work_struct *work_data);
|
H A D | net_bdh_adpater.c | 540 void eapol_report_handler(struct work_struct *work_data) in eapol_report_handler() argument 547 eapolEvent = container_of(work_data, struct hdf_eapol_event_s, eapol_report); in eapol_report_handler()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_event.c | 194 wl_ext_event_handler(struct work_struct *work_data) in wl_ext_event_handler() argument 203 BCM_SET_CONTAINER_OF(event_params, work_data, struct wl_event_params, event_work); in wl_ext_event_handler()
|
H A D | wl_cfg80211.c | 672 static void wl_event_handler(struct work_struct *work_data); 18246 static void wl_event_handler(struct work_struct *work_data) in wl_event_handler() argument 18253 BCM_SET_CONTAINER_OF(cfg, work_data, struct bcm_cfg80211, event_work); in wl_event_handler()
|
H A D | dhd_linux.c | 249 static void dhd_hang_process(struct work_struct *work_data); 15381 static void dhd_hang_process(struct work_struct *work_data) in dhd_hang_process() argument 15394 container_of(work_data, dhd_info_t, dhd_hang_process_work); in dhd_hang_process()
|
Completed in 50 milliseconds