Searched refs:gpio_type (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-rockchip.c | 81 if (bank->gpio_type == GPIO_TYPE_V2) in rockchip_gpio_writel() 93 if (bank->gpio_type == GPIO_TYPE_V2) in rockchip_gpio_readl() 108 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_gpio_writel_bit() 129 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_gpio_readl_bit() 207 if (bank->gpio_type == GPIO_TYPE_V2 && !IS_ERR(bank->db_clk)) { in rockchip_gpio_set_debounce() 412 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_irq_set_type() 431 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_irq_set_type() 537 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_interrupts_register() 667 bank->gpio_type = GPIO_TYPE_V2; in rockchip_get_bank_data() 676 bank->gpio_type in rockchip_get_bank_data() [all...] |
H A D | gpio-pxa.c | 107 static enum pxa_gpio_type gpio_type; variable 183 if ((gpio_type == PXA26X_GPIO) && (gpio > 85)) in __gpio_is_inverted() 203 switch (gpio_type) { in __gpio_is_occupied() 237 switch (gpio_type) { in pxa_gpio_has_pinctrl() 547 gpio_type = pxa_id->type; in pxa_gpio_nums() 592 gpio_type = gpio_id->type; in pxa_gpio_probe_dt() 677 if (gpio_is_mmp_type(gpio_type)) in pxa_gpio_probe()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A 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() 555 gpio_type = pxa_id->type; in pxa_gpio_nums() 600 gpio_type = gpio_id->type; in pxa_gpio_probe_dt() 693 if (gpio_is_mmp_type(gpio_type)) in pxa_gpio_probe()
|
/kernel/linux/linux-5.10/sound/pci/ca0106/ |
H A 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 [all...] |
H A D | ca0106.h | 654 int gpio_type; /* gpio_type = 1 -> shared mic-in/line-in member 655 gpio_type = 2 -> shared side-out/line-in. */
|
H A D | ca0106_mixer.c | 827 if (emu->details->gpio_type == 1) in snd_ca0106_mixer() 829 else /* gpio_type == 2 */ in snd_ca0106_mixer()
|
/kernel/linux/linux-6.6/sound/pci/ca0106/ |
H A D | ca0106_main.c | 166 .gpio_type = 1, 184 .gpio_type = 1, 198 .gpio_type = 1, 203 .gpio_type = 1, 213 .gpio_type = 1, 224 .gpio_type = 1, 233 .gpio_type = 1, 245 .gpio_type = 2, 250 .gpio_type = 2, 259 .gpio_type [all...] |
H A D | ca0106.h | 654 int gpio_type; /* gpio_type = 1 -> shared mic-in/line-in member 655 gpio_type = 2 -> shared side-out/line-in. */
|
H A D | ca0106_mixer.c | 807 if (emu->details->gpio_type == 1) in snd_ca0106_mixer() 809 else /* gpio_type == 2 */ in snd_ca0106_mixer()
|
/kernel/linux/linux-6.6/arch/arm/mach-davinci/ |
H A D | common.h | 43 int gpio_type; member
|
/kernel/linux/linux-5.10/arch/arm/mach-davinci/include/mach/ |
H A D | common.h | 45 int gpio_type; member
|
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
H A D | zoran.h | 113 enum gpio_type { enum
|
/kernel/linux/linux-6.6/drivers/media/pci/zoran/ |
H A D | zoran.h | 102 enum gpio_type { enum
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-rockchip.h | 337 u32 gpio_type; member
|
Completed in 16 milliseconds