Home
last modified time | relevance | path

Searched refs:reset_completion (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/scsi/pm8001/
A Dpm8001_sas.c1245 phy->reset_completion = &completion_reset; in pm8001_abort_task()
1250 phy->reset_completion = NULL; in pm8001_abort_task()
1268 phy->reset_completion = NULL; in pm8001_abort_task()
1279 phy->reset_completion = NULL; in pm8001_abort_task()
A Dpm8001_sas.h252 struct completion *reset_completion; member
A Dpm80xx_hwi.c3733 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3736 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3737 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
3761 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3764 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3765 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
/linux/drivers/input/touchscreen/
A Datmel_mxt_ts.c339 struct completion reset_completion; member
771 complete(&data->reset_completion); in mxt_proc_t6_messages()
1258 reinit_completion(&data->reset_completion); in mxt_soft_reset()
1269 ret = mxt_wait_for_completion(data, &data->reset_completion, in mxt_soft_reset()
3174 init_completion(&data->reset_completion); in mxt_probe()
/linux/drivers/scsi/hisi_sas/
A Dhisi_sas.h176 struct completion *reset_completion; member
A Dhisi_sas_v2_hw.c2699 if (phy->reset_completion) in phy_up_v2_hw()
2700 complete(phy->reset_completion); in phy_up_v2_hw()
3276 if (phy->reset_completion) in sata_int_v2_hw()
3277 complete(phy->reset_completion); in sata_int_v2_hw()
A Dhisi_sas_v1_hw.c1383 if (phy->reset_completion) in int_phyup_v1_hw()
1384 complete(phy->reset_completion); in int_phyup_v1_hw()
A Dhisi_sas_main.c1159 phy->reset_completion = &completion; in hisi_sas_control_phy()
1200 phy->reset_completion = NULL; in hisi_sas_control_phy()
A Dhisi_sas_v3_hw.c1568 if (phy->reset_completion) in phy_up_v3_hw()
1569 complete(phy->reset_completion); in phy_up_v3_hw()

Completed in 61 milliseconds