Lines Matching refs:edgeport_port
338 struct edgeport_port { struct
468 static void handle_new_msr (struct edgeport_port *edge_port, __u8 newMsr);
469 static void handle_new_lsr (struct edgeport_port *edge_port, __u8 lsrData, __u8 lsr, __u8 data);
470 static int send_iosp_ext_cmd (struct edgeport_port *edge_port, __u8 command, __u8 param);
472 static int send_cmd_write_baud_rate (struct edgeport_port *edge_port, int baudRate);
473 static void change_port_settings (struct edgeport_port *edge_port, struct termios *old_termios);
474 static int send_cmd_write_uart_register (struct edgeport_port *edge_port, __u8 regNum, __u8 regVal…
475 static int write_cmd_usb (struct edgeport_port *edge_port, unsigned char *buffer, int writeLength…
476 static void send_more_port_data (struct edgeport_serial *edge_serial, struct edgeport_port *edge_p…
757 struct edgeport_port *edge_port; in edge_interrupt_callback()
809 edge_port = (struct edgeport_port *)port->private; in edge_interrupt_callback()
888 struct edgeport_port *edge_port = (struct edgeport_port *)urb->context; in edge_bulk_out_data_callback()
923 struct edgeport_port *edge_port = (struct edgeport_port *)urb->context; in edge_bulk_out_cmd_callback()
976 struct edgeport_port *edge_port = (struct edgeport_port *)port->private; in edge_open()
1118 static void block_until_chase_response(struct edgeport_port *edge_port) in block_until_chase_response()
1169 static void block_until_tx_empty (struct edgeport_port *edge_port) in block_until_tx_empty()
1214 struct edgeport_port *edge_port; in edge_close()
1227 edge_port = (struct edgeport_port *)port->private; in edge_close()
1286 struct edgeport_port *edge_port = (struct edgeport_port *)port->private; in edge_write()
1381 static void send_more_port_data(struct edgeport_serial *edge_serial, struct edgeport_port *edge_por… in send_more_port_data()
1494 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_write_room()
1530 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_chars_in_buffer()
1561 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_throttle()
1610 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_unthrottle()
1658 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_set_termios()
1713 static int get_lsr_info(struct edgeport_port *edge_port, unsigned int *value) in get_lsr_info()
1728 static int get_number_bytes_avail(struct edgeport_port *edge_port, unsigned int *value) in get_number_bytes_avail()
1745 static int set_modem_info(struct edgeport_port *edge_port, unsigned int cmd, unsigned int *value) in set_modem_info()
1789 static int get_modem_info(struct edgeport_port *edge_port, unsigned int *value) in get_modem_info()
1812 static int get_serial_info(struct edgeport_port *edge_port, struct serial_struct * retinfo) in get_serial_info()
1848 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_ioctl()
1940 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_break()
1977 struct edgeport_port *edge_port; in process_rcvd_data()
2073 edge_port = (struct edgeport_port *)port->private; in process_rcvd_data()
2120 struct edgeport_port *edge_port; in process_rcvd_status()
2128 edge_port = (struct edgeport_port *)port->private; in process_rcvd_status()
2221 static void handle_new_msr(struct edgeport_port *edge_port, __u8 newMsr) in handle_new_msr()
2257 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, __u8 lsr, __u8 data) in handle_new_lsr()
2439 static int send_iosp_ext_cmd (struct edgeport_port *edge_port, __u8 command, __u8 param) in send_iosp_ext_cmd()
2474 static int write_cmd_usb (struct edgeport_port *edge_port, unsigned char *buffer, int length) in write_cmd_usb()
2531 static int send_cmd_write_baud_rate (struct edgeport_port *edge_port, int baudRate) in send_cmd_write_baud_rate()
2625 static int send_cmd_write_uart_register (struct edgeport_port *edge_port, __u8 regNum, __u8 regValu… in send_cmd_write_uart_register()
2662 static void change_port_settings (struct edgeport_port *edge_port, struct termios *old_termios) in change_port_settings()
2960 struct edgeport_port *edge_port; in edge_startup()
3023 edge_port = kmalloc (sizeof(struct edgeport_port), GFP_KERNEL); in edge_startup()
3028 memset (edge_port, 0, sizeof(struct edgeport_port)); in edge_startup()