Searched refs:handle_new_lsr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | io_edgeport.c | 307 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, 1947 handle_new_lsr(edge_port, false, byte2, 0); in process_rcvd_status() 1955 handle_new_lsr(edge_port, true, byte2, byte3); in process_rcvd_status() 2032 * handle_new_lsr 2035 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, in handle_new_lsr() function
|
H A D | io_ti.c | 1592 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr() function 1701 handle_new_lsr(edge_port, 0, lsr, 0); in edge_interrupt_callback() 1767 handle_new_lsr(edge_port, 1, edge_port->lsr_mask, *data); in edge_bulk_in_callback()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | io_edgeport.c | 277 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, 1831 handle_new_lsr(edge_port, false, byte2, 0); in process_rcvd_status() 1839 handle_new_lsr(edge_port, true, byte2, byte3); in process_rcvd_status() 1916 * handle_new_lsr 1919 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, in handle_new_lsr() function
|
H A D | io_ti.c | 1586 static void handle_new_lsr(struct edgeport_port *edge_port, int lsr_data, in handle_new_lsr() function 1695 handle_new_lsr(edge_port, 0, lsr, 0); in edge_interrupt_callback() 1761 handle_new_lsr(edge_port, 1, edge_port->lsr_mask, *data); in edge_bulk_in_callback()
|
Completed in 15 milliseconds