Searched refs:reset_completion (Results 1 – 9 of 9) sorted by relevance
1034 phy->reset_completion = &completion_reset; in pm8001_abort_task()1039 phy->reset_completion = NULL; in pm8001_abort_task()1057 phy->reset_completion = NULL; in pm8001_abort_task()1068 phy->reset_completion = NULL; in pm8001_abort_task()
3547 if (!pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()3555 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()3558 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()3559 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()3583 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()3586 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()3587 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
253 struct completion *reset_completion; member
339 struct completion reset_completion; member771 complete(&data->reset_completion); in mxt_proc_t6_messages()1258 reinit_completion(&data->reset_completion); in mxt_soft_reset()1269 ret = mxt_wait_for_completion(data, &data->reset_completion, in mxt_soft_reset()3174 init_completion(&data->reset_completion); in mxt_probe()
177 struct completion *reset_completion; member
2698 if (phy->reset_completion) in phy_up_v2_hw()2699 complete(phy->reset_completion); in phy_up_v2_hw()3272 if (phy->reset_completion) in sata_int_v2_hw()3273 complete(phy->reset_completion); in sata_int_v2_hw()
1380 if (phy->reset_completion) in int_phyup_v1_hw()1381 complete(phy->reset_completion); in int_phyup_v1_hw()
1182 phy->reset_completion = &completion; in hisi_sas_control_phy()1224 phy->reset_completion = NULL; in hisi_sas_control_phy()
1601 if (phy->reset_completion) in phy_up_v3_hw()1602 complete(phy->reset_completion); in phy_up_v3_hw()
Completed in 52 milliseconds