Home
last modified time | relevance | path

Searched refs:gpio_phandle (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/irq/
H A Dirq-gpio-switch.c164 static int __phandle_gpio_to_irq(u32 gpio_phandle, u32 offset) in __phandle_gpio_to_irq() argument
171 node = fdt_node_offset_by_phandle(blob, gpio_phandle); in __phandle_gpio_to_irq()
173 IRQ_E("No gpio node by phandle(0x%x), ret=%d\n", gpio_phandle, node); in __phandle_gpio_to_irq()
268 int phandle_gpio_to_irq(u32 gpio_phandle, u32 pin) in phandle_gpio_to_irq() argument
270 if (gpio_phandle < 0) in phandle_gpio_to_irq()
273 return __phandle_gpio_to_irq(gpio_phandle, pin); in phandle_gpio_to_irq()
/rk3399_rockchip-uboot/include/
H A Dirq-generic.h119 int phandle_gpio_to_irq(u32 gpio_phandle, u32 pin);