Searched defs:_port (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/gadget/
H A Du_serial.c481 static void gs_rx_push(unsigned long _port) argument
483 struct gs_port *port = (void *)_port;
/drivers/tty/serial/
H A Dlantiq.c253 lqasc_tx_int(int irq, void *_port) argument
256 struct uart_port *port = (struct uart_port *)_port;
265 lqasc_err_int(int irq, void *_port) argument
268 struct uart_port *port = (struct uart_port *)_port;
278 lqasc_rx_int(int irq, void *_port) argument
281 struct uart_port *port = (struct uart_port *)_port;

Completed in 37 milliseconds