Searched refs:serial_state_notification (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.c221 struct hso_serial_state_notification serial_state_notification; member in struct:hso_tiocmget
1507 &tiocmget->serial_state_notification,
1527 struct hso_serial_state_notification *serial_state_notification; local
1541 serial_state_notification = &tiocmget->serial_state_notification;
1542 if (serial_state_notification->bmRequestType != BM_REQUEST_TYPE ||
1543 serial_state_notification->bNotification != B_NOTIFICATION ||
1544 le16_to_cpu(serial_state_notification->wValue) != W_VALUE ||
1545 le16_to_cpu(serial_state_notification->wIndex) != W_INDEX ||
1546 le16_to_cpu(serial_state_notification
[all...]

Completed in 180 milliseconds