Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 1191) sorted by relevance

12345678910>>...48

/drivers/gpu/drm/
Ddrm_flip_work.c54 void drm_flip_work_queue_task(struct drm_flip_work *work, in drm_flip_work_queue_task()
73 void drm_flip_work_queue(struct drm_flip_work *work, void *val) in drm_flip_work_queue()
98 void drm_flip_work_commit(struct drm_flip_work *work, in drm_flip_work_commit()
113 struct drm_flip_work *work = container_of(w, struct drm_flip_work, worker); in flip_worker() local
144 void drm_flip_work_init(struct drm_flip_work *work, in drm_flip_work_init()
163 void drm_flip_work_cleanup(struct drm_flip_work *work) in drm_flip_work_cleanup()
/drivers/scsi/libsas/
Dsas_phy.c33 static void sas_phye_loss_of_signal(struct work_struct *work) in sas_phye_loss_of_signal()
43 static void sas_phye_oob_done(struct work_struct *work) in sas_phye_oob_done()
52 static void sas_phye_oob_error(struct work_struct *work) in sas_phye_oob_error()
83 static void sas_phye_spinup_hold(struct work_struct *work) in sas_phye_spinup_hold()
97 static void sas_phye_resume_timeout(struct work_struct *work) in sas_phye_resume_timeout()
Dsas_port.c259 void sas_porte_bytes_dmaed(struct work_struct *work) in sas_porte_bytes_dmaed()
269 void sas_porte_broadcast_rcvd(struct work_struct *work) in sas_porte_broadcast_rcvd()
286 void sas_porte_link_reset_err(struct work_struct *work) in sas_porte_link_reset_err()
296 void sas_porte_timer_event(struct work_struct *work) in sas_porte_timer_event()
306 void sas_porte_hard_reset(struct work_struct *work) in sas_porte_hard_reset()
Dsas_discover.c224 static void sas_probe_devices(struct work_struct *work) in sas_probe_devices()
252 static void sas_suspend_devices(struct work_struct *work) in sas_suspend_devices()
283 static void sas_resume_devices(struct work_struct *work) in sas_resume_devices()
365 static void sas_destruct_devices(struct work_struct *work) in sas_destruct_devices()
448 static void sas_discover_domain(struct work_struct *work) in sas_discover_domain()
506 static void sas_revalidate_domain(struct work_struct *work) in sas_revalidate_domain()
/drivers/infiniband/core/
Dcm.c189 struct delayed_work work; member
200 struct cm_work work; /* Must be first. */ member
745 struct cm_work *work; in cm_dequeue_work() local
755 static void cm_free_work(struct cm_work *work) in cm_free_work()
864 struct cm_work *work; in cm_destroy_id() local
1406 static u16 cm_get_bth_pkey(struct cm_work *work) in cm_get_bth_pkey()
1424 static void cm_format_req_event(struct cm_work *work, in cm_format_req_event()
1460 struct cm_work *work) in cm_process_work()
1538 static void cm_dup_req_handler(struct cm_work *work, in cm_dup_req_handler()
1581 static struct cm_id_private * cm_match_req(struct cm_work *work, in cm_match_req()
[all …]
Diwcm.c62 struct work_struct work; member
109 struct iwcm_work *work; in get_work() local
119 static void put_work(struct iwcm_work *work) in put_work()
136 struct iwcm_work *work; in alloc_work_entries() local
874 struct iwcm_work *work = container_of(_work, struct iwcm_work, work); in cm_work_handler() local
932 struct iwcm_work *work; in cm_event_handler() local
/drivers/net/wireless/cw1200/
Dsta.c514 void cw1200_update_filtering_work(struct work_struct *work) in cw1200_update_filtering_work()
523 void cw1200_set_beacon_wakeup_period_work(struct work_struct *work) in cw1200_set_beacon_wakeup_period_work()
844 void cw1200_wep_key_work(struct work_struct *work) in cw1200_wep_key_work()
972 void cw1200_event_handler(struct work_struct *work) in cw1200_event_handler()
1043 void cw1200_bss_loss_work(struct work_struct *work) in cw1200_bss_loss_work()
1054 void cw1200_bss_params_work(struct work_struct *work) in cw1200_bss_params_work()
1191 void cw1200_join_complete_work(struct work_struct *work) in cw1200_join_complete_work()
1375 void cw1200_join_timeout(struct work_struct *work) in cw1200_join_timeout()
1446 void cw1200_unjoin_work(struct work_struct *work) in cw1200_unjoin_work()
1712 void cw1200_set_tim_work(struct work_struct *work) in cw1200_set_tim_work()
[all …]
Dscan.c133 void cw1200_scan_work(struct work_struct *work) in cw1200_scan_work()
329 void cw1200_clear_recent_scan_work(struct work_struct *work) in cw1200_clear_recent_scan_work()
337 void cw1200_scan_timeout(struct work_struct *work) in cw1200_scan_timeout()
355 void cw1200_probe_work(struct work_struct *work) in cw1200_probe_work()
/drivers/pci/hotplug/
Dpciehp_ctrl.c161 struct work_struct work; member
174 static void pciehp_power_thread(struct work_struct *work) in pciehp_power_thread()
225 void pciehp_queue_pushbutton_work(struct work_struct *work) in pciehp_queue_pushbutton_work()
362 static void interrupt_event_handler(struct work_struct *work) in interrupt_event_handler()
Dshpchp_ctrl.c393 struct work_struct work; member
403 static void shpchp_pushbutton_thread(struct work_struct *work) in shpchp_pushbutton_thread()
432 void shpchp_queue_pushbutton_work(struct work_struct *work) in shpchp_queue_pushbutton_work()
544 static void interrupt_event_handler(struct work_struct *work) in interrupt_event_handler()
/drivers/gpu/drm/i915/
Di915_gem_userptr.c41 struct work_struct work; member
61 struct work_struct work; member
66 static void __cancel_userptr__worker(struct work_struct *work) in __cancel_userptr__worker()
433 __i915_mm_struct_free__worker(struct work_struct *work) in __i915_mm_struct_free__worker()
467 struct work_struct work; member
568 struct get_pages_work *work = container_of(_work, typeof(*work), work); in __i915_gem_userptr_get_pages_worker() local
636 struct get_pages_work *work; in __i915_gem_userptr_get_pages_schedule() local
Dintel_hotplug.c189 static void intel_hpd_irq_storm_reenable_work(struct work_struct *work) in intel_hpd_irq_storm_reenable_work()
250 static void i915_digport_work_func(struct work_struct *work) in i915_digport_work_func()
301 static void i915_hotplug_work_func(struct work_struct *work) in i915_hotplug_work_func()
/drivers/staging/rdma/ipath/
Dipath_user_pages.c186 struct work_struct work; member
193 struct ipath_user_pages_work *work = in user_pages_account() local
205 struct ipath_user_pages_work *work; in ipath_release_user_pages_on_close() local
/drivers/scsi/snic/
Dsnic_disc.c163 snic_scsi_scan_tgt(struct work_struct *work) in snic_scsi_scan_tgt()
221 snic_tgt_del(struct work_struct *work) in snic_tgt_del()
335 snic_handle_tgt_disc(struct work_struct *work) in snic_handle_tgt_disc()
508 snic_handle_disc(struct work_struct *work) in snic_handle_disc()
/drivers/net/wireless/rt2x00/
Drt2x00link.c311 static void rt2x00link_tuner(struct work_struct *work) in rt2x00link_tuner()
390 static void rt2x00link_watchdog(struct work_struct *work) in rt2x00link_watchdog()
443 static void rt2x00link_agc(struct work_struct *work) in rt2x00link_agc()
464 static void rt2x00link_vcocal(struct work_struct *work) in rt2x00link_vcocal()
/drivers/net/wireless/ath/ath9k/
Dhtc_drv_gpio.c64 static void ath_btcoex_period_work(struct work_struct *work) in ath_btcoex_period_work()
98 static void ath_btcoex_duty_cycle_work(struct work_struct *work) in ath_btcoex_duty_cycle_work()
226 void ath9k_led_work(struct work_struct *work) in ath9k_led_work()
/drivers/gpu/drm/armada/
Darmada_crtc.c23 struct armada_plane_work work; member
197 struct armada_plane_work *work = xchg(&plane->work, NULL); in armada_drm_plane_work_run() local
209 struct armada_plane *plane, struct armada_plane_work *work) in armada_drm_plane_work_queue()
234 struct armada_plane_work *work = xchg(&plane->work, NULL); in armada_drm_plane_work_cancel() local
243 struct armada_frame_work *work) in armada_drm_crtc_queue_frame_work()
251 struct armada_plane *plane, struct armada_plane_work *work) in armada_drm_crtc_complete_frame_work()
275 struct armada_frame_work *work; in armada_drm_crtc_finish_fb() local
998 struct armada_frame_work *work; in armada_drm_crtc_page_flip() local
/drivers/s390/char/
Dsclp_config.c29 static void sclp_cpu_capability_notify(struct work_struct *work) in sclp_cpu_capability_notify()
44 static void __ref sclp_cpu_change_notify(struct work_struct *work) in sclp_cpu_change_notify()
/drivers/media/pci/cx23885/
Dcx23885-ir.c33 void cx23885_ir_rx_work_handler(struct work_struct *work) in cx23885_ir_rx_work_handler()
56 void cx23885_ir_tx_work_handler(struct work_struct *work) in cx23885_ir_tx_work_handler()
/drivers/input/misc/
Dwm831x-on.c32 struct delayed_work work; member
40 static void wm831x_poll_on(struct work_struct *work) in wm831x_poll_on()
Dda9052_onkey.c25 struct delayed_work work; member
58 static void da9052_onkey_work(struct work_struct *work) in da9052_onkey_work()
Dda9055_onkey.c24 struct delayed_work work; member
55 static void da9055_onkey_work(struct work_struct *work) in da9055_onkey_work()
Dgpio-beeper.c22 struct work_struct work; member
32 static void gpio_beeper_work(struct work_struct *work) in gpio_beeper_work()
Darizona-haptics.c28 struct work_struct work; member
34 static void arizona_haptics_work(struct work_struct *work) in arizona_haptics_work()
/drivers/power/
Dpda_power.c143 static void supply_work_func(struct work_struct *work) in supply_work_func()
169 static void charger_work_func(struct work_struct *work) in charger_work_func()
195 static void polling_work_func(struct work_struct *work) in polling_work_func()

12345678910>>...48