Searched refs:ofnode_parse_phandle_with_args (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/include/dm/ |
D | ofnode.h | 447 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name,
|
D | read.h | 553 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
|
/external/u-boot/drivers/core/ |
D | read.c | 121 return ofnode_parse_phandle_with_args(dev_ofnode(dev), list_name, in dev_read_phandle_with_args()
|
D | ofnode.c | 323 int ofnode_parse_phandle_with_args(ofnode node, const char *list_name, in ofnode_parse_phandle_with_args() function
|
/external/u-boot/drivers/phy/ |
D | phy-stm32-usbphyc.c | 278 ret = ofnode_parse_phandle_with_args(node, supply_name, in stm32_usbphyc_get_regulator()
|
/external/u-boot/drivers/gpio/ |
D | gpio-uclass.c | 692 ret = ofnode_parse_phandle_with_args(node, list_name, "#gpio-cells", 0, in _gpio_request_by_name_nodev()
|
/external/u-boot/doc/driver-model/ |
D | livetree.txt | 174 ofnode_parse_phandle_with_args().
|