Searched refs:putc (Results 1 – 6 of 6) sorted by relevance
279 int (*putc)(struct rt_serial_device *serial, char c); member
361 int (*putc)(struct rt_serial_device *serial, char c); member
57 #ifdef putc58 #undef putc279 serial->ops->putc(serial, '\r'); in _serial_poll_tx()282 if(serial->ops->putc(serial, *data) < 0) { in _serial_poll_tx()380 if (serial->ops->putc(serial, '\r') == -1) in _serial_int_tx()387 while (serial->ops->putc(serial, *(char*)data) == -1) in _serial_int_tx()
189 device->ops->putc(device, out_char); in serial_tty_outwakeup()
46 #ifdef putc47 #undef putc449 serial->ops->putc(serial, '\r'); in _serial_poll_tx()451 putc_result = serial->ops->putc(serial, *putc_buffer); in _serial_poll_tx()
194 + putc()
Completed in 41 milliseconds