Lines Matching defs:rt5640_priv
2119 struct rt5640_priv { struct
2120 struct snd_soc_component *component;
2121 struct regmap *regmap;
2122 struct clk *mclk;
2124 int ldo1_en; /* GPIO for LDO1_EN */
2125 int irq;
2126 int sysclk;
2127 int sysclk_src;
2128 int lrck[RT5640_AIFS];
2129 int bclk[RT5640_AIFS];
2130 int master[RT5640_AIFS];
2132 int pll_src;
2133 int pll_in;
2134 int pll_out;
2136 bool hp_mute;
2137 bool asrc_en;
2140 bool ovcd_irq_enabled;
2141 bool pressed;
2142 bool press_reported;
2143 int press_count;
2144 int release_count;
2145 int poll_count;
2146 struct delayed_work bp_work;
2147 struct work_struct jack_work;
2148 struct snd_soc_jack *jack;
2149 unsigned int jd_src;
2150 bool jd_inverted;
2151 unsigned int ovcd_th;
2152 unsigned int ovcd_sf;