Searched refs:STDIO_DEV_ASSIGN_FLUSH (Results 1 – 4 of 4) sorted by relevance
43 #define STDIO_DEV_ASSIGN_FLUSH(dev, flush_func) ((dev)->flush = (flush_func)) macro45 #define STDIO_DEV_ASSIGN_FLUSH(dev, flush_func) macro
122 STDIO_DEV_ASSIGN_FLUSH(&dev, stdio_serial_flush); in drv_system_init()
202 STDIO_DEV_ASSIGN_FLUSH(gd->jt, flush); in console_setfile()
549 STDIO_DEV_ASSIGN_FLUSH(&sdev, serial_stub_flush); in serial_post_probe()
Completed in 13 milliseconds