Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/gadget/function/ecm/
H A Dcdcecm.c460 event->bNotificationType = USB_DDK_CDC_NOTIFY_NETWORK_CONNECTION; in EcmDoNotify()
474 event->bNotificationType = USB_DDK_CDC_NOTIFY_SPEED_CHANGE; in EcmDoNotify()
504 HDF_LOGD("event %{public}d --> %{public}d", event->bNotificationType, req->status); in EcmNotifyComplete()
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h308 uint8_t bNotificationType; member
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dcdc_ether.c733 switch (dr->bNotificationType) { in EcmProcessNotification()
742 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in EcmProcessNotification()
H A Dusb_net_host.c371 switch (dr->bNotificationType) { in UsbnetHostProcessNotification()
380 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in UsbnetHostProcessNotification()
/ohos5.0/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c1024 switch (dr->bNotificationType) { in AcmProcessNotification()
1033 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification()
H A Dusb_serial.c1256 switch (dr->bNotificationType) { in AcmProcessNotification()
1265 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification()
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp462 notify->bNotificationType = type; in SendNotifyRequest()
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A 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()
H A 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()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_cdcacm_test.c449 notify->bNotificationType = type; in SendNotifyRequest()
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/
H A Dcdcacm.c1256 notify->bNotificationType = type; in AcmSendNotifyRequest()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-usb-des.md1639 notify->bNotificationType = type;