Home
last modified time | relevance | path

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

/u-boot/drivers/core/
A Ddevice.c112 dev_or_flags(dev, DM_FLAG_OF_PLATDATA); in device_bind_common()
117 dev_or_flags(dev, DM_FLAG_ALLOC_PDATA); in device_bind_common()
136 dev_or_flags(dev, DM_FLAG_ALLOC_UCLASS_PDATA); in device_bind_common()
150 dev_or_flags(dev, DM_FLAG_ALLOC_PARENT_PDATA); in device_bind_common()
188 dev_or_flags(dev, DM_FLAG_BOUND); in device_bind_common()
434 dev_or_flags(dev, DM_FLAG_PLATDATA_VALID); in device_of_to_plat()
518 dev_or_flags(dev, DM_FLAG_ACTIVATED); in device_probe()
1136 dev_or_flags(dev, DM_FLAG_NAME_ALLOCED); in device_set_name_alloced()
1262 void dev_or_flags(const struct udevice *dev, u32 or) in dev_or_flags() function
/u-boot/drivers/led/
A Dled-uclass.c95 dev_or_flags(dev, DM_FLAG_PROBE_AFTER_BIND); in led_post_bind()
/u-boot/include/dm/
A Ddevice.h235 void dev_or_flags(const struct udevice *dev, u32 or);
243 static inline void dev_or_flags(struct udevice *dev, u32 or) in dev_or_flags() function
/u-boot/drivers/firmware/
A Dpsci.c186 dev_or_flags(dev, DM_FLAG_PROBE_AFTER_BIND); in psci_bind()
/u-boot/test/dm/
A Dvirtio_device.c117 dev_or_flags(dev, DM_FLAG_ACTIVATED); in dm_test_virtio_remove()
/u-boot/drivers/pinctrl/mvebu/
A Dpinctrl-armada-37xx.c756 dev_or_flags(dev, DM_FLAG_PROBE_AFTER_BIND); in armada_37xx_pinctrl_bind()
/u-boot/drivers/tee/optee/
A Dcore.c807 dev_or_flags(dev, DM_FLAG_PROBE_AFTER_BIND); in optee_bind()
/u-boot/doc/develop/driver-model/
A Dof-plat.rst937 via functions like `dev_get_flags()` and `dev_or_flags()`. This data
939 All flags values start at 0 and any changes are handled by `dev_or_flags()`
1010 `dev_or_flags()`.
/u-boot/drivers/gpio/
A Dgpio-uclass.c1498 dev_or_flags(child, DM_FLAG_PROBE_AFTER_BIND); in gpio_post_bind()

Completed in 34 milliseconds