Lines Matching defs:ufs_clk_scaling
435 struct ufs_clk_scaling { struct
436 int active_reqs;
437 unsigned long tot_busy_t;
438 ktime_t window_start_t;
439 ktime_t busy_start_t;
440 struct device_attribute enable_attr;
441 struct ufs_saved_pwr_info saved_pwr_info;
442 struct workqueue_struct *workq;
443 struct work_struct suspend_work;
444 struct work_struct resume_work;
445 u32 min_gear;
446 bool is_enabled;
447 bool is_allowed;
448 bool is_initialized;
449 bool is_busy_started;
450 bool is_suspended;