/drivers/peripheral/usb/ddk/host/src/ |
D | ddk_device_manager.c | 45 struct DListHead devList; member 57 if (DListIsEmpty(&g_ddkDevList.devList)) { in DdkDevMgrIsDevExists() 66 …DLIST_FOR_EACH_ENTRY_SAFE(infoPos, infoTemp, &g_ddkDevList.devList, struct UsbDdkDeviceInfo, list)… in DdkDevMgrIsDevExists() 91 DListInsertTail(&device->list, &g_ddkDevList.devList); in DdkDevMgrAddDevice() 217 DListHeadInit(&g_ddkDevList.devList); in DdkDevMgrInit() 230 if (DListIsEmpty(&g_ddkDevList.devList)) { in DdkDevMgrForEachDeviceSafe() 238 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, &g_ddkDevList.devList, struct UsbDdkDeviceInfo, list) { in DdkDevMgrForEachDeviceSafe()
|
/drivers/peripheral/input/hal/src/ |
D | input_manager.c | 70 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetInputDevice() 101 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetInputDeviceList() 127 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in CloseInputDevice() 160 DListInsertTail(&device->node, &manager->devList); in AddService() 179 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in CheckIndex() 306 DListHeadInit(&manager->devList); in InitDevManager() 426 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in ReleaseInputInterface()
|
D | input_controller.c | 213 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in SetPowerStatus() 244 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetPowerStatus() 280 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetDeviceType() 318 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetDevStringInfo() 388 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in SetGestureMode() 423 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in RunCapacitanceTest() 462 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in RunExtraCommand() 493 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetDeviceAbility() 538 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in GetDeviceAttr()
|
D | input_reporter.c | 72 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in EventListenerCallback() 106 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in RegisterReportCallback() 148 DLIST_FOR_EACH_ENTRY_SAFE(pos, next, &manager->devList, DeviceInfoNode, node) { in UnregisterReportCallback()
|
/drivers/hdf_core/framework/model/network/wifi/core/ |
D | hdf_wifi_core.c | 442 struct HdfConfigWlanDeviceList *devList = NULL; in HdfWlanInitThread() local 454 devList = HdfWlanGetDeviceList(); in HdfWlanInitThread() 455 if (devList == NULL) { in HdfWlanInitThread() 459 for (i = 0; i < devList->deviceListSize; i++) { in HdfWlanInitThread() 460 ret = HdfWlanConfigBusAbs(devList->deviceInst[i].bus.busIdx); in HdfWlanInitThread() 462 …HDF_LOGE("%s:HdfWlanConfigSDIO %d failed!ret=%d", __func__, devList->deviceInst[i].bus.busIdx, ret… in HdfWlanInitThread() 466 wlanDevice = ProbeDevice(&(devList->deviceInst[i])); in HdfWlanInitThread()
|
/drivers/peripheral/input/interfaces/include/ |
D | input_manager.h | 120 int32_t (*GetInputDeviceList)(uint32_t *devNum, InputDeviceInfo **devList, uint32_t size);
|
/drivers/peripheral/input/hal/include/ |
D | input_common.h | 69 struct DListHead devList; /* Head node of the linked device list */ member
|
/drivers/peripheral/input/udriver/src/ |
D | input_manager.cpp | 69 static int32_t GetInputDeviceList(uint32_t *devNum, InputDeviceInfo **devList, uint32_t size) in GetInputDeviceList() argument 75 return gInputDeviceManager_->GetDeviceList(devNum, devList, size); in GetInputDeviceList()
|
/drivers/peripheral/input/hdi_service/ |
D | input_interfaces_impl.h | 38 …int32_t GetInputDeviceList(uint32_t &devNum, std::vector<DeviceInfo> &devList, uint32_t size) over…
|
D | input_interfaces_impl.cpp | 251 int32_t InputInterfacesImpl::GetInputDeviceList(uint32_t &devNum, std::vector<DeviceInfo> &devList,… in GetInputDeviceList() argument 274 devList.reserve(devNum); in GetInputDeviceList() 277 devList.push_back(hdfDevInfo); in GetInputDeviceList()
|
/drivers/peripheral/usb/hdi_service/include/ |
D | usbd.h | 147 struct HdfSList devList; member
|
/drivers/interface/input/v1_0/ |
D | IInputInterfaces.idl | 124 …* @param devList Information about all devices in the device list. For details, see {@link DeviceI… 125 * @param size Number of elements in the <b>devList</b> array. 133 …GetInputDeviceList([out] unsigned int devNum, [out] struct DeviceInfo[] devList, [in]unsigned int …
|
/drivers/peripheral/input/ |
D | README_zh.md | 72 …573557"></a>int32_t (*GetInputDeviceList)(uint32_t *devNum, DeviceInfo **devList, uint32_t size);<…
|
D | README.md | 72 …573557"></a>int32_t (*GetInputDeviceList)(uint32_t *devNum, DeviceInfo **devList, uint32_t size);<…
|