Searched refs:bNotificationType (Results 1 – 10 of 10) sorted by relevance
/drivers/peripheral/usb/gadget/function/ecm/ |
D | cdcecm.c | 446 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/ |
D | usb_ddk.h | 308 uint8_t bNotificationType; member
|
/drivers/peripheral/usb/net/src/ |
D | cdc_ether.c | 724 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/ |
D | usb_serial_rawapi.c | 1020 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()
|
D | usb_serial.c | 1240 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/ |
D | usb_device_cdcacm_test.cpp | 462 notify->bNotificationType = type; in SendNotifyRequest()
|
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
D | usb_device_lite_cdcacm_test.c | 449 notify->bNotificationType = type; in SendNotifyRequest()
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
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()
|
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()
|
/drivers/peripheral/usb/gadget/function/acm/ |
D | cdcacm.c | 1252 notify->bNotificationType = type; in AcmSendNotifyRequest()
|