Searched refs:of_parse_phandle_with_fixed_args (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/arch/arm/mach-mvebu/ |
H A D | pm-board.c | 121 ret = of_parse_phandle_with_fixed_args(np, "ctrl-gpios", 2, mvebu_armada_xp_gp_pm_init()
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpiolib-of.c | 357 ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, of_gpiochip_add_pin_range()
|
H A D | gpio-rcar.c | 358 ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, 0, gpio_rcar_parse_pdata()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-at91sam9.c | 409 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, at91_rtc_probe()
|
/linux-4.1.27/include/linux/ |
H A D | of.h | 330 extern int of_parse_phandle_with_fixed_args(const struct device_node *np, 591 static inline int of_parse_phandle_with_fixed_args(const struct device_node *np, of_parse_phandle_with_fixed_args() function
|
/linux-4.1.27/drivers/net/ethernet/hisilicon/ |
H A D | hip04_eth.c | 837 ret = of_parse_phandle_with_fixed_args(node, "port-handle", 2, 0, &arg); hip04_mac_probe()
|
/linux-4.1.27/drivers/soc/ti/ |
H A D | knav_dma.c | 396 if (of_parse_phandle_with_fixed_args(np, "ti,navigator-dmas", of_channel_match_helper()
|
/linux-4.1.27/drivers/of/ |
H A D | base.c | 1631 * of_parse_phandle_with_fixed_args() - Find a node pointed by phandle in a list 1658 * of_parse_phandle_with_fixed_args(node3, "list", 2, 1, &args); 1660 int of_parse_phandle_with_fixed_args(const struct device_node *np, of_parse_phandle_with_fixed_args() function 1669 EXPORT_SYMBOL(of_parse_phandle_with_fixed_args); variable
|
Completed in 257 milliseconds