Home
last modified time | relevance | path

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

/external/u-boot/include/dm/
Dofnode.h447 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name,
Dread.h553 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
/external/u-boot/drivers/core/
Dread.c121 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
Dofnode.c323 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name, in ofnode_parse_phandle_with_args() function
/external/u-boot/drivers/phy/
Dphy-stm32-usbphyc.c278 ret = ofnode_parse_phandle_with_args(node, supply_name, in stm32_usbphyc_get_regulator()
/external/u-boot/drivers/gpio/
Dgpio-uclass.c692 ret = ofnode_parse_phandle_with_args(node, list_name, "#gpio-cells", 0, in _gpio_request_by_name_nodev()
/external/u-boot/doc/driver-model/
Dlivetree.txt174 ofnode_parse_phandle_with_args().