Home
last modified time | relevance | path

Searched refs:reset_completion (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H A Dpm8001_sas.c1056 phy->reset_completion = &completion_reset; in pm8001_abort_task()
1061 phy->reset_completion = NULL; in pm8001_abort_task()
1079 phy->reset_completion = NULL; in pm8001_abort_task()
1090 phy->reset_completion = NULL; in pm8001_abort_task()
H A Dpm80xx_hwi.c3572 if (!pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3581 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3584 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3585 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
3614 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3617 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3618 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
H A Dpm8001_sas.h254 struct completion *reset_completion; member
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H A Dpm8001_sas.c1239 phy->reset_completion = &completion_reset; in pm8001_abort_task()
1244 phy->reset_completion = NULL; in pm8001_abort_task()
1262 phy->reset_completion = NULL; in pm8001_abort_task()
1273 phy->reset_completion = NULL; in pm8001_abort_task()
H A Dpm80xx_hwi.c3645 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3648 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3649 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
3673 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3676 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3677 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
H A Dpm8001_sas.h250 struct completion *reset_completion; member
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A 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()
/kernel/linux/linux-6.6/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()
3259 init_completion(&data->reset_completion); in mxt_probe()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas.h162 struct completion *reset_completion; member
H A Dhisi_sas_v2_hw.c2707 if (phy->reset_completion) { in phy_up_v2_hw()
2709 complete(phy->reset_completion); in phy_up_v2_hw()
3289 if (phy->reset_completion) { in sata_int_v2_hw()
3291 complete(phy->reset_completion); in sata_int_v2_hw()
H A Dhisi_sas_v1_hw.c1385 if (phy->reset_completion) { in int_phyup_v1_hw()
1387 complete(phy->reset_completion); in int_phyup_v1_hw()
H A Dhisi_sas_v3_hw.c1560 if (phy->reset_completion) { in phy_up_v3_hw()
1562 complete(phy->reset_completion); in phy_up_v3_hw()
H A Dhisi_sas_main.c1772 phy->reset_completion = &phyreset; in hisi_sas_debug_I_T_nexus_reset()
1790 phy->reset_completion = NULL; in hisi_sas_debug_I_T_nexus_reset()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas.h177 struct completion *reset_completion; member
H A Dhisi_sas_main.c1242 phy->reset_completion = &completion; in hisi_sas_control_phy()
1284 phy->reset_completion = NULL; in hisi_sas_control_phy()
1524 phy->reset_completion = &completion; in hisi_sas_async_init_wait_phyup()
1530 phy->reset_completion = NULL; in hisi_sas_async_init_wait_phyup()
H A 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()
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.c1628 if (phy->reset_completion) in phy_up_v3_hw()
1629 complete(phy->reset_completion); in phy_up_v3_hw()

Completed in 74 milliseconds