Lines Matching defs:twl6040_data
87 struct twl6040_data { struct
88 int plug_irq;
89 int codec_powered;
90 int pll;
91 int pll_power_mode;
92 int hs_power_mode;
93 int hs_power_mode_locked;
94 unsigned int clk_in;
95 unsigned int sysclk;
96 u16 hs_left_step;
97 u16 hs_right_step;
98 u16 hf_left_step;
99 u16 hf_right_step;
100 struct twl6040_jack_data hs_jack;
101 struct snd_soc_codec *codec;
102 struct workqueue_struct *workqueue;
103 struct mutex mutex;
104 struct twl6040_output headset;
105 struct twl6040_output handsfree;