Searched refs:ofnode_parse_phandle_with_args (Results 1 – 12 of 12) sorted by relevance
/openbmc/u-boot/drivers/sound/ |
H A D | rockchip_sound.c | 60 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in rockchip_sound_probe() 77 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in rockchip_sound_probe()
|
H A D | sound-uclass.c | 119 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in sound_find_codec_i2s() 138 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in sound_find_codec_i2s()
|
H A D | samsung_sound.c | 69 ret = ofnode_parse_phandle_with_args(node, "sound-dai", in samsung_sound_probe()
|
/openbmc/u-boot/include/dm/ |
H A D | ofnode.h | 468 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name,
|
H A D | read.h | 658 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
|
/openbmc/u-boot/drivers/core/ |
H A D | read.c | 164 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
|
H A D | ofnode.c | 358 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name, in ofnode_parse_phandle_with_args() function
|
/openbmc/u-boot/drivers/phy/ |
H A D | phy-stm32-usbphyc.c | 278 ret = ofnode_parse_phandle_with_args(node, supply_name, in stm32_usbphyc_get_regulator()
|
/openbmc/u-boot/drivers/net/mscc_eswitch/ |
H A D | ocelot_switch.c | 179 ofnode_parse_phandle_with_args(node, "phy-handle", NULL, 0, 0, in ocelot_mdiobus_init()
|
H A D | luton_switch.c | 231 ofnode_parse_phandle_with_args(node, "phy-handle", NULL, 0, 0, in luton_mdiobus_init()
|
/openbmc/u-boot/doc/driver-model/ |
H A D | livetree.txt | 174 ofnode_parse_phandle_with_args().
|
/openbmc/u-boot/drivers/gpio/ |
H A D | gpio-uclass.c | 853 ret = ofnode_parse_phandle_with_args(node, list_name, "#gpio-cells", 0, in _gpio_request_by_name_nodev()
|