Home
last modified time | relevance | path

Searched defs:wm2200_pdata (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/sound/
Dwm2200.h47 struct wm2200_pdata { struct
48 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];
/linux-4.4.14/arch/arm/mach-s3c64xx/
Dmach-crag6410-module.c282 static struct wm2200_pdata wm2200_pdata = { variable