Searched refs:em485 (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/tty/serial/8250/
H A D8250_port.c542 if (p->em485)
545 p->em485 = kmalloc(sizeof(struct uart_8250_em485), GFP_ATOMIC);
546 if (!p->em485)
549 hrtimer_init(&p->em485->stop_tx_timer, CLOCK_MONOTONIC,
551 hrtimer_init(&p->em485->start_tx_timer, CLOCK_MONOTONIC,
553 p->em485->stop_tx_timer.function = &serial8250_em485_handle_stop_tx;
554 p->em485->start_tx_timer.function = &serial8250_em485_handle_start_tx;
555 p->em485->port = p;
556 p->em485->active_timer = NULL;
557 p->em485
1421 struct uart_8250_em485 *em485 = container_of(t, struct uart_8250_em485, local
1446 struct uart_8250_em485 *em485 = p->em485; local
1469 struct uart_8250_em485 *em485 = p->em485; local
1576 struct uart_8250_em485 *em485 = up->em485; local
1610 struct uart_8250_em485 *em485 = container_of(t, struct uart_8250_em485, local
1628 struct uart_8250_em485 *em485 = up->em485; local
3344 struct uart_8250_em485 *em485 = up->em485; local
[all...]
H A D8250_core.c1193 if (uart->em485) {
/linux-master/include/linux/
H A Dserial_8250.h163 struct uart_8250_em485 *em485; member in struct:uart_8250_port

Completed in 214 milliseconds