Home
last modified time | relevance | path

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

/linux-6.1.9/include/ufs/
Dufshcd.h366 struct ufs_clk_gating { struct
367 struct delayed_work gate_work;
368 struct work_struct ungate_work;
369 enum clk_gating_state state;
370 unsigned long delay_ms;
371 bool is_suspended;
372 struct device_attribute delay_attr;
373 struct device_attribute enable_attr;
374 bool is_enabled;
375 bool is_initialized;
[all …]