Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Ddevice.c105 dev_or_flags(dev, DM_FLAG_OF_PLATDATA); in device_bind_common()
110 dev_or_flags(dev, DM_FLAG_ALLOC_PDATA); in device_bind_common()
129 dev_or_flags(dev, DM_FLAG_ALLOC_UCLASS_PDATA); in device_bind_common()
143 dev_or_flags(dev, DM_FLAG_ALLOC_PARENT_PDATA); in device_bind_common()
181 dev_or_flags(dev, DM_FLAG_BOUND); in device_bind_common()
428 dev_or_flags(dev, DM_FLAG_PLATDATA_VALID); in device_of_to_plat()
508 dev_or_flags(dev, DM_FLAG_ACTIVATED); in device_probe()
1031 dev_or_flags(dev, DM_FLAG_NAME_ALLOCED); in device_set_name_alloced()
/u-boot/test/dm/
A Dvirtio.c125 dev_or_flags(dev, DM_FLAG_ACTIVATED); in dm_test_virtio_remove()
/u-boot/include/dm/
A Ddevice.h204 static inline void dev_or_flags(struct udevice *dev, u32 or) in dev_or_flags() function

Completed in 7 milliseconds