Home
last modified time | relevance | path

Searched defs:devInfo (Results 1 – 11 of 11) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/include/hdi/
Didevmgr_hdi.h33 std::vector<DevInfo> devInfo; member
/drivers/hdf_core/framework/model/sensor/driver/common/include/
Dsensor_device_manager.h36 struct SensorDeviceInfo devInfo; member
/drivers/hdf_core/framework/support/platform/include/pcie/
Dpcie_core.h42 struct PcieDevCfgInfo devInfo; member
/drivers/peripheral/input/udriver/src/
Dinput_manager.cpp60 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice()
Dinput_device_manager.cpp583 int32_t InputDeviceManager::GetDevice(int32_t deviceIndex, InputDeviceInfo **devInfo) in GetDevice()
/drivers/peripheral/usb/ddk/host/src/
Dddk_sysfs_device.c198 struct UsbPnpNotifyDeviceInfo *devInfo = &device->deviceInfo; in DdkSysfsGetDevice() local
/drivers/hdf_core/framework/core/common/src/
Dhdf_attribute_macro.c154 struct HdfDeviceInfo *devInfo = NULL; in GetDevcieNodeList() local
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Didevmgr_client.cpp104 struct DevInfo devInfo; in HdfDevMgrDbgFillDeviceInfo() local
/drivers/hdf_core/framework/tools/hc-gen/src/
Dstartup_cfg_gen.cpp230 std::shared_ptr<AstObject> devInfo = hostInfo->Child(); in GetHostLoadMode() local
/drivers/peripheral/input/hal/src/
Dinput_manager.c42 static int32_t GetInputDevice(uint32_t devIndex, InputDeviceInfo **devInfo) in GetInputDevice()
/drivers/peripheral/input/hdi_service/
Dinput_interfaces_impl.cpp226 int32_t InputInterfacesImpl::GetInputDevice(uint32_t devIndex, DeviceInfo &devInfo) in GetInputDevice()