Lines Matching refs:serial_state_notification
189 struct hso_serial_state_notification *serial_state_notification;
1435 tiocmget->serial_state_notification,
1455 struct hso_serial_state_notification *serial_state_notification;
1482 serial_state_notification = tiocmget->serial_state_notification;
1483 if (serial_state_notification->bmRequestType != BM_REQUEST_TYPE ||
1484 serial_state_notification->bNotification != B_NOTIFICATION ||
1485 le16_to_cpu(serial_state_notification->wValue) != W_VALUE ||
1486 le16_to_cpu(serial_state_notification->wIndex) != if_num ||
1487 le16_to_cpu(serial_state_notification->wLength) != W_LENGTH) {
1490 DUMP(serial_state_notification,
1495 UART_state_bitmap = le16_to_cpu(serial_state_notification->
1526 memset(serial_state_notification, 0,
2587 kfree(tiocmget->serial_state_notification);
2588 tiocmget->serial_state_notification = NULL;
2641 serial->tiocmget->serial_state_notification
2644 if (!serial->tiocmget->serial_state_notification)