Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/pm8001/
H A Dpm8001_sas.c1106 phy->reset_completion = &completion_reset; in pm8001_abort_task()
1111 phy->reset_completion = NULL; in pm8001_abort_task()
1129 phy->reset_completion = NULL; in pm8001_abort_task()
1140 phy->reset_completion = NULL; in pm8001_abort_task()
H A Dpm80xx_hwi.c3564 if (!pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3573 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3576 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3577 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
3606 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3609 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3610 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
H A Dpm8001_sas.h252 struct completion *reset_completion; member
/linux-6.15/drivers/input/touchscreen/
H A 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()
3252 init_completion(&data->reset_completion); in mxt_probe()
/linux-6.15/drivers/scsi/hisi_sas/
H A Dhisi_sas.h176 struct completion *reset_completion; member
H A Dhisi_sas_main.c1286 phy->reset_completion = &completion; in hisi_sas_control_phy()
1328 phy->reset_completion = NULL; in hisi_sas_control_phy()
1585 phy->reset_completion = &completion; in hisi_sas_async_init_wait_phyup()
1591 phy->reset_completion = NULL; in hisi_sas_async_init_wait_phyup()
H A Dhisi_sas_v2_hw.c2711 if (phy->reset_completion) in phy_up_v2_hw()
2712 complete(phy->reset_completion); in phy_up_v2_hw()
3285 if (phy->reset_completion) in sata_int_v2_hw()
3286 complete(phy->reset_completion); in sata_int_v2_hw()
H A Dhisi_sas_v1_hw.c1379 if (phy->reset_completion) in int_phyup_v1_hw()
1380 complete(phy->reset_completion); in int_phyup_v1_hw()
H A Dhisi_sas_v3_hw.c1639 if (phy->reset_completion) in phy_up_v3_hw()
1640 complete(phy->reset_completion); in phy_up_v3_hw()