Home
last modified time | relevance | path

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

/Linux-v5.10/include/sound/
Dwm5100.h38 struct wm5100_pdata { struct
39 int reset; /** GPIO controlling /RESET, if any */
40 int ldo_ena; /** GPIO controlling LODENA, if any */
41 int hp_pol; /** GPIO controlling headset polarity, if any */
42 int irq_flags;
43 int gpio_base;
45 struct wm5100_jack_mode jack_modes[2];
48 enum wm5100_in_mode in_mode[4];
51 enum wm5100_dmic_sup dmic_sup[4];
53 int gpio_defaults[6];
/Linux-v5.10/arch/arm/mach-s3c/
Dmach-crag6410-module.c70 static struct wm5100_pdata wm5100_pdata = { variable