Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/pm8001/
Dpm8001_sas.c1250 phy->reset_completion = &completion_reset; in pm8001_abort_task()
1255 phy->reset_completion = NULL; in pm8001_abort_task()
1273 phy->reset_completion = NULL; in pm8001_abort_task()
1284 phy->reset_completion = NULL; in pm8001_abort_task()
Dpm80xx_hwi.c3718 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3721 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3722 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
3748 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3751 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3752 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
Dpm8001_sas.h279 struct completion *reset_completion; member
/Linux-v5.10/drivers/input/touchscreen/
Datmel_mxt_ts.c334 struct completion reset_completion; member
728 complete(&data->reset_completion); in mxt_proc_t6_messages()
1215 reinit_completion(&data->reset_completion); in mxt_soft_reset()
1226 ret = mxt_wait_for_completion(data, &data->reset_completion, in mxt_soft_reset()
3127 init_completion(&data->reset_completion); in mxt_probe()
/Linux-v5.10/drivers/scsi/hisi_sas/
Dhisi_sas.h162 struct completion *reset_completion; member
Dhisi_sas_v2_hw.c2700 if (phy->reset_completion) { in phy_up_v2_hw()
2702 complete(phy->reset_completion); in phy_up_v2_hw()
3283 if (phy->reset_completion) { in sata_int_v2_hw()
3285 complete(phy->reset_completion); in sata_int_v2_hw()
Dhisi_sas_v1_hw.c1385 if (phy->reset_completion) { in int_phyup_v1_hw()
1387 complete(phy->reset_completion); in int_phyup_v1_hw()
Dhisi_sas_v3_hw.c1555 if (phy->reset_completion) { in phy_up_v3_hw()
1557 complete(phy->reset_completion); in phy_up_v3_hw()
Dhisi_sas_main.c1775 phy->reset_completion = &phyreset; in hisi_sas_debug_I_T_nexus_reset()
1793 phy->reset_completion = NULL; in hisi_sas_debug_I_T_nexus_reset()