Home
last modified time | relevance | path

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

/external/u-boot/drivers/core/
Ddevice.c582 static struct udevice *_device_find_global_by_of_offset(struct udevice *parent, in _device_find_global_by_of_offset() function
591 found = _device_find_global_by_of_offset(dev, of_offset); in _device_find_global_by_of_offset()
603 dev = _device_find_global_by_of_offset(gd->dm_root, of_offset); in device_get_global_by_of_offset()