Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd.h391 struct ufs_clk_gating { struct
392 struct delayed_work gate_work;
393 struct work_struct ungate_work;
394 enum clk_gating_state state;
395 unsigned long delay_ms;
396 bool is_suspended;
397 struct device_attribute delay_attr;
398 struct device_attribute enable_attr;
399 bool is_enabled;
400 bool is_initialized;
[all …]