Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/irq/
H A Dirq-gpio-switch.c83 static int __phandle_gpio_to_irq(u32 gpio_phandle, u32 offset) in __phandle_gpio_to_irq() argument
92 node = fdt_node_offset_by_phandle(blob, gpio_phandle); in __phandle_gpio_to_irq()
94 IRQ_E("No gpio node by phandle(0x%x), ret=%d\n", gpio_phandle, node); in __phandle_gpio_to_irq()
217 int phandle_gpio_to_irq(u32 gpio_phandle, u32 pin) in phandle_gpio_to_irq() argument
219 if (gpio_phandle < 0) in phandle_gpio_to_irq()
222 return __phandle_gpio_to_irq(gpio_phandle, pin); in phandle_gpio_to_irq()
/OK3568_Linux_fs/u-boot/include/
H A Dirq-generic.h119 int phandle_gpio_to_irq(u32 gpio_phandle, u32 pin);