Searched refs:gate_work (Results 1 - 2 of 2) sorted by last modified time

/drivers/scsi/ufs/
H A Dufshcd.c523 cancel_delayed_work_sync(&hba->clk_gating.gate_work);
575 if (cancel_delayed_work(&hba->clk_gating.gate_work)) {
617 clk_gating.gate_work.work);
688 schedule_delayed_work(&hba->clk_gating.gate_work,
730 INIT_DELAYED_WORK(&hba->clk_gating.gate_work, ufshcd_gate_work);
748 cancel_delayed_work_sync(&hba->clk_gating.gate_work);
H A Dufshcd.h288 * @gate_work: worker to turn off clocks after some delay as specified in
301 struct delayed_work gate_work; member in struct:ufs_clk_gating

Completed in 96 milliseconds