Searched refs:bNotificationType (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/drivers/peripheral/usb/gadget/function/ecm/ |
H A D | cdcecm.c | 460 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 D | usb_ddk.h | 308 uint8_t bNotificationType; member
|
/ohos5.0/drivers/peripheral/usb/net/src/ |
H A D | cdc_ether.c | 733 switch (dr->bNotificationType) { in EcmProcessNotification() 742 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in EcmProcessNotification()
|
H A D | usb_net_host.c | 371 switch (dr->bNotificationType) { in UsbnetHostProcessNotification() 380 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in UsbnetHostProcessNotification()
|
/ohos5.0/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial_rawapi.c | 1024 switch (dr->bNotificationType) { in AcmProcessNotification() 1033 __func__, dr->bNotificationType, dr->wIndex, dr->wLength); in AcmProcessNotification()
|
H A D | usb_serial.c | 1256 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 D | usb_device_cdcacm_test.cpp | 462 notify->bNotificationType = type; in SendNotifyRequest()
|
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_host_sdk_if_test.cpp | 118 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 D | usb_raw_sdk_if_test.cpp | 218 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 D | usb_device_lite_cdcacm_test.c | 449 notify->bNotificationType = type; in SendNotifyRequest()
|
/ohos5.0/drivers/peripheral/usb/gadget/function/acm/ |
H A D | cdcacm.c | 1256 notify->bNotificationType = type; in AcmSendNotifyRequest()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-usb-des.md | 1639 notify->bNotificationType = type;
|