Home
last modified time | relevance | path

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

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