Lines Matching refs:serial_state_notification
189 struct hso_serial_state_notification *serial_state_notification;
1428 tiocmget->serial_state_notification,
1448 struct hso_serial_state_notification *serial_state_notification;
1475 serial_state_notification = tiocmget->serial_state_notification;
1476 if (serial_state_notification->bmRequestType != BM_REQUEST_TYPE ||
1477 serial_state_notification->bNotification != B_NOTIFICATION ||
1478 le16_to_cpu(serial_state_notification->wValue) != W_VALUE ||
1479 le16_to_cpu(serial_state_notification->wIndex) != if_num ||
1480 le16_to_cpu(serial_state_notification->wLength) != W_LENGTH) {
1483 DUMP(serial_state_notification,
1488 UART_state_bitmap = le16_to_cpu(serial_state_notification->
1519 memset(serial_state_notification, 0,
2580 kfree(tiocmget->serial_state_notification);
2581 tiocmget->serial_state_notification = NULL;
2634 serial->tiocmget->serial_state_notification
2637 if (!serial->tiocmget->serial_state_notification)