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