Searched refs:reset_completion (Results 1 – 10 of 10) sorted by relevance
152 struct completion reset_completion; member298 complete(&data->reset_completion); in d3323aa_irq_handler()340 reinit_completion(&data->reset_completion); in d3323aa_reset()362 &data->reset_completion, in d3323aa_reset()731 init_completion(&data->reset_completion); in d3323aa_probe()
1106 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()
3611 if (!pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()3620 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()3623 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()3624 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()3653 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()3656 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()3657 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
260 struct completion *reset_completion; member
344 struct completion reset_completion; member780 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()
187 struct completion *reset_completion; member
1294 phy->reset_completion = &completion; in hisi_sas_control_phy()1336 phy->reset_completion = NULL; in hisi_sas_control_phy()1595 phy->reset_completion = &completion; in hisi_sas_async_init_wait_phyup()1601 phy->reset_completion = NULL; in hisi_sas_async_init_wait_phyup()
2712 if (phy->reset_completion) in phy_up_v2_hw()2713 complete(phy->reset_completion); in phy_up_v2_hw()3286 if (phy->reset_completion) in sata_int_v2_hw()3287 complete(phy->reset_completion); in sata_int_v2_hw()
1379 if (phy->reset_completion) in int_phyup_v1_hw()1380 complete(phy->reset_completion); in int_phyup_v1_hw()
1688 if (phy->reset_completion) in phy_up_v3_hw()1689 complete(phy->reset_completion); in phy_up_v3_hw()
Completed in 57 milliseconds