Home
last modified time | relevance | path

Searched refs:hdfUsbInterfaceHost (Results 1 - 1 of 1) sorted by relevance

/drivers/peripheral/usb/hdi_service/src/
H A Dusb_interface_driver.cpp56 auto *hdfUsbInterfaceHost = CONTAINER_OF(client->device->service, struct HdfUsbInterfaceHost, ioService); in UsbInterfaceDriverDispatch() local
57 if (hdfUsbInterfaceHost == nullptr || hdfUsbInterfaceHost->stub == nullptr) { in UsbInterfaceDriverDispatch()
61 return hdfUsbInterfaceHost->stub->SendRequest(cmdId, *dataParcel, *replyParcel, option); in UsbInterfaceDriverDispatch()
79 auto *hdfUsbInterfaceHost = new (std::nothrow) HdfUsbInterfaceHost; in HdfUsbInterfaceDriverBind() local
80 if (hdfUsbInterfaceHost == nullptr) { in HdfUsbInterfaceDriverBind()
85 hdfUsbInterfaceHost->ioService.Dispatch = UsbInterfaceDriverDispatch; in HdfUsbInterfaceDriverBind()
86 hdfUsbInterfaceHost->ioService.Open = nullptr; in HdfUsbInterfaceDriverBind()
87 hdfUsbInterfaceHost->ioService.Release = nullptr; in HdfUsbInterfaceDriverBind()
92 delete hdfUsbInterfaceHost; in HdfUsbInterfaceDriverBind()
134 auto *hdfUsbInterfaceHost = CONTAINER_OF(deviceObject->service, struct HdfUsbInterfaceHost, ioService); HdfUsbInterfaceDriverRelease() local
[all...]

Completed in 1 milliseconds