Home
last modified time | relevance | path

Searched defs:ufs_clk_gating (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/scsi/ufs/
Dufshcd.h386 struct ufs_clk_gating { struct
387 struct delayed_work gate_work;
388 struct work_struct ungate_work;
389 enum clk_gating_state state;
390 unsigned long delay_ms;
391 bool is_suspended;
392 struct device_attribute delay_attr;
393 struct device_attribute enable_attr;
394 bool is_enabled;
395 bool is_initialized;
[all …]