Home
last modified time | relevance | path

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

/linux-5.19.10/include/ufs/
Dufshcd.h362 struct ufs_clk_gating { struct
363 struct delayed_work gate_work;
364 struct work_struct ungate_work;
365 enum clk_gating_state state;
366 unsigned long delay_ms;
367 bool is_suspended;
368 struct device_attribute delay_attr;
369 struct device_attribute enable_attr;
370 bool is_enabled;
371 bool is_initialized;
[all …]