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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dhso.c212 u16 UART_state_bitmap; member in struct:hso_serial_state_notification
1525 u16 UART_state_bitmap, prev_UART_state_bitmap; local
1553 UART_state_bitmap = le16_to_cpu(serial_state_notification->
1554 UART_state_bitmap);
1558 if ((UART_state_bitmap & B_OVERRUN) !=
1561 if ((UART_state_bitmap & B_PARITY) !=
1564 if ((UART_state_bitmap & B_FRAMING) !=
1567 if ((UART_state_bitmap & B_RING_SIGNAL) &&
1570 if ((UART_state_bitmap & B_BREAK) !=
1573 if ((UART_state_bitmap
1684 u16 UART_state_bitmap; local
[all...]

Completed in 63 milliseconds