Lines Matching defs:twl6040_data
52 struct twl6040_data { struct
53 int plug_irq;
54 int codec_powered;
55 int pll;
56 int pll_power_mode;
57 int hs_power_mode;
58 int hs_power_mode_locked;
59 bool dl1_unmuted;
60 bool dl2_unmuted;
61 u8 dl12_cache[TWL6040_REG_HFRCTL - TWL6040_REG_HSLCTL + 1];
62 unsigned int clk_in;
63 unsigned int sysclk;
64 struct twl6040_jack_data hs_jack;
65 struct snd_soc_component *component;
66 struct mutex mutex;