Home
last modified time | relevance | path

Searched refs:UsbPnpNotifyMatchInfoTable (Results 1 – 19 of 19) sorted by relevance

/drivers/peripheral/usb/ddk/host/include/
Dddk_device_manager.h24 typedef int32_t (*DdkDevMgrHandleDev)(const struct UsbPnpNotifyMatchInfoTable *device, void *priv);
31 const struct UsbPnpNotifyMatchInfoTable *DdkDevMgrCreateDevice(const char *deviceDir);
32 int32_t DdkDevMgrRemoveDevice(int32_t busNum, int32_t devNum, struct UsbPnpNotifyMatchInfoTable *in…
Dddk_sysfs_device.h25 int32_t DdkSysfsGetDevice(const char *deviceDir, struct UsbPnpNotifyMatchInfoTable *device);
Dddk_pnp_listener_mgr.h26 void DdkListenerMgrNotifyAll(const struct UsbPnpNotifyMatchInfoTable *device, enum UsbPnpNotifyServ…
/drivers/peripheral/usb/ddk/host/src/
Dddk_device_manager.c39 struct UsbPnpNotifyMatchInfoTable info;
97 int32_t DdkDevMgrRemoveDevice(int32_t busNum, int32_t devNum, struct UsbPnpNotifyMatchInfoTable *in… in DdkDevMgrRemoveDevice()
107 …info, sizeof(struct UsbPnpNotifyMatchInfoTable), &dev->info, sizeof(struct UsbPnpNotifyMatchInfoTa… in DdkDevMgrRemoveDevice()
134 const struct UsbPnpNotifyMatchInfoTable *DdkDevMgrCreateDevice(const char *deviceDir) in DdkDevMgrCreateDevice()
292 #define HDF_USB_INFO_MAX_SIZE (127 * sizeof(struct UsbPnpNotifyMatchInfoTable)) // 127 is max deiv…
334 struct UsbPnpNotifyMatchInfoTable *info = NULL; in DdkDevMgrForEachDeviceSafe()
Dddk_pnp_listener_mgr.c68 static int32_t DdkListenerMgrNotifyOne(const struct UsbPnpNotifyMatchInfoTable *device, void *priv) in DdkListenerMgrNotifyOne()
83 if (!HdfSbufWriteBuffer(data, device, sizeof(struct UsbPnpNotifyMatchInfoTable))) { in DdkListenerMgrNotifyOne()
112 void DdkListenerMgrNotifyAll(const struct UsbPnpNotifyMatchInfoTable *device, enum UsbPnpNotifyServ… in DdkListenerMgrNotifyAll()
Dddk_uevent_handle.c101 const struct UsbPnpNotifyMatchInfoTable *device = DdkDevMgrCreateDevice(pos + 1); // 1 skip '/' in DdkUeventAddDevice()
112 struct UsbPnpNotifyMatchInfoTable dev; in DdkUeventRemoveDevice()
272 struct UsbPnpNotifyMatchInfoTable *info = NULL; in DdkUeventCallBack()
Dddk_sysfs_device.c182 static int32_t DdkSysfsStandardizeDevice(struct UsbPnpNotifyMatchInfoTable * const device) in DdkSysfsStandardizeDevice()
188 int32_t DdkSysfsGetDevice(const char *deviceDir, struct UsbPnpNotifyMatchInfoTable *device) in DdkSysfsGetDevice()
/drivers/hdf_core/framework/model/usb/include/
Dusb_wrapper.h17 void UsbDDKDriverMatchFailEvent(const struct UsbPnpNotifyMatchInfoTable *infoTable);
Dhdf_usb_pnp_manage.h86 struct UsbPnpNotifyMatchInfoTable { struct
/drivers/hdf_core/framework/model/usb/src/
Dusb_wrapper.cpp17 void UsbDDKDriverMatchFailEvent(const struct UsbPnpNotifyMatchInfoTable *infoTable) in UsbDDKDriverMatchFailEvent()
Dusb_ddk_pnp_loader.c77 const struct UsbPnpNotifyMatchInfoTable *dev, const struct UsbPnpMatchIdTable *id) in UsbDdkPnpLoaderMatchDevice()
196 …const struct UsbPnpNotifyMatchInfoTable *dev, int8_t index, struct UsbPnpMatchIdTable *id, bool fl… in UsbDdkPnpLoaderMatchHandle()
250 …const struct UsbPnpNotifyMatchInfoTable *dev, int8_t index, struct UsbPnpMatchIdTable *id, bool fl… in UsbDdkPnpLoaderMatchFlag()
293 const struct UsbPnpNotifyMatchInfoTable *dev, int8_t index, struct UsbPnpMatchIdTable *id) in UsbDdkPnpLoaderMatchInterface()
354 const struct UsbPnpNotifyMatchInfoTable *dev, int8_t index, struct UsbPnpMatchIdTable *id) in UsbDdkPnpLoaderMatchOneIdIntf()
703 const struct UsbPnpNotifyMatchInfoTable *info, const struct UsbPnpMatchIdTable *idTable) in UsbDdkPnpLoaderDeviceListAdd()
741 const struct UsbPnpNotifyMatchInfoTable *info, const struct UsbPnpMatchIdTable *idTable) in UsbDdkPnpLoaderAddInterface()
768 …const struct UsbPnpNotifyMatchInfoTable *infoTable, const struct UsbPnpMatchIdTable *idTable, uint… in UsbDdkPnpLoaderrAddPnpDevice()
821 const struct UsbPnpNotifyMatchInfoTable *infoTable, struct UsbPnpMatchIdTable **matchIdTable) in UsbDdkPnpLoaderAddDevice()
940 …struct HdfDeviceObject *usbPnpManagerDevice, const struct UsbPnpNotifyMatchInfoTable *infoTable, u… in UsbDdkPnpLoaderDevice()
[all …]
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
Dusb_pnp_notify.h58 struct UsbPnpNotifyMatchInfoTable info;
/drivers/peripheral/usb/sample/host/src/
Dusbhost_pnp_test.c64 struct UsbPnpNotifyMatchInfoTable infoTable; in TestInitPnpInfo()
93 …dfSbufWriteBuffer(g_data, (const void *)(&infoTable), sizeof(struct UsbPnpNotifyMatchInfoTable))) { in TestInitPnpInfo()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/include/
Dusb_pnp_notify.h79 struct UsbPnpNotifyMatchInfoTable info;
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
Dusb_pnp_notify.c55 struct UsbPnpNotifyMatchInfoTable *g_testUsbPnpInfo = NULL;
217 struct UsbPnpNotifyMatchInfoTable *infoTable) in UsbPnpNotifyAddInterfaceInitInfo()
268 static struct UsbPnpNotifyMatchInfoTable infoTable; in UsbPnpNotifyInitInfo()
296 if (!HdfSbufWriteBuffer(sbuf, data, sizeof(struct UsbPnpNotifyMatchInfoTable))) { in UsbPnpNotifyInitInfo()
447 static void TestPnpNotifyFillInfoTable(struct UsbPnpNotifyMatchInfoTable *infoTable) in TestPnpNotifyFillInfoTable()
480 struct UsbPnpNotifyMatchInfoTable infoTable; in TestPnpNotifyHdfSendEvent()
496 …!HdfSbufWriteBuffer(data, (const void *)(&infoTable), sizeof(struct UsbPnpNotifyMatchInfoTable))) { in TestPnpNotifyHdfSendEvent()
773 if (!HdfSbufWriteBuffer(reply, &infoPos->info, sizeof(struct UsbPnpNotifyMatchInfoTable))) { in UsbPnpGetDevices()
/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
Dusb_pnp_notify.c62 struct UsbPnpNotifyMatchInfoTable *g_testUsbPnpInfo = NULL;
245 struct UsbPnpNotifyMatchInfoTable *infoTable) in UsbPnpNotifyAddInterfaceInitInfo()
296 static struct UsbPnpNotifyMatchInfoTable infoTable; in UsbPnpNotifyInitInfo()
324 if (!HdfSbufWriteBuffer(sbuf, data, sizeof(struct UsbPnpNotifyMatchInfoTable))) { in UsbPnpNotifyInitInfo()
467 static void TestPnpNotifyFillInfoTable(struct UsbPnpNotifyMatchInfoTable *infoTable) in TestPnpNotifyFillInfoTable()
501 struct UsbPnpNotifyMatchInfoTable infoTable; in TestPnpNotifyHdfSendEvent()
517 …!HdfSbufWriteBuffer(data, (const void *)(&infoTable), sizeof(struct UsbPnpNotifyMatchInfoTable))) { in TestPnpNotifyHdfSendEvent()
/drivers/peripheral/usb/hdi_service/include/
Dusb_impl.h133 static void ReportUsbdSysEvent(int32_t code, UsbPnpNotifyMatchInfoTable *infoTable);
/drivers/peripheral/usb/ddk_service/src/
Dusb_ddk_service.cpp82 struct UsbPnpNotifyMatchInfoTable *infoTable = NULL; in UsbdPnpEventHandler()
/drivers/peripheral/usb/hdi_service/src/
Dusb_impl.cpp819 void UsbImpl::ReportUsbdSysEvent(int32_t code, UsbPnpNotifyMatchInfoTable *infoTable) in ReportUsbdSysEvent()
857 UsbPnpNotifyMatchInfoTable *infoTable = nullptr; in UsbdPnpNotifyAddAndRemoveDevice()