Searched refs:handle_new_lsr (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/usb/serial/ |
D | io_edgeport.c | 469 static void handle_new_lsr (struct edgeport_port *edge_port, __u8 lsrData, __u8 lsr, __u8 data); 2185 handle_new_lsr (edge_port, FALSE, byte2, 0); in process_rcvd_status() 2192 handle_new_lsr (edge_port, TRUE, byte2, byte3); in process_rcvd_status() 2257 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, __u8 lsr, __u8 data) in handle_new_lsr() function
|
D | io_ti.c | 1589 static void handle_new_lsr (struct edgeport_port *edge_port, int lsr_data, __u8 lsr, __u8 data) in handle_new_lsr() function 1687 handle_new_lsr (edge_port, 0, lsr, 0); in edge_interrupt_callback() 1739 handle_new_lsr (edge_port, 1, edge_port->lsr_mask, *data); in edge_bulk_in_callback()
|