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

/linux-master/drivers/scsi/pm8001/
H A Dpm8001_sas.c1056 phy->reset_completion = &completion_reset;
1061 phy->reset_completion = NULL;
1079 phy->reset_completion = NULL;
1090 phy->reset_completion = NULL;
H A Dpm80xx_hwi.c3552 if (!pm8001_ha->phy[phy_id].reset_completion) {
3561 if (pm8001_ha->phy[phy_id].reset_completion) {
3564 complete(pm8001_ha->phy[phy_id].reset_completion);
3565 pm8001_ha->phy[phy_id].reset_completion = NULL;
3594 if (pm8001_ha->phy[phy_id].reset_completion) {
3597 complete(pm8001_ha->phy[phy_id].reset_completion);
3598 pm8001_ha->phy[phy_id].reset_completion = NULL;
H A Dpm8001_sas.h251 struct completion *reset_completion; member in struct:pm8001_phy
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c344 struct completion reset_completion; member in struct:mxt_data
780 complete(&data->reset_completion);
1291 reinit_completion(&data->reset_completion);
1302 ret = mxt_wait_for_completion(data, &data->reset_completion,
3256 init_completion(&data->reset_completion);
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas.h177 struct completion *reset_completion; member in struct:hisi_sas_phy
H A Dhisi_sas_main.c1242 phy->reset_completion = &completion;
1284 phy->reset_completion = NULL;
1529 phy->reset_completion = &completion;
1535 phy->reset_completion = NULL;
H A Dhisi_sas_v1_hw.c1379 if (phy->reset_completion)
1380 complete(phy->reset_completion);
H A Dhisi_sas_v2_hw.c2708 if (phy->reset_completion)
2709 complete(phy->reset_completion);
3282 if (phy->reset_completion)
3283 complete(phy->reset_completion);
H A Dhisi_sas_v3_hw.c1627 if (phy->reset_completion)
1628 complete(phy->reset_completion);

Completed in 220 milliseconds