Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/pm8001/
Dpm8001_sas.c1058 phy->reset_completion = &completion_reset; in pm8001_abort_task()
1063 phy->reset_completion = NULL; in pm8001_abort_task()
1081 phy->reset_completion = NULL; in pm8001_abort_task()
1092 phy->reset_completion = NULL; in pm8001_abort_task()
Dpm80xx_hwi.c3552 if (!pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3561 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3564 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3565 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
3594 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3597 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3598 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
Dpm8001_sas.h251 struct completion *reset_completion; member
/linux-6.12.1/drivers/input/touchscreen/
Datmel_mxt_ts.c344 struct completion reset_completion; member
780 complete(&data->reset_completion); in mxt_proc_t6_messages()
1291 reinit_completion(&data->reset_completion); in mxt_soft_reset()
1302 ret = mxt_wait_for_completion(data, &data->reset_completion, in mxt_soft_reset()
3254 init_completion(&data->reset_completion); in mxt_probe()
/linux-6.12.1/drivers/scsi/hisi_sas/
Dhisi_sas_main.c1243 phy->reset_completion = &completion; in hisi_sas_control_phy()
1285 phy->reset_completion = NULL; in hisi_sas_control_phy()
1530 phy->reset_completion = &completion; in hisi_sas_async_init_wait_phyup()
1536 phy->reset_completion = NULL; in hisi_sas_async_init_wait_phyup()
Dhisi_sas.h177 struct completion *reset_completion; member
Dhisi_sas_v2_hw.c2708 if (phy->reset_completion) in phy_up_v2_hw()
2709 complete(phy->reset_completion); in phy_up_v2_hw()
3282 if (phy->reset_completion) in sata_int_v2_hw()
3283 complete(phy->reset_completion); in sata_int_v2_hw()
Dhisi_sas_v1_hw.c1379 if (phy->reset_completion) in int_phyup_v1_hw()
1380 complete(phy->reset_completion); in int_phyup_v1_hw()
Dhisi_sas_v3_hw.c1627 if (phy->reset_completion) in phy_up_v3_hw()
1628 complete(phy->reset_completion); in phy_up_v3_hw()