Searched defs:ufs_clk_gating (Results 1 – 1 of 1) sorted by relevance
387 struct ufs_clk_gating { struct388 struct delayed_work gate_work;389 struct work_struct ungate_work;390 enum clk_gating_state state;391 unsigned long delay_ms;392 bool is_suspended;393 struct device_attribute delay_attr;394 struct device_attribute enable_attr;395 bool is_enabled;396 bool is_initialized;[all …]
Completed in 18 milliseconds