Searched defs:wm8350_data (Results 1 – 1 of 1) sorted by relevance
62 struct wm8350_data { struct63 struct wm8350 *wm8350;64 struct wm8350_output out1;65 struct wm8350_output out2;66 struct wm8350_jack_data hpl;67 struct wm8350_jack_data hpr;68 struct wm8350_jack_data mic;69 struct regulator_bulk_data supplies[ARRAY_SIZE(supply_names)];70 int fll_freq_out;71 int fll_freq_in;[all …]