Lines Matching defs:edge_port

757 	struct edgeport_port *edge_port;  in edge_interrupt_callback()  local
888 struct edgeport_port *edge_port = (struct edgeport_port *)urb->context; in edge_bulk_out_data_callback() local
923 struct edgeport_port *edge_port = (struct edgeport_port *)urb->context; in edge_bulk_out_cmd_callback() local
976 struct edgeport_port *edge_port = (struct edgeport_port *)port->private; in edge_open() local
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() local
1286 struct edgeport_port *edge_port = (struct edgeport_port *)port->private; in edge_write() local
1381 …atic void send_more_port_data(struct edgeport_serial *edge_serial, struct edgeport_port *edge_port) in send_more_port_data()
1494 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_write_room() local
1530 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_chars_in_buffer() local
1561 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_throttle() local
1610 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_unthrottle() local
1658 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_set_termios() local
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() local
1940 struct edgeport_port *edge_port = (struct edgeport_port *)(port->private); in edge_break() local
1977 struct edgeport_port *edge_port; in process_rcvd_data() local
2120 struct edgeport_port *edge_port; in process_rcvd_status() local
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() local