Home
last modified time | relevance | path

Searched defs:of_offset (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice.c333 const char *name, void *platdata, int of_offset, in device_bind()
656 int device_find_child_by_of_offset(struct udevice *parent, int of_offset, in device_find_child_by_of_offset()
685 int of_offset) in _device_find_global_by_of_offset()
701 int device_get_global_by_of_offset(int of_offset, struct udevice **devp) in device_get_global_by_of_offset()
/OK3568_Linux_fs/u-boot/include/dm/
H A Dofnode.h53 long of_offset; member
140 static inline ofnode offset_to_ofnode(int of_offset) in offset_to_ofnode()
H A Ddevice.h169 static inline void dev_set_of_offset(struct udevice *dev, int of_offset) in dev_set_of_offset()