Lines Matching refs:work
33 static void sas_phye_loss_of_signal(struct work_struct *work) in sas_phye_loss_of_signal() argument
35 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_loss_of_signal()
43 static void sas_phye_oob_done(struct work_struct *work) in sas_phye_oob_done() argument
45 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_oob_done()
52 static void sas_phye_oob_error(struct work_struct *work) in sas_phye_oob_error() argument
54 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_oob_error()
83 static void sas_phye_spinup_hold(struct work_struct *work) in sas_phye_spinup_hold() argument
85 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_spinup_hold()
97 static void sas_phye_resume_timeout(struct work_struct *work) in sas_phye_resume_timeout() argument
99 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_resume_timeout()
147 INIT_SAS_WORK(&phy->port_events[k].work, sas_port_event_fns[k]); in sas_register_phys()
152 INIT_SAS_WORK(&phy->phy_events[k].work, sas_phy_event_fns[k]); in sas_register_phys()