Lines Matching defs:rt5651_priv
2068 struct rt5651_priv { struct
2069 struct snd_soc_component *component;
2070 struct regmap *regmap;
2072 struct snd_soc_jack *hp_jack;
2073 struct gpio_desc *gpiod_hp_det;
2074 struct work_struct jack_detect_work;
2075 struct delayed_work bp_work;
2076 bool ovcd_irq_enabled;
2077 bool pressed;
2078 bool press_reported;
2079 int press_count;
2080 int release_count;
2081 int poll_count;
2082 unsigned int jd_src;
2083 bool jd_active_high;
2084 unsigned int ovcd_th;
2085 unsigned int ovcd_sf;
2087 int irq;
2088 int sysclk;
2089 int sysclk_src;
2090 int lrck[RT5651_AIFS];
2091 int bclk[RT5651_AIFS];
2092 int master[RT5651_AIFS];
2094 int pll_src;
2095 int pll_in;
2096 int pll_out;
2098 int dmic_en;
2099 bool hp_mute;