Searched refs:handle_new_lsr (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c250 static void handle_new_lsr (struct edgeport_port *edge_port, __u8 lsrData, __u8 lsr, __u8 data);
1962 handle_new_lsr(edge_port, false, byte2, 0);
1969 handle_new_lsr(edge_port, true, byte2, byte3);
2056 * handle_new_lsr
2059 static void handle_new_lsr(struct edgeport_port *edge_port, __u8 lsrData, __u8 lsr, __u8 data) function
H A Dio_ti.c1665 static void handle_new_lsr (struct edgeport_port *edge_port, int lsr_data, __u8 lsr, __u8 data) function
1763 handle_new_lsr (edge_port, 0, lsr, 0);
1828 handle_new_lsr (edge_port, 1, edge_port->lsr_mask, *data);

Completed in 106 milliseconds