Home
last modified time | relevance | path

Searched refs:ofnode_parse_phandle_with_args (Results 1 – 25 of 36) sorted by relevance

12

/u-boot/drivers/sound/
A Drockchip_sound.c61 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in rockchip_sound_probe()
78 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in rockchip_sound_probe()
A Dsound-uclass.c138 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in sound_find_codec_i2s()
157 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in sound_find_codec_i2s()
A Dsamsung_sound.c70 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in samsung_sound_probe()
/u-boot/test/dm/
A Dofnode.c282 ret = ofnode_parse_phandle_with_args(node, "missing", cell, 0, 0, in dm_test_ofnode_phandle()
285 ret = ofnode_parse_phandle_with_args(node, prop, "#invalid", 0, 0, in dm_test_ofnode_phandle()
288 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 0, &args); in dm_test_ofnode_phandle()
292 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 1, &args); in dm_test_ofnode_phandle()
296 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 2, &args); in dm_test_ofnode_phandle()
301 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 3, &args); in dm_test_ofnode_phandle()
303 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 4, &args); in dm_test_ofnode_phandle()
307 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 5, &args); in dm_test_ofnode_phandle()
317 ret = ofnode_parse_phandle_with_args(node, prop2, NULL, 1, 0, &args); in dm_test_ofnode_phandle()
322 ret = ofnode_parse_phandle_with_args(node, prop2, NULL, 1, 1, &args); in dm_test_ofnode_phandle()
[all …]
/u-boot/drivers/phy/
A Dmt7620-usb-phy.c64 ret = ofnode_parse_phandle_with_args(dev_ofnode(dev), "mediatek,sysc", NULL, in mt7620_usb_phy_probe()
A Dphy-uclass.c138 ret = ofnode_parse_phandle_with_args(node, "phys", "#phy-cells", 0, in generic_phy_get_by_index_nodev()
A Dphy-stm32-usbphyc.c398 ret = ofnode_parse_phandle_with_args(node, supply_name, in stm32_usbphyc_get_regulator()
/u-boot/drivers/clk/mtmips/
A Dclk-mt7620.c120 ret = ofnode_parse_phandle_with_args(dev_ofnode(dev), "mediatek,sysc", NULL, in mt7620_clk_probe()
/u-boot/drivers/net/phy/
A Dxilinx_gmii2rgmii.c38 ret = ofnode_parse_phandle_with_args(node, "phy-handle", in xilinxgmiitorgmii_config()
/u-boot/arch/mips/mach-octeon/
A Dcvmx-helper-sfp.c840 err = ofnode_parse_phandle_with_args(node, "eeprom", NULL, 0, 0, in cvmx_sfp_parse_sfp()
852 err = ofnode_parse_phandle_with_args(node, "diag", NULL, 0, 0, in cvmx_sfp_parse_sfp()
934 err = ofnode_parse_phandle_with_args(node, "eeprom", NULL, 0, 0, in cvmx_sfp_parse_qsfp()
941 err = ofnode_parse_phandle_with_args(node, "diag", NULL, 0, 0, in cvmx_sfp_parse_qsfp()
A Dcvmx-helper-fdt.c212 err = ofnode_parse_phandle_with_args(node_chan, mac_str, NULL, in cvmx_fdt_parse_vsc7224_channels()
/u-boot/drivers/gpio/
A Drk_gpio.c196 ret = ofnode_parse_phandle_with_args(dev_ofnode(dev), in rockchip_gpio_probe()
/u-boot/drivers/net/mscc_eswitch/
A Dserval_switch.c520 ret = ofnode_parse_phandle_with_args(node, "phy-handle", NULL, in serval_probe()
549 ret = ofnode_parse_phandle_with_args(node, "phys", NULL, in serval_probe()
A Docelot_switch.c567 ofnode_parse_phandle_with_args(node, "phy-handle", NULL, 0, 0, in ocelot_probe()
594 ret = ofnode_parse_phandle_with_args(node, "phys", NULL, in ocelot_probe()
A Dluton_switch.c645 ret = ofnode_parse_phandle_with_args(node, "phy-handle", NULL, in luton_probe()
673 ret = ofnode_parse_phandle_with_args(node, "phys", NULL, in luton_probe()
A Djr2_switch.c913 ret = ofnode_parse_phandle_with_args(node, "phy-handle", NULL, in jr2_probe()
942 ret = ofnode_parse_phandle_with_args(node, "phys", NULL, in jr2_probe()
A Dservalt_switch.c450 ofnode_parse_phandle_with_args(node, "phy-handle", NULL, 0, 0, in servalt_probe()
/u-boot/drivers/reset/
A Dreset-uclass.c99 ret = ofnode_parse_phandle_with_args(node, "resets", "#reset-cells", 0, in reset_get_by_index_nodev()
/u-boot/drivers/mtd/nand/raw/atmel/
A Dnand-controller.c1890 ret = ofnode_parse_phandle_with_args(dev->parent->node_, in atmel_nand_controller_init()
1922 ret = ofnode_parse_phandle_with_args(dev->parent->node_, in atmel_smc_nand_controller_init()
1968 ret = ofnode_parse_phandle_with_args(dev->parent->node_, in atmel_hsmc_nand_controller_init()
1992 ret = ofnode_parse_phandle_with_args(dev->node_, in atmel_hsmc_nand_controller_init()
2006 ret = ofnode_parse_phandle_with_args(dev->node_, in atmel_hsmc_nand_controller_init()
/u-boot/drivers/net/octeon/
A Docteon_eth.c403 ret = ofnode_parse_phandle_with_args(node, "sfp-slot", NULL, 0, 0, in octeon_nic_probe()
411 ret = ofnode_parse_phandle_with_args(node, "phy-handle", NULL, 0, 0, in octeon_nic_probe()
/u-boot/drivers/core/
A Dread.c252 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
/u-boot/include/dm/
A Dofnode.h844 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name,
/u-boot/drivers/clk/starfive/
A Dclk-jh7110.c238 ret = ofnode_parse_phandle_with_args(dev->node_, "starfive,sys-syscon", NULL, 0, 0, &args); in jh7110_syscrg_init()
/u-boot/drivers/pinctrl/
A Dpinctrl-single.c514 ret = ofnode_parse_phandle_with_args(dev_ofnode(dev), propname, in single_add_gpio_func()
/u-boot/board/st/stm32mp1/
A Dstm32mp1.c323 if (ofnode_parse_phandle_with_args(node, "st,adc_usb_pd", in adc_measurement()

Completed in 81 milliseconds

12