Home
last modified time | relevance | path

Searched refs:clk_gating_workq (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufshcd.h366 struct workqueue_struct *clk_gating_workq; member
H A Dufshcd.c1643 if (queue_work(hba->clk_gating.clk_gating_workq, in ufshcd_hold()
1760 queue_delayed_work(hba->clk_gating.clk_gating_workq, in __ufshcd_release()
1876 hba->clk_gating.clk_gating_workq = alloc_ordered_workqueue(wq_name, in ufshcd_init_clk_gating()
1906 destroy_workqueue(hba->clk_gating.clk_gating_workq); in ufshcd_exit_clk_gating()
/kernel/linux/linux-6.6/include/ufs/
H A Dufshcd.h400 * @clk_gating_workq: workqueue for clock gating work.
413 struct workqueue_struct *clk_gating_workq; member
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd.c1775 queue_work(hba->clk_gating.clk_gating_workq, in ufshcd_hold()
1885 queue_delayed_work(hba->clk_gating.clk_gating_workq, in __ufshcd_release()
2008 hba->clk_gating.clk_gating_workq = alloc_ordered_workqueue(wq_name, in ufshcd_init_clk_gating()
2029 destroy_workqueue(hba->clk_gating.clk_gating_workq); in ufshcd_exit_clk_gating()

Completed in 27 milliseconds