Searched refs:em485 (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_port.c | 557 if (p->em485) in serial8250_em485_init() 560 p->em485 = kmalloc_obj(struct uart_8250_em485, GFP_ATOMIC); in serial8250_em485_init() 561 if (!p->em485) in serial8250_em485_init() 564 hrtimer_setup(&p->em485->stop_tx_timer, &serial8250_em485_handle_stop_tx, CLOCK_MONOTONIC, in serial8250_em485_init() 566 hrtimer_setup(&p->em485->start_tx_timer, &serial8250_em485_handle_start_tx, CLOCK_MONOTONIC, in serial8250_em485_init() 568 p->em485->port = p; in serial8250_em485_init() 569 p->em485->active_timer = NULL; in serial8250_em485_init() 570 p->em485->tx_stopped = true; in serial8250_em485_init() 573 if (p->em485->tx_stopped) in serial8250_em485_init() 594 if (!p->em485) in serial8250_em485_destroy() 1318 struct uart_8250_em485 *em485 = container_of(t, struct uart_8250_em485, serial8250_em485_handle_stop_tx() local 1341 struct uart_8250_em485 *em485 = p->em485; __stop_tx_rs485() local 1364 struct uart_8250_em485 *em485 = p->em485; __stop_tx() local 1471 struct uart_8250_em485 *em485 = up->em485; start_tx_rs485() local 1505 struct uart_8250_em485 *em485 = container_of(t, struct uart_8250_em485, serial8250_em485_handle_start_tx() local 1522 struct uart_8250_em485 *em485 = up->em485; serial8250_start_tx() local 3308 struct uart_8250_em485 *em485 = up->em485; serial8250_console_write() local [all...] |
| /linux/include/linux/ |
| H A D | serial_8250.h | 163 struct uart_8250_em485 *em485; member
|