Lines Matching defs:twl6040_data
66 struct twl6040_data { struct
67 int plug_irq;
68 int codec_powered;
69 int pll;
70 int pll_power_mode;
71 int hs_power_mode;
72 int hs_power_mode_locked;
73 bool dl1_unmuted;
74 bool dl2_unmuted;
75 u8 dl12_cache[TWL6040_REG_HFRCTL - TWL6040_REG_HSLCTL + 1];
76 unsigned int clk_in;
77 unsigned int sysclk;
78 struct twl6040_jack_data hs_jack;
79 struct snd_soc_codec *codec;
80 struct mutex mutex;