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

/drivers/usb/serial/
H A Dio_edgeport.c83 struct edgeport_port { struct
230 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_por
[all...]
H A Dio_ti.c74 struct edgeport_port { struct
201 static void stop_read(struct edgeport_port *edge_port);
202 static int restart_read(struct edgeport_port *edge_port);
478 static int tx_active(struct edgeport_port *port)
1383 static int ti_do_config(struct edgeport_port *port, int feature, int on)
1394 static int restore_mcr(struct edgeport_port *port, __u8 mcr)
1430 static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr)
1465 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data,
1504 struct edgeport_port *edge_port;
1598 struct edgeport_port *edge_por
[all...]

Completed in 64 milliseconds