Lines Matching refs:serialState
1278 uint16_t serialState;
1281 HDF_LOGI("acm serial state %{public}04x", acm->serialState);
1282 serialState = CPU_TO_LE16(acm->serialState);
1283 ret = AcmSendNotifyRequest(acm, USB_DDK_CDC_NOTIFY_SERIAL_STATE, 0, &serialState, sizeof(acm->serialState));
1297 acm->serialState |= SERIAL_STATE_DSR | SERIAL_STATE_DCD;
1307 acm->serialState &= ~(SERIAL_STATE_DSR | SERIAL_STATE_DCD);
1320 state = acm->serialState;
1326 acm->serialState = state;