Lines Matching defs:rt700_priv
13 struct rt700_priv { struct
14 struct snd_soc_component *component;
15 struct regmap *regmap;
16 struct regmap *sdw_regmap;
17 struct sdw_slave *slave;
18 struct sdw_bus_params params;
19 bool hw_init;
20 bool first_hw_init;
21 struct snd_soc_jack *hs_jack;
22 struct delayed_work jack_detect_work;
23 struct delayed_work jack_btn_check_work;
24 int jack_type;
25 struct mutex disable_irq_lock; /* imp-def irq lock protection */
26 bool disable_irq;