Searched refs:gpio_type (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/gpio/ |
D | gpio-rockchip.c | 79 if (bank->gpio_type == GPIO_TYPE_V2) in rockchip_gpio_writel() 91 if (bank->gpio_type == GPIO_TYPE_V2) in rockchip_gpio_readl() 106 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_gpio_writel_bit() 127 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_gpio_readl_bit() 199 if (bank->gpio_type == GPIO_TYPE_V2 && !IS_ERR(bank->db_clk)) { in rockchip_gpio_set_debounce() 415 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_irq_set_type() 434 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_irq_set_type() 540 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_interrupts_register() 669 bank->gpio_type = GPIO_TYPE_V2; in rockchip_get_bank_data() 678 bank->gpio_type = GPIO_TYPE_V1; in rockchip_get_bank_data()
|
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() 552 gpio_type = pxa_id->type; in pxa_gpio_nums() 597 gpio_type = gpio_id->type; in pxa_gpio_probe_dt() 689 if (gpio_is_mmp_type(gpio_type)) in pxa_gpio_probe()
|
/linux-5.19.10/sound/pci/ca0106/ |
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 = 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-5.19.10/arch/arm/mach-davinci/ |
D | common.h | 45 int gpio_type; member
|
/linux-5.19.10/drivers/staging/media/zoran/ |
D | zoran.h | 100 enum gpio_type { enum
|
/linux-5.19.10/drivers/pinctrl/ |
D | pinctrl-rockchip.h | 336 u32 gpio_type; member
|