Searched defs:rt5668_priv (Results 1 – 1 of 1) sorted by relevance
42 struct rt5668_priv { struct43 struct snd_soc_component *component;44 struct rt5668_platform_data pdata;45 struct gpio_desc *ldo1_en;46 struct regmap *regmap;47 struct snd_soc_jack *hs_jack;48 struct regulator_bulk_data supplies[RT5668_NUM_SUPPLIES];49 struct delayed_work jack_detect_work;50 struct delayed_work jd_check_work;51 struct mutex calibrate_mutex;[all …]