| /u-boot/test/dm/ |
| A D | ofnode.c | 127 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 D | rockchip_sound.c | 61 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 D | sound-uclass.c | 136 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 D | samsung_sound.c | 70 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in samsung_sound_probe()
|
| /u-boot/drivers/phy/ |
| A D | mt7620-usb-phy.c | 64 ret = ofnode_parse_phandle_with_args(dev_ofnode(dev), "mediatek,sysc", NULL, in mt7620_usb_phy_probe()
|
| A D | phy-uclass.c | 48 ret = ofnode_parse_phandle_with_args(node, "phys", "#phy-cells", 0, in generic_phy_get_by_index_nodev()
|
| A D | phy-stm32-usbphyc.c | 294 ret = ofnode_parse_phandle_with_args(node, supply_name, in stm32_usbphyc_get_regulator()
|
| /u-boot/drivers/clk/mtmips/ |
| A D | clk-mt7620.c | 120 ret = ofnode_parse_phandle_with_args(dev_ofnode(dev), "mediatek,sysc", NULL, in mt7620_clk_probe()
|
| /u-boot/drivers/net/mscc_eswitch/ |
| A D | serval_switch.c | 521 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 D | ocelot_switch.c | 568 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 D | luton_switch.c | 646 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 D | jr2_switch.c | 881 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 D | servalt_switch.c | 451 ofnode_parse_phandle_with_args(node, "phy-handle", NULL, 0, 0, in servalt_probe()
|
| /u-boot/include/dm/ |
| A D | ofnode.h | 603 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name,
|
| A D | read.h | 895 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
|
| /u-boot/drivers/reset/ |
| A D | reset-uclass.c | 97 ret = ofnode_parse_phandle_with_args(node, "resets", "#reset-cells", 0, in reset_get_by_index_nodev()
|
| /u-boot/drivers/core/ |
| A D | read.c | 212 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
|
| A D | ofnode.c | 416 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 D | stm32mp1.c | 302 if (ofnode_parse_phandle_with_args(node, "st,adc_usb_pd", in adc_measurement()
|
| /u-boot/drivers/clk/ |
| A D | clk-uclass.c | 152 ret = ofnode_parse_phandle_with_args(node, "clocks", "#clock-cells", 0, in clk_get_by_index_nodev()
|
| /u-boot/drivers/net/ti/ |
| A D | am65-cpsw-nuss.c | 626 ret = ofnode_parse_phandle_with_args(port_np, "phy-handle", in am65_cpsw_ofdata_parse_phy()
|
| /u-boot/drivers/net/ |
| A D | sun8i_emac.c | 846 ret = ofnode_parse_phandle_with_args(dev_ofnode(dev), "phy-handle", in sun8i_handle_internal_phy()
|
| A D | mt7620-eth.c | 1166 ret = ofnode_parse_phandle_with_args(dev_ofnode(dev), "mediatek,sysc", NULL, in mt7620_eth_of_to_plat()
|
| /u-boot/doc/driver-model/ |
| A D | livetree.rst | 194 ofnode_parse_phandle_with_args().
|
| /u-boot/drivers/gpio/ |
| A D | gpio-uclass.c | 1034 ret = ofnode_parse_phandle_with_args(node, list_name, "#gpio-cells", 0, in _gpio_request_by_name_nodev()
|