Home
last modified time | relevance | path

Searched refs:gpio_type (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-rockchip.c88 if (bank->gpio_type == GPIO_TYPE_V2) in rockchip_gpio_writel()
100 if (bank->gpio_type == GPIO_TYPE_V2) in rockchip_gpio_readl()
115 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_gpio_writel_bit()
136 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_gpio_readl_bit()
216 if (bank->gpio_type == GPIO_TYPE_V2 && !IS_ERR(bank->db_clk)) { in rockchip_gpio_set_debounce()
421 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_irq_set_type()
440 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_irq_set_type()
546 if (bank->gpio_type == GPIO_TYPE_V2) { in rockchip_interrupts_register()
679 bank->gpio_type = GPIO_TYPE_V2; in rockchip_get_bank_data()
689 bank->gpio_type = GPIO_TYPE_V1; in rockchip_get_bank_data()
H A Dgpio-pxa.c107 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()
549 gpio_type = pxa_id->type; in pxa_gpio_nums()
594 gpio_type = gpio_id->type; in pxa_gpio_probe_dt()
678 if (gpio_is_mmp_type(gpio_type)) in pxa_gpio_probe()
/linux/arch/arm/mach-davinci/
H A Dcommon.h43 int gpio_type; member
/linux/sound/pci/ca0106/
H A Dca0106.h654 int gpio_type; /* gpio_type = 1 -> shared mic-in/line-in member
H A Dca0106_mixer.c807 if (emu->details->gpio_type == 1) in snd_ca0106_mixer()
/linux/drivers/pinctrl/
H A Dpinctrl-rockchip.h344 u32 gpio_type; member