Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A 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…
H A Dddk_sysfs_device.h25 int32_t DdkSysfsGetDevice(const char *deviceDir, struct UsbPnpNotifyMatchInfoTable *device);
H A Dddk_pnp_listener_mgr.h26 void DdkListenerMgrNotifyAll(const struct UsbPnpNotifyMatchInfoTable *device, enum UsbPnpNotifyServ…
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A 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()
325 #define HDF_USB_INFO_MAX_SIZE (127 * sizeof(struct UsbPnpNotifyMatchInfoTable)) // 127 is max deiv…
367 struct UsbPnpNotifyMatchInfoTable *info = NULL; in DdkDevMgrForEachDeviceSafe()
H A Dddk_pnp_listener_mgr.c69 static int32_t DdkListenerMgrNotifyOne(const struct UsbPnpNotifyMatchInfoTable *device, void *priv) in DdkListenerMgrNotifyOne()
84 if (!HdfSbufWriteBuffer(data, device, sizeof(struct UsbPnpNotifyMatchInfoTable))) { in DdkListenerMgrNotifyOne()
113 void DdkListenerMgrNotifyAll(const struct UsbPnpNotifyMatchInfoTable *device, enum UsbPnpNotifyServ… in DdkListenerMgrNotifyAll()
H A Dddk_uevent_queue.cpp117 const struct UsbPnpNotifyMatchInfoTable *device = DdkDevMgrCreateDevice(pos + 1); // 1 skip '/' in DdkUeventAddDevice()
128 struct UsbPnpNotifyMatchInfoTable dev; in DdkUeventRemoveDevice()
H A Dddk_sysfs_device.c183 static int32_t DdkSysfsStandardizeDevice(struct UsbPnpNotifyMatchInfoTable * const device) in DdkSysfsStandardizeDevice()
189 int32_t DdkSysfsGetDevice(const char *deviceDir, struct UsbPnpNotifyMatchInfoTable *device) in DdkSysfsGetDevice()
H A Dddk_uevent_handle.c221 struct UsbPnpNotifyMatchInfoTable *info = NULL; in DdkUeventCallBack()
/ohos5.0/drivers/hdf_core/framework/model/usb/src/
H A 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 …]
H A Dusb_wrapper.cpp21 void UsbDDKDriverMatchFailEvent(const struct UsbPnpNotifyMatchInfoTable *infoTable) in UsbDDKDriverMatchFailEvent()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/
H A 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()
/ohos5.0/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_pnp_test.c64 struct UsbPnpNotifyMatchInfoTable infoTable; in TestInitPnpInfo()
93 …dfSbufWriteBuffer(g_data, (const void *)(&infoTable), sizeof(struct UsbPnpNotifyMatchInfoTable))) { in TestInitPnpInfo()
/ohos5.0/drivers/hdf_core/framework/model/usb/include/
H A Dusb_wrapper.h17 void UsbDDKDriverMatchFailEvent(const struct UsbPnpNotifyMatchInfoTable *infoTable);
H A Dhdf_usb_pnp_manage.h90 struct UsbPnpNotifyMatchInfoTable { struct
/ohos5.0/drivers/peripheral/usb/hdf_usb/include/
H A Dusb_wrapper.h17 void UsbDDKDriverMatchFailEvent(const struct UsbPnpNotifyMatchInfoTable *infoTable);
H A Dhdf_usb_pnp_manage.h90 struct UsbPnpNotifyMatchInfoTable { struct
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A 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()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/usb/host/include/
H A Dusb_pnp_notify.h58 struct UsbPnpNotifyMatchInfoTable info;
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/include/
H A Dusb_pnp_notify.h79 struct UsbPnpNotifyMatchInfoTable info;
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusb_impl.h147 static void ReportUsbdSysEvent(int32_t code, UsbPnpNotifyMatchInfoTable *infoTable);
/ohos5.0/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp87 struct UsbPnpNotifyMatchInfoTable *infoTable = NULL; in UsbdPnpEventHandler()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp885 void UsbImpl::ReportUsbdSysEvent(int32_t code, UsbPnpNotifyMatchInfoTable *infoTable) in ReportUsbdSysEvent()
923 UsbPnpNotifyMatchInfoTable *infoTable = nullptr; in UsbdPnpNotifyAddAndRemoveDevice()