Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dwm2200.h44 struct wm2200_pdata { struct
45 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];
/openbmc/linux/arch/arm/mach-s3c/
H A Dmach-crag6410-module.c298 static struct wm2200_pdata wm2200_pdata = { variable