Searched refs:devices (Results 1 - 9 of 9) sorted by relevance
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
H A D | hdi_device_interface.cpp | 28 std::vector<std::shared_ptr<HdiDeviceInterface>> devices;
in DiscoveryDevice() local 34 devices.push_back(std::move(drmDevice));
in DiscoveryDevice() 35 return devices;
in DiscoveryDevice() 45 devices.push_back(std::move(fbDevice));
in DiscoveryDevice() 50 return devices;
in DiscoveryDevice()
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_device_interface.cpp | 28 std::vector<std::shared_ptr<HdiDeviceInterface>> devices; in DiscoveryDevice() local 36 devices.push_back(std::move(drmDevice)); in DiscoveryDevice() 40 return devices; in DiscoveryDevice()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_device_interface.cpp | 28 std::vector<std::shared_ptr<HdiDeviceInterface>> devices; in DiscoveryDevice() local 36 devices.push_back(std::move(drmDevice)); in DiscoveryDevice() 40 return devices; in DiscoveryDevice()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_device_interface.cpp | 28 std::vector<std::shared_ptr<HdiDeviceInterface>> devices; in DiscoveryDevice() local 36 devices.push_back(std::move(drmDevice)); in DiscoveryDevice() 40 return devices; in DiscoveryDevice()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_device_interface.cpp | 28 std::vector<std::shared_ptr<HdiDeviceInterface>> devices; in DiscoveryDevice() local 36 devices.push_back(std::move(drmDevice)); in DiscoveryDevice() 40 return devices; in DiscoveryDevice()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_device_interface.cpp | 28 std::vector<std::shared_ptr<HdiDeviceInterface>> devices;
in DiscoveryDevice() local 36 devices.push_back(std::move(drmDevice));
in DiscoveryDevice() 40 return devices;
in DiscoveryDevice()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_any_api.h | 97 * When registered,the driver uses this callback to deliver ANY devices found after an ANY scan. \n 102 * 2. The memories of <devices> are requested and freed by the driver automatically.\n 103 * CNcomment:2. <devices>由驱动申请内存,也由驱动释放,回调中不应释放.CNend 104 * @param devices [IN] Type #hi_wifi_any_device *, array of poniter of ANY devices found.CNcomment:发现的ANY设备信息, 106 * @param num [IN] Type #unsigned char, the number of ANY devices found, maximum is 32.CNcomment:发现的设备数量, 114 typedef void (*hi_wifi_any_scan_result_cb)(hi_wifi_any_device *devices[], unsigned char num); 275 * the number of peer devices must not exceed 16, among which the encrypted must not exceed 6. \n 279 * @attention 1. The driver just stores the channels of peer devices.\n
|
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | iommu.c | 39 struct list_head devices;
member 461 list_for_each_entry(device, &group->devices, list)
in iommu_get_group_resv_regions() 559 * group in order to hold the group until devices are added. Use
561 * group to be automatically reclaimed once it has no devices or external
576 INIT_LIST_HEAD(&group->devices);
in iommu_group_alloc() 594 group->devices_kobj = kobject_create_and_add("devices", &group->kobj);
in iommu_group_alloc() 742 /* We need to consider overlapping regions for different devices */
in iommu_create_device_direct_mappings() 843 list_add_tail(&device->list, &group->devices);
in iommu_group_add_device() 901 list_for_each_entry(tmp_device, &group->devices, list)
in iommu_group_remove_device() 932 list_for_each_entry(entry, &group->devices, lis in iommu_group_device_count() [all...] |
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 75 --list-indevs show all available input devices 76 --list-outdevs show all available output devices 179 --disable-indevs disable input devices 182 --disable-outdevs disable output devices 183 --disable-devices disable all devices 4039 --disable-devices)
|
Completed in 12 milliseconds