Searched refs:DEV_FLAGS_DM (Results 1 – 3 of 3) sorted by relevance
19 #define DEV_FLAGS_DM 0x00000004 /* Device priv is a struct udevice * */ macro
472 sdev.flags = DEV_FLAGS_OUTPUT | DEV_FLAGS_INPUT | DEV_FLAGS_DM; in serial_post_probe()
162 if (sdev->flags & DEV_FLAGS_DM) { in console_dev_is_serial()