Home
last modified time | relevance | path

Searched defs:DeviceDriver (Results 1 – 5 of 5) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/iot/
H A Dstruct_device_driver.go19 type DeviceDriver struct { struct
20 DriverId string `json:"DriverId" xml:"DriverId"`
21 IotId string `json:"IotId" xml:"IotId"`
H A Dstruct_device_driver_list.go20 DeviceDriver []DeviceDriver `json:"DeviceDriver" xml:"DeviceDriver"` member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp59 DeviceDriver::DeviceDriver(const PlatformInterface& platformInterface, VkInstance instance, VkDevic… in DeviceDriver() function in vk::DeviceDriver
H A DvkPlatform.hpp88 class DeviceDriver : public DeviceInterface class
/dports/astro/py-indiweb/indiweb-0.1.7/indiweb/
H A Ddriver.py11 class DeviceDriver: class