Home
last modified time | relevance | path

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

12

/u-boot/test/dm/
A Dofnode.c127 ret = ofnode_parse_phandle_with_args(node, "missing", cell, 0, 0, in dm_test_ofnode_phandle()
130 ret = ofnode_parse_phandle_with_args(node, prop, "#invalid", 0, 0, in dm_test_ofnode_phandle()
133 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 0, &args); in dm_test_ofnode_phandle()
137 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 1, &args); in dm_test_ofnode_phandle()
141 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 2, &args); in dm_test_ofnode_phandle()
146 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 3, &args); in dm_test_ofnode_phandle()
148 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 4, &args); in dm_test_ofnode_phandle()
152 ret = ofnode_parse_phandle_with_args(node, prop, cell, 0, 5, &args); in dm_test_ofnode_phandle()
162 ret = ofnode_parse_phandle_with_args(node, prop2, NULL, 1, 0, &args); in dm_test_ofnode_phandle()
167 ret = ofnode_parse_phandle_with_args(node, prop2, NULL, 1, 1, &args); in dm_test_ofnode_phandle()
[all …]
/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.c136 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in sound_find_codec_i2s()
155 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/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.c48 ret = ofnode_parse_phandle_with_args(node, "phys", "#phy-cells", 0, in generic_phy_get_by_index_nodev()
A Dphy-stm32-usbphyc.c294 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/mscc_eswitch/
A Dserval_switch.c521 ret = ofnode_parse_phandle_with_args(node, "phy-handle", NULL, in serval_probe()
551 ret = ofnode_parse_phandle_with_args(node, "phys", NULL, in serval_probe()
A Docelot_switch.c568 ofnode_parse_phandle_with_args(node, "phy-handle", NULL, 0, 0, in ocelot_probe()
596 ret = ofnode_parse_phandle_with_args(node, "phys", NULL, in ocelot_probe()
A Dluton_switch.c646 ret = ofnode_parse_phandle_with_args(node, "phy-handle", NULL, in luton_probe()
676 ret = ofnode_parse_phandle_with_args(node, "phys", NULL, in luton_probe()
A Djr2_switch.c881 ret = ofnode_parse_phandle_with_args(node, "phy-handle", NULL, in jr2_probe()
911 ret = ofnode_parse_phandle_with_args(node, "phys", NULL, in jr2_probe()
A Dservalt_switch.c451 ofnode_parse_phandle_with_args(node, "phy-handle", NULL, 0, 0, in servalt_probe()
/u-boot/include/dm/
A Dofnode.h603 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name,
A Dread.h895 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
/u-boot/drivers/reset/
A Dreset-uclass.c97 ret = ofnode_parse_phandle_with_args(node, "resets", "#reset-cells", 0, in reset_get_by_index_nodev()
/u-boot/drivers/core/
A Dread.c212 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
A Dofnode.c416 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name, in ofnode_parse_phandle_with_args() function
/u-boot/board/st/stm32mp1/
A Dstm32mp1.c302 if (ofnode_parse_phandle_with_args(node, "st,adc_usb_pd", in adc_measurement()
/u-boot/drivers/clk/
A Dclk-uclass.c152 ret = ofnode_parse_phandle_with_args(node, "clocks", "#clock-cells", 0, in clk_get_by_index_nodev()
/u-boot/drivers/net/ti/
A Dam65-cpsw-nuss.c626 ret = ofnode_parse_phandle_with_args(port_np, "phy-handle", in am65_cpsw_ofdata_parse_phy()
/u-boot/drivers/net/
A Dsun8i_emac.c846 ret = ofnode_parse_phandle_with_args(dev_ofnode(dev), "phy-handle", in sun8i_handle_internal_phy()
A Dmt7620-eth.c1166 ret = ofnode_parse_phandle_with_args(dev_ofnode(dev), "mediatek,sysc", NULL, in mt7620_eth_of_to_plat()
/u-boot/doc/driver-model/
A Dlivetree.rst194 ofnode_parse_phandle_with_args().
/u-boot/drivers/gpio/
A Dgpio-uclass.c1034 ret = ofnode_parse_phandle_with_args(node, list_name, "#gpio-cells", 0, in _gpio_request_by_name_nodev()

Completed in 722 milliseconds

12