Home
last modified time | relevance | path

Searched refs:bNotificationType (Results 1 – 10 of 10) sorted by relevance

/drivers/peripheral/usb/gadget/function/ecm/
Dcdcecm.c446 event->bNotificationType = USB_DDK_CDC_NOTIFY_NETWORK_CONNECTION; in EcmDoNotify()
460 event->bNotificationType = USB_DDK_CDC_NOTIFY_SPEED_CHANGE; in EcmDoNotify()
496 HDF_LOGD("event %d --> %d\n", event->bNotificationType, req->status); in EcmNotifyComplete()
/drivers/peripheral/usb/interfaces/ddk/common/
Dusb_ddk.h308 uint8_t bNotificationType; member
/drivers/peripheral/usb/net/src/
Dcdc_ether.c724 switch (dr->bNotificationType) { in EcmProcessNotification()
732 …HDF_LOGE("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLe… in EcmProcessNotification()
/drivers/peripheral/usb/serial/src/
Dusb_serial_rawapi.c1020 switch (dr->bNotificationType) { in AcmProcessNotification()
1028 …HDF_LOGE("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLe… in AcmProcessNotification()
Dusb_serial.c1240 switch (dr->bNotificationType) { in AcmProcessNotification()
1248 …HDF_LOGE("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLe… in AcmProcessNotification()
/drivers/peripheral/usb/test/unittest/device_sdk/
Dusb_device_cdcacm_test.cpp462 notify->bNotificationType = type; in SendNotifyRequest()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
Dusb_device_lite_cdcacm_test.c449 notify->bNotificationType = type; in SendNotifyRequest()
/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_host_sdk_if_test.cpp118 switch (dr->bNotificationType) { in AcmProcessNotification()
126 …printf("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLeng… in AcmProcessNotification()
Dusb_raw_sdk_if_test.cpp218 switch (dr->bNotificationType) { in AcmProcessNotification()
226 …printf("%s-%d received: index %d len %d\n", __func__, dr->bNotificationType, dr->wIndex, dr->wLeng… in AcmProcessNotification()
/drivers/peripheral/usb/gadget/function/acm/
Dcdcacm.c1252 notify->bNotificationType = type; in AcmSendNotifyRequest()