/drivers/peripheral/usb/ddk/host/include/ |
D | ddk_device_manager.h | 24 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…
|
D | ddk_sysfs_device.h | 25 int32_t DdkSysfsGetDevice(const char *deviceDir, struct UsbPnpNotifyMatchInfoTable *device);
|
D | ddk_pnp_listener_mgr.h | 26 void DdkListenerMgrNotifyAll(const struct UsbPnpNotifyMatchInfoTable *device, enum UsbPnpNotifyServ…
|
/drivers/peripheral/usb/ddk/host/src/ |
D | ddk_device_manager.c | 39 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()
|
D | ddk_pnp_listener_mgr.c | 68 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()
|
D | ddk_uevent_handle.c | 101 const struct UsbPnpNotifyMatchInfoTable *device = DdkDevMgrCreateDevice(pos + 1); // 1 skip '/' in DdkUeventAddDevice() 112 struct UsbPnpNotifyMatchInfoTable dev; in DdkUeventRemoveDevice() 272 struct UsbPnpNotifyMatchInfoTable *info = NULL; in DdkUeventCallBack()
|
D | ddk_sysfs_device.c | 182 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/ |
D | usb_wrapper.h | 17 void UsbDDKDriverMatchFailEvent(const struct UsbPnpNotifyMatchInfoTable *infoTable);
|
D | hdf_usb_pnp_manage.h | 86 struct UsbPnpNotifyMatchInfoTable { struct
|
/drivers/hdf_core/framework/model/usb/src/ |
D | usb_wrapper.cpp | 17 void UsbDDKDriverMatchFailEvent(const struct UsbPnpNotifyMatchInfoTable *infoTable) in UsbDDKDriverMatchFailEvent()
|
D | usb_ddk_pnp_loader.c | 77 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/ |
D | usb_pnp_notify.h | 58 struct UsbPnpNotifyMatchInfoTable info;
|
/drivers/peripheral/usb/sample/host/src/ |
D | usbhost_pnp_test.c | 64 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/ |
D | usb_pnp_notify.h | 79 struct UsbPnpNotifyMatchInfoTable info;
|
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/ |
D | usb_pnp_notify.c | 55 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/ |
D | usb_pnp_notify.c | 62 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/ |
D | usb_impl.h | 133 static void ReportUsbdSysEvent(int32_t code, UsbPnpNotifyMatchInfoTable *infoTable);
|
/drivers/peripheral/usb/ddk_service/src/ |
D | usb_ddk_service.cpp | 82 struct UsbPnpNotifyMatchInfoTable *infoTable = NULL; in UsbdPnpEventHandler()
|
/drivers/peripheral/usb/hdi_service/src/ |
D | usb_impl.cpp | 819 void UsbImpl::ReportUsbdSysEvent(int32_t code, UsbPnpNotifyMatchInfoTable *infoTable) in ReportUsbdSysEvent() 857 UsbPnpNotifyMatchInfoTable *infoTable = nullptr; in UsbdPnpNotifyAddAndRemoveDevice()
|