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

/drivers/usb/serial/
H A Dio_edgeport.c230 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr);
231 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
233 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command,
236 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port,
239 struct edgeport_port *edge_port,
241 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
243 static int write_cmd_usb(struct edgeport_port *edge_port,
246 struct edgeport_port *edge_port);
559 struct edgeport_port *edge_port; local
628 edge_port
727 struct edgeport_port *edge_port = urb->context; local
755 struct edgeport_port *edge_port = urb->context; local
798 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
930 block_until_chase_response(struct edgeport_port *edge_port) argument
987 block_until_tx_empty(struct edgeport_port *edge_port) argument
1036 struct edgeport_port *edge_port; local
1100 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1194 send_more_port_data(struct edgeport_serial *edge_serial, struct edgeport_port *edge_port) argument
1313 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1349 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1383 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1421 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1456 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1486 get_lsr_info(struct edgeport_port *edge_port, unsigned int __user *value) argument
1509 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1537 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1554 get_serial_info(struct edgeport_port *edge_port, struct serial_struct __user *retinfo) argument
1589 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1611 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1659 struct edgeport_port *edge_port; local
1804 struct edgeport_port *edge_port; local
1942 handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr) argument
1971 handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, __u8 lsr, __u8 data) argument
2143 send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command, __u8 param) argument
2174 write_cmd_usb(struct edgeport_port *edge_port, unsigned char *buffer, int length) argument
2230 send_cmd_write_baud_rate(struct edgeport_port *edge_port, int baudRate) argument
2324 send_cmd_write_uart_register(struct edgeport_port *edge_port, __u8 regNum, __u8 regValue) argument
2379 change_port_settings(struct tty_struct *tty, struct edgeport_port *edge_port, struct ktermios *old_termios) argument
2979 struct edgeport_port *edge_port; local
2995 struct edgeport_port *edge_port; local
[all...]
H A Dio_ti.c201 static void stop_read(struct edgeport_port *edge_port);
202 static int restart_read(struct edgeport_port *edge_port);
1430 static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr) argument
1435 dev_dbg(&edge_port->port->dev, "%s - %02x\n", __func__, msr);
1439 icount = &edge_port->port->icount;
1450 wake_up_interruptible(&edge_port->port->port.delta_msr_wait);
1454 edge_port->shadow_msr = msr & 0xf0;
1456 tty = tty_port_tty_get(&edge_port->port->port);
1465 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, argument
1472 dev_dbg(&edge_port
1504 struct edgeport_port *edge_port; local
1598 struct edgeport_port *edge_port = urb->context; local
1678 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1708 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1858 struct edgeport_port *edge_port; local
1898 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1920 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1968 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
1988 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
2004 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
2017 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
2042 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
2068 stop_read(struct edgeport_port *edge_port) argument
2081 restart_read(struct edgeport_port *edge_port) argument
2101 change_port_settings(struct tty_struct *tty, struct edgeport_port *edge_port, struct ktermios *old_termios) argument
2242 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
2262 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
2292 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
2316 get_serial_info(struct edgeport_port *edge_port, struct serial_struct __user *retinfo) argument
2350 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
2364 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
2410 struct edgeport_port *edge_port; local
2460 struct edgeport_port *edge_port; local
2475 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
2484 struct edgeport_port *edge_port = usb_get_serial_port_data(port); local
[all...]

Completed in 4074 milliseconds