Searched refs:gpio_type (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/gpio/ | 
| D | gpio-pxa.c | 108 static enum pxa_gpio_type gpio_type;  variable 189 	if ((gpio_type == PXA26X_GPIO) && (gpio > 85))  in __gpio_is_inverted() 209 	switch (gpio_type) {  in __gpio_is_occupied() 243 	switch (gpio_type) {  in pxa_gpio_has_pinctrl() 557 		gpio_type = pxa_id->type;  in pxa_gpio_nums() 602 	gpio_type = gpio_id->type;  in pxa_gpio_probe_dt() 695 		if (gpio_is_mmp_type(gpio_type))  in pxa_gpio_probe()
  | 
| /Linux-v5.4/sound/pci/ca0106/ | 
| D | ca0106_main.c | 167 	   .gpio_type = 1, 185 	   .gpio_type = 1, 199 	   .gpio_type = 1, 204 	   .gpio_type = 1, 214 	   .gpio_type = 1, 225 	   .gpio_type = 1, 234 	  .gpio_type = 1, 246 	   .gpio_type = 2, 251 	   .gpio_type = 2, 260 	  .gpio_type = 1, [all …] 
 | 
| D | ca0106.h | 654 	int gpio_type;	/* gpio_type = 1 -> shared mic-in/line-in  member
  | 
| D | ca0106_mixer.c | 827 		if (emu->details->gpio_type == 1)  in snd_ca0106_mixer()
  | 
| /Linux-v5.4/arch/arm/mach-davinci/include/mach/ | 
| D | common.h | 62 	int				gpio_type;  member
  |