Home
last modified time | relevance | path

Searched refs:devList (Results 1 – 14 of 14) sorted by relevance

/drivers/peripheral/usb/ddk/host/src/
Dddk_device_manager.c45 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/
Dinput_manager.c70 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()
Dinput_controller.c213 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()
Dinput_reporter.c72 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/
Dhdf_wifi_core.c442 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/
Dinput_manager.h120 int32_t (*GetInputDeviceList)(uint32_t *devNum, InputDeviceInfo **devList, uint32_t size);
/drivers/peripheral/input/hal/include/
Dinput_common.h69 struct DListHead devList; /* Head node of the linked device list */ member
/drivers/peripheral/input/udriver/src/
Dinput_manager.cpp69 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/
Dinput_interfaces_impl.h38 …int32_t GetInputDeviceList(uint32_t &devNum, std::vector<DeviceInfo> &devList, uint32_t size) over…
Dinput_interfaces_impl.cpp251 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/
Dusbd.h147 struct HdfSList devList; member
/drivers/interface/input/v1_0/
DIInputInterfaces.idl124 …* @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/
DREADME_zh.md72 …573557"></a>int32_t (*GetInputDeviceList)(uint32_t *devNum, DeviceInfo **devList, uint32_t size);<…
DREADME.md72 …573557"></a>int32_t (*GetInputDeviceList)(uint32_t *devNum, DeviceInfo **devList, uint32_t size);<…