Home
last modified time | relevance | path

Searched refs:UsbPnpAddRemoveInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
H A Dusb_pnp_notify.h75 struct UsbPnpAddRemoveInfo *infoData;
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/include/
H A Dusb_pnp_notify.h96 struct UsbPnpAddRemoveInfo *infoData;
/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dhdf_usb_pnp_manage.h103 struct UsbPnpAddRemoveInfo { struct
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dhdf_usb_pnp_manage.h103 struct UsbPnpAddRemoveInfo { struct
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h134 int32_t RawInitPnpService(enum UsbPnpNotifyServiceCmd cmdType, struct UsbPnpAddRemoveInfo infoData);
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A Dusb_pnp_notify.c52 struct UsbPnpAddRemoveInfo g_usbPnpInfo;
313 pnpInfoData->infoData = (struct UsbPnpAddRemoveInfo *)eventData; in UsbPnpNotifyGetDeviceInfo()
720 struct UsbPnpAddRemoveInfo *usbPnpInfo = NULL; in UsbPnpNotifyReadPnpInfo()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c59 struct UsbPnpAddRemoveInfo g_usbPnpInfo;
363 pnpInfoData->infoData = (struct UsbPnpAddRemoveInfo *)eventData; in UsbPnpNotifyGetDeviceInfo()
766 struct UsbPnpAddRemoveInfo *usbPnpInfo = NULL; in UsbPnpNotifyReadPnpInfo()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c1557 int32_t RawInitPnpService(enum UsbPnpNotifyServiceCmd cmdType, struct UsbPnpAddRemoveInfo infoData) in RawInitPnpService()
1580 … if (!HdfSbufWriteBuffer(pnpData, (const void *)(&infoData), sizeof(struct UsbPnpAddRemoveInfo))) { in RawInitPnpService()
H A Dusb_interface_pool.c1205 struct UsbPnpAddRemoveInfo infoData = {0}; in UsbAddOrRemoveInterface()