Home
last modified time | relevance | path

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

/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.c1125 phy->reset_completion = &completion_reset; in pm8001_abort_task()
1130 phy->reset_completion = NULL; in pm8001_abort_task()
1148 phy->reset_completion = NULL; in pm8001_abort_task()
1159 phy->reset_completion = NULL; in pm8001_abort_task()
H A Dpm80xx_hwi.c3617 if (!pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3626 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3629 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3630 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
3659 if (pm8001_ha->phy[phy_id].reset_completion) { in mpi_hw_event()
3662 complete(pm8001_ha->phy[phy_id].reset_completion); in mpi_hw_event()
3663 pm8001_ha->phy[phy_id].reset_completion = NULL; in mpi_hw_event()
/linux/drivers/iio/adc/
H A Dade9000.c294 struct completion reset_completion; member
889 if (!completion_done(&st->reset_completion)) { in ade9000_irq1_thread()
897 complete(&st->reset_completion); in ade9000_irq1_thread()
1587 if (!wait_for_completion_timeout(&st->reset_completion, in ade9000_reset()
1702 init_completion(&st->reset_completion); in ade9000_probe()
/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c345 struct completion reset_completion; member
779 complete(&data->reset_completion); in mxt_proc_t6_messages()
1288 reinit_completion(&data->reset_completion); in mxt_soft_reset()
1299 ret = mxt_wait_for_completion(data, &data->reset_completion, in mxt_soft_reset()
3245 init_completion(&data->reset_completion); in mxt_probe()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h187 struct completion *reset_completion; member
H 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()
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()