Searched defs:rt5663_priv (Results 1 – 1 of 1) sorted by relevance
57 struct rt5663_priv { struct58 struct snd_soc_component *component;59 struct rt5663_platform_data pdata;60 struct regmap *regmap;61 struct delayed_work jack_detect_work, jd_unplug_work;62 struct snd_soc_jack *hs_jack;63 struct timer_list btn_check_timer;64 struct impedance_mapping_table *imp_table;65 struct regulator_bulk_data supplies[ARRAY_SIZE(rt5663_supply_names)];67 int codec_ver;[all …]