Lines Matching defs:ufs_clk_scaling
443 struct ufs_clk_scaling { struct
444 int active_reqs;
445 unsigned long tot_busy_t;
446 ktime_t window_start_t;
447 ktime_t busy_start_t;
448 struct device_attribute enable_attr;
449 struct ufs_pa_layer_attr saved_pwr_info;
450 struct workqueue_struct *workq;
451 struct work_struct suspend_work;
452 struct work_struct resume_work;
453 unsigned long target_freq;
454 u32 min_gear;
455 bool is_enabled;
456 bool is_allowed;
457 bool is_initialized;
458 bool is_busy_started;
459 bool is_suspended;