Home
last modified time | relevance | path

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

/linux-5.10/include/sound/
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];
/linux-5.10/arch/arm/mach-s3c/
Dmach-crag6410-module.c311 static struct wm2200_pdata wm2200_pdata = { variable