• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/

Lines Matching refs:edgeport_port

90 struct edgeport_port {
239 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr);
240 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
242 static int send_iosp_ext_cmd(struct edgeport_port *edge_port, __u8 command,
245 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port,
248 struct edgeport_port *edge_port,
250 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
252 static int write_cmd_usb(struct edgeport_port *edge_port,
255 struct edgeport_port *edge_port);
530 struct edgeport_port *edge_port;
703 struct edgeport_port *edge_port = urb->context;
739 struct edgeport_port *edge_port = urb->context;
788 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
931 static void block_until_chase_response(struct edgeport_port *edge_port)
987 static void block_until_tx_empty(struct edgeport_port *edge_port)
1035 struct edgeport_port *edge_port;
1103 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1203 struct edgeport_port *edge_port)
1330 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1370 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1407 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1449 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1486 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1520 static int get_lsr_info(struct edgeport_port *edge_port,
1543 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1573 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1595 static int get_serial_info(struct edgeport_port *edge_port,
1631 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1705 struct edgeport_port *edge_port = usb_get_serial_port_data(port);
1754 struct edgeport_port *edge_port;
1905 struct edgeport_port *edge_port;
2042 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr)
2075 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData,
2274 static int send_iosp_ext_cmd(struct edgeport_port *edge_port,
2311 static int write_cmd_usb(struct edgeport_port *edge_port,
2362 static int send_cmd_write_baud_rate(struct edgeport_port *edge_port,
2463 static int send_cmd_write_uart_register(struct edgeport_port *edge_port,
2519 struct edgeport_port *edge_port, struct ktermios *old_termios)
2894 struct edgeport_port *edge_port;
2982 edge_port = kzalloc(sizeof(struct edgeport_port), GFP_KERNEL);