Home
last modified time | relevance | path

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

/linux-4.1.27/include/sound/
Dwm5100.h41 struct wm5100_pdata { struct
42 int reset; /** GPIO controlling /RESET, if any */
43 int ldo_ena; /** GPIO controlling LODENA, if any */
44 int hp_pol; /** GPIO controlling headset polarity, if any */
45 int irq_flags;
46 int gpio_base;
48 struct wm5100_jack_mode jack_modes[2];
51 enum wm5100_in_mode in_mode[4];
54 enum wm5100_dmic_sup dmic_sup[4];
56 int gpio_defaults[6];
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dmach-crag6410-module.c69 static struct wm5100_pdata wm5100_pdata = { variable