Home
last modified time | relevance | path

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

/drivers/iio/proximity/
A Dd3323aa.c152 struct completion reset_completion; member
298 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()
/drivers/scsi/pm8001/
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()
A Dpm80xx_hwi.c3611 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()
A Dpm8001_sas.h260 struct completion *reset_completion; member
/drivers/input/touchscreen/
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()
/drivers/scsi/hisi_sas/
A Dhisi_sas.h187 struct completion *reset_completion; member
A Dhisi_sas_main.c1294 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()
A Dhisi_sas_v2_hw.c2712 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()
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()
A Dhisi_sas_v3_hw.c1688 if (phy->reset_completion) in phy_up_v3_hw()
1689 complete(phy->reset_completion); in phy_up_v3_hw()

Completed in 57 milliseconds