Home
last modified time | relevance | path

Searched refs:of_parse_phandle_with_fixed_args (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/arm/mach-mvebu/
Dpm-board.c121 ret = of_parse_phandle_with_fixed_args(np, "ctrl-gpios", 2, in mvebu_armada_xp_gp_pm_init()
/linux-4.1.27/drivers/gpio/
Dgpiolib-of.c357 ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, in of_gpiochip_add_pin_range()
Dgpio-rcar.c358 ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, 0, in gpio_rcar_parse_pdata()
/linux-4.1.27/include/linux/
Dof.h330 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, in of_parse_phandle_with_fixed_args() function
/linux-4.1.27/drivers/rtc/
Drtc-at91sam9.c409 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, in at91_rtc_probe()
/linux-4.1.27/drivers/of/
Dbase.c1660 int of_parse_phandle_with_fixed_args(const struct device_node *np, in of_parse_phandle_with_fixed_args() function
1669 EXPORT_SYMBOL(of_parse_phandle_with_fixed_args);
/linux-4.1.27/drivers/soc/ti/
Dknav_dma.c396 if (of_parse_phandle_with_fixed_args(np, "ti,navigator-dmas", in of_channel_match_helper()
/linux-4.1.27/drivers/net/ethernet/hisilicon/
Dhip04_eth.c837 ret = of_parse_phandle_with_fixed_args(node, "port-handle", 2, 0, &arg); in hip04_mac_probe()