Home
last modified time | relevance | path

Searched refs:work_struct (Results 1 – 25 of 2445) sorted by relevance

12345678910>>...98

/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dsta.h59 void cw1200_event_handler(struct work_struct *work);
60 void cw1200_bss_loss_work(struct work_struct *work);
61 void cw1200_bss_params_work(struct work_struct *work);
62 void cw1200_keep_alive_work(struct work_struct *work);
63 void cw1200_tx_failure_work(struct work_struct *work);
79 void cw1200_join_timeout(struct work_struct *work);
80 void cw1200_unjoin_work(struct work_struct *work);
82 void cw1200_wep_key_work(struct work_struct *work);
91 void cw1200_ba_work(struct work_struct *work);
114 void cw1200_set_tim_work(struct work_struct *work);
[all …]
H A Dcw1200.h191 struct work_struct bh_work;
230 struct work_struct unjoin_work;
231 struct work_struct join_complete_work;
238 struct work_struct wep_key_work;
245 struct work_struct link_id_work;
253 struct work_struct set_tim_work;
254 struct work_struct set_cts_work;
256 struct work_struct multicast_stop_work;
262 struct work_struct event_handler;
269 struct work_struct bss_params_work;
[all …]
H A Dscan.h19 /* external */ struct work_struct;
23 struct work_struct work;
42 void cw1200_scan_work(struct work_struct *work);
43 void cw1200_scan_timeout(struct work_struct *work);
44 void cw1200_clear_recent_scan_work(struct work_struct *work);
51 void cw1200_probe_work(struct work_struct *work);
H A Dtxrx.h53 void tx_policy_upload_work(struct work_struct *work);
82 void cw1200_tx_timeout(struct work_struct *work);
93 void cw1200_link_id_reset(struct work_struct *work);
99 void cw1200_link_id_work(struct work_struct *work);
100 void cw1200_link_id_gc_work(struct work_struct *work);
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.h35 struct work_struct intr_work;
37 struct work_struct gen_work;
39 struct work_struct err_work;
41 struct work_struct ras_work;
61 struct work_struct intr_work;
63 struct work_struct gen_work;
65 struct work_struct err_work;
67 struct work_struct ras_work;
/openbmc/linux/include/linux/
H A Dworkqueue.h20 struct work_struct;
21 typedef void (*work_func_t)(struct work_struct *work);
98 struct work_struct { struct
112 struct work_struct work; argument
121 struct work_struct work;
217 struct work_struct work;
246 struct work_struct n = __WORK_INITIALIZER(n, f)
497 struct work_struct *work);
499 struct work_struct *work);
525 extern struct work_struct *current_work(void);
[all …]
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf.h15 struct work_struct vfpf_mbox_work;
22 struct work_struct work;
41 struct work_struct afpf_mbox_work;
45 struct work_struct afpf_mbox_up_work;
69 void otx2_cptpf_afpf_mbox_handler(struct work_struct *work);
70 void otx2_cptpf_afpf_mbox_up_handler(struct work_struct *work);
72 void otx2_cptpf_vfpf_mbox_handler(struct work_struct *work);
/openbmc/linux/net/wireless/
H A Dcore.h30 struct work_struct rfkill_block;
82 struct work_struct conn_work;
83 struct work_struct event_work;
90 struct work_struct background_cac_abort_wk;
97 struct work_struct destroy_work;
99 struct work_struct sched_scan_res_wk;
102 struct work_struct propagate_radar_detect_wk;
105 struct work_struct propagate_cac_done_wk;
107 struct work_struct mgmt_registrations_update_wk;
111 struct work_struct wiphy_work;
[all …]
/openbmc/linux/drivers/nfc/pn533/
H A Dpn533.h142 struct work_struct cmd_work;
143 struct work_struct cmd_complete_work;
145 struct work_struct mi_rx_work;
146 struct work_struct mi_tx_work;
147 struct work_struct mi_tm_rx_work;
148 struct work_struct mi_tm_tx_work;
149 struct work_struct tg_work;
150 struct work_struct rf_work;
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dps.h13 void rtl_ips_nic_off_wq_callback(struct work_struct *work);
20 void rtl_swlps_wq_callback(struct work_struct *work);
21 void rtl_swlps_rfon_wq_callback(struct work_struct *work);
26 void rtl_lps_change_work_callback(struct work_struct *work);
/openbmc/linux/include/net/bluetooth/
H A Dcoredump.h53 struct work_struct dump_rx;
64 void hci_devcd_rx(struct work_struct *work);
65 void hci_devcd_timeout(struct work_struct *work);
78 static inline void hci_devcd_rx(struct work_struct *work) {} in hci_devcd_rx()
79 static inline void hci_devcd_timeout(struct work_struct *work) {} in hci_devcd_timeout()
/openbmc/linux/drivers/scsi/snic/
H A Dsnic_disc.h64 struct work_struct scan_work;
65 struct work_struct del_work;
77 void snic_process_report_tgts_rsp(struct work_struct *);
78 void snic_handle_tgt_disc(struct work_struct *);
79 void snic_handle_disc(struct work_struct *);
/openbmc/linux/drivers/net/fjes/
H A Dfjes.h35 struct work_struct force_close_task;
44 struct work_struct tx_stall_task;
45 struct work_struct raise_intr_rxdata_task;
47 struct work_struct unshare_watch_task;
/openbmc/linux/net/mac802154/
H A Dieee802154_i.h73 struct work_struct rx_beacon_work;
75 struct work_struct rx_mac_cmd_work;
85 struct work_struct sync_tx_work;
179 void ieee802154_xmit_sync_worker(struct work_struct *work);
271 void mac802154_scan_worker(struct work_struct *work);
279 void mac802154_rx_beacon_worker(struct work_struct *work);
286 void mac802154_beacon_worker(struct work_struct *work);
297 void mac802154_rx_mac_cmd_worker(struct work_struct *work);
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.h153 void rtw89_btc_ntfy_eapol_packet_work(struct work_struct *work);
154 void rtw89_btc_ntfy_arp_packet_work(struct work_struct *work);
155 void rtw89_btc_ntfy_dhcp_packet_work(struct work_struct *work);
156 void rtw89_btc_ntfy_icmp_packet_work(struct work_struct *work);
167 void rtw89_coex_act1_work(struct work_struct *work);
168 void rtw89_coex_bt_devinfo_work(struct work_struct *work);
169 void rtw89_coex_rfk_chk_work(struct work_struct *work);
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib.h273 struct work_struct start_task;
274 struct work_struct reap_task;
275 struct work_struct skb_task;
276 struct work_struct rx_reap_task;
312 struct work_struct work;
353 struct work_struct carrier_on_task;
354 struct work_struct flush_light;
355 struct work_struct flush_normal;
356 struct work_struct flush_heavy;
357 struct work_struct restart_task;
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dcs42l43.h83 struct work_struct button_release_work;
118 void cs42l43_bias_sense_timeout(struct work_struct *work);
119 void cs42l43_tip_sense_work(struct work_struct *work);
120 void cs42l43_button_press_work(struct work_struct *work);
121 void cs42l43_button_release_work(struct work_struct *work);
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_msgs.h10 void vpu_inst_run_work(struct work_struct *work);
11 void vpu_msg_run_work(struct work_struct *work);
12 void vpu_msg_delayed_work(struct work_struct *work);
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_def.h174 struct work_struct stat_work;
196 struct work_struct ns_up_work;
203 struct work_struct version_change_lost_work;
225 struct work_struct gid_pn_work;
226 struct work_struct test_link_work;
227 struct work_struct rport_work;
268 struct work_struct scsi_work;
/openbmc/linux/drivers/media/usb/gspca/
H A Dfinepix.c30 struct work_struct work_struct; member
74 static void dostream(struct work_struct *work) in dostream()
76 struct usb_fpix *dev = container_of(work, struct usb_fpix, work_struct); in dostream()
169 INIT_WORK(&dev->work_struct, dostream); in sd_config()
215 schedule_work(&dev->work_struct); in sd_start()
228 flush_work(&dev->work_struct); in sd_stop0()
/openbmc/linux/net/rds/
H A Dtcp.h31 struct work_struct t_conn_w;
32 struct work_struct t_send_w;
33 struct work_struct t_down_w;
34 struct work_struct t_recv_w;
70 void rds_tcp_listen_stop(struct socket *sock, struct work_struct *acceptor);
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h822 struct work_struct restart;
823 struct work_struct scan_completed;
824 struct work_struct abort_scan;
826 struct work_struct beacon_update;
831 struct work_struct tt_work;
832 struct work_struct ct_enter;
833 struct work_struct ct_exit;
834 struct work_struct start_internal_scan;
835 struct work_struct tx_flush;
837 struct work_struct bt_runtime_config;
[all …]
/openbmc/linux/drivers/scsi/libsas/
H A Dsas_phy.c17 static void sas_phye_loss_of_signal(struct work_struct *work) in sas_phye_loss_of_signal()
26 static void sas_phye_oob_done(struct work_struct *work) in sas_phye_oob_done()
34 static void sas_phye_oob_error(struct work_struct *work) in sas_phye_oob_error()
63 static void sas_phye_spinup_hold(struct work_struct *work) in sas_phye_spinup_hold()
75 static void sas_phye_resume_timeout(struct work_struct *work) in sas_phye_resume_timeout()
92 static void sas_phye_shutdown(struct work_struct *work) in sas_phye_shutdown()
/openbmc/linux/include/trace/events/
H A Dworkqueue.h26 struct work_struct *work),
61 TP_PROTO(struct work_struct *work),
84 TP_PROTO(struct work_struct *work),
110 TP_PROTO(struct work_struct *work, work_func_t function),
/openbmc/linux/include/linux/soundwire/
H A Dsdw_amd.h87 struct work_struct amd_sdw_irq_thread;
88 struct work_struct amd_sdw_work;
89 struct work_struct probe_work;

12345678910>>...98