Lines Matching defs:ufs_clk_scaling
459 struct ufs_clk_scaling { struct
460 struct workqueue_struct *workq;
461 struct work_struct suspend_work;
462 struct work_struct resume_work;
464 spinlock_t lock;
466 int active_reqs;
467 unsigned long tot_busy_t;
468 ktime_t window_start_t;
469 ktime_t busy_start_t;
470 struct device_attribute enable_attr;
471 struct ufs_pa_layer_attr saved_pwr_info;
472 unsigned long target_freq;
473 u32 min_gear;
474 bool is_enabled;
475 bool is_allowed;
476 bool is_initialized;
477 bool is_busy_started;
478 bool is_suspended;
479 bool suspend_on_no_request;