Searched refs:of_parse_phandle_with_fixed_args (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | pm-board.c | 121 ret = of_parse_phandle_with_fixed_args(np, "ctrl-gpios", 2, in mvebu_armada_pm_init()
|
/linux-4.4.14/drivers/soc/sunxi/ |
D | sunxi_sram.c | 158 ret = of_parse_phandle_with_fixed_args(node, "allwinner,sram", 1, 0, in sunxi_sram_of_parse()
|
/linux-4.4.14/drivers/gpio/ |
D | gpiolib-of.c | 354 ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, in of_gpiochip_add_pin_range()
|
D | gpio-rcar.c | 377 ret = of_parse_phandle_with_fixed_args(np, "gpio-ranges", 3, 0, in gpio_rcar_parse_pdata()
|
/linux-4.4.14/include/linux/ |
D | of.h | 331 extern int of_parse_phandle_with_fixed_args(const struct device_node *np, 597 static inline int of_parse_phandle_with_fixed_args(const struct device_node *np, in of_parse_phandle_with_fixed_args() function
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-at91sam9.c | 409 ret = of_parse_phandle_with_fixed_args(pdev->dev.of_node, in at91_rtc_probe()
|
/linux-4.4.14/drivers/of/ |
D | base.c | 1657 int of_parse_phandle_with_fixed_args(const struct device_node *np, in of_parse_phandle_with_fixed_args() function 1666 EXPORT_SYMBOL(of_parse_phandle_with_fixed_args);
|
/linux-4.4.14/drivers/soc/ti/ |
D | knav_dma.c | 396 if (of_parse_phandle_with_fixed_args(np, "ti,navigator-dmas", in of_channel_match_helper()
|
/linux-4.4.14/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 837 ret = of_parse_phandle_with_fixed_args(node, "port-handle", 2, 0, &arg); in hip04_mac_probe()
|
/linux-4.4.14/drivers/dma/ |
D | edma.c | 2279 ret = of_parse_phandle_with_fixed_args(node, "ti,tptcs", in edma_probe()
|