Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dstdio_dev.h19 #define DEV_FLAGS_DM 0x00000004 /* Device priv is a struct udevice * */ macro
/third_party/uboot/u-boot-2020.01/drivers/serial/
Dserial-uclass.c472 sdev.flags = DEV_FLAGS_OUTPUT | DEV_FLAGS_INPUT | DEV_FLAGS_DM; in serial_post_probe()
/third_party/uboot/u-boot-2020.01/common/
Dconsole.c163 if (sdev->flags & DEV_FLAGS_DM) { in console_dev_is_serial()