Lines Matching defs:wm5100_priv
52 struct wm5100_priv { struct
53 struct device *dev;
54 struct regmap *regmap;
55 struct snd_soc_component *component;
57 struct regulator_bulk_data core_supplies[WM5100_NUM_CORE_SUPPLIES];
58 struct gpio_desc *reset;
59 struct gpio_desc *ldo_ena;
60 struct gpio_desc *hp_pol;
62 int rev;
64 int sysclk;
65 int asyncclk;
67 bool aif_async[WM5100_AIFS];
68 bool aif_symmetric[WM5100_AIFS];
69 int sr_ref[WM5100_SYNC_SRS];
71 bool out_ena[2];
73 struct snd_soc_jack *jack;
74 bool jack_detecting;
75 bool jack_mic;
76 int jack_mode;
77 int jack_flips;
79 struct wm5100_fll fll[2];
81 struct wm5100_pdata pdata;
84 struct gpio_chip gpio_chip;