Searched refs:rxtrig_bytes (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/tty/serial/8250/ |
A D | 8250_port.c | 84 .rxtrig_bytes = {1, 4, 8, 14}, 104 .rxtrig_bytes = {8, 16, 24, 28}, 113 .rxtrig_bytes = {1, 16, 32, 56}, 194 .rxtrig_bytes = {1, 4, 8, 14}, 273 .rxtrig_bytes = {1, 4, 8, 14}, 282 .rxtrig_bytes = {1, 4, 8, 14}, 3076 int rxtrig_bytes; in do_serial8250_get_rxtrig() local 3082 return rxtrig_bytes; in do_serial8250_get_rxtrig() 3089 int rxtrig_bytes; in rx_trig_bytes_show() local 3092 if (rxtrig_bytes < 0) in rx_trig_bytes_show() [all …]
|
A D | 8250.h | 70 unsigned char rxtrig_bytes[UART_FCR_R_TRIG_MAX_STATE]; member
|
Completed in 9 milliseconds