Searched defs:wm2200_pdata (Results 1 – 2 of 2) sorted by relevance
44 struct wm2200_pdata { struct45 int reset; /** GPIO controlling /RESET, if any */46 int ldo_ena; /** GPIO controlling LODENA, if any */47 int irq_flags;49 int gpio_defaults[4];51 enum wm2200_in_mode in_mode[3];52 enum wm2200_dmic_sup dmic_sup[3];55 struct wm2200_micbias micbias[WM2200_MAX_MICBIAS];
298 static struct wm2200_pdata wm2200_pdata = { variable