Searched refs:id_vendor (Results 1 – 13 of 13) sorted by relevance
/external/autotest/client/cros/cellular/mbim_compliance/ |
D | mbim_device_context.py | 25 def __init__(self, id_vendor=None, id_product=None): argument 34 self._device = self._find_device(id_vendor, id_product) 88 def _find_device(self, id_vendor, id_product): argument 99 if id_vendor is not None and id_product is not None: 100 device = core.find(idVendor=id_vendor, idProduct=id_product) 105 id_vendor, id_product)) 179 def id_vendor(self): member in MbimDeviceContext
|
D | mbim_test_base.py | 24 def run_test(self, id_vendor=None, id_product=None, **kwargs): argument 37 id_vendor=id_vendor, id_product=id_product) 39 self.device_context.id_vendor,
|
/external/autotest/client/cros/cellular/mbim_compliance/tests/ |
D | cm_07.py | 43 {'idVendor': self.test_context.id_vendor,
|
D | cm_08.py | 46 {'idVendor': self.test_context.id_vendor,
|
D | cm_13.py | 60 {'idVendor': self.test_context.id_vendor,
|
D | cm_05.py | 48 {'idVendor': self.test_context.id_vendor,
|
/external/autotest/client/cros/cellular/mbim_compliance/sequences/ |
D | get_descriptors_sequence.py | 44 (self.device_context.id_vendor,
|
/external/autotest/client/bin/input/ |
D | input_device.py | 229 self.id_vendor = gid[ID_VENDOR] 589 (self.id_bus, self.id_vendor, self.id_product, self.id_version)))
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | drm.h | 572 unsigned short id_vendor; member
|
/external/mesa3d/include/drm-uapi/ |
D | drm.h | 573 unsigned short id_vendor; member
|
/external/kernel-headers/original/uapi/drm/ |
D | drm.h | 578 unsigned short id_vendor; member
|
/external/libdrm/include/drm/ |
D | drm.h | 573 unsigned short id_vendor; member
|
/external/libdrm/ |
D | xf86drm.c | 2122 return i.id_vendor; in drmAgpVendorId()
|