Searched refs:gpio_type (Results 1 – 4 of 4) sorted by relevance
88 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()678 bank->gpio_type = GPIO_TYPE_V2; in rockchip_get_bank_data()688 bank->gpio_type = GPIO_TYPE_V1; in rockchip_get_bank_data()
107 static enum pxa_gpio_type gpio_type; variable183 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()
102 enum gpio_type { enum
341 u32 gpio_type; member
Completed in 13 milliseconds