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
485 sdev.flags = DEV_FLAGS_OUTPUT | DEV_FLAGS_INPUT | DEV_FLAGS_DM; in serial_post_probe()
217 if (IS_ENABLED(CONFIG_DM_SERIAL) && (sdev->flags & DEV_FLAGS_DM)) { in console_dev_is_serial()
Completed in 5 milliseconds