Searched refs:get_device_info (Results 1 – 9 of 9) sorted by relevance
/external/cronet/testing/scripts/ |
D | host_info.py | 51 def get_device_info(args, failures): function 130 host_info['devices'] = get_device_info(args, failures)
|
/external/autotest/client/cros/ |
D | liststorage.py | 286 def get_device_info(blockdev, lsusb_info, host=None): function 349 ret.extend(get_device_info(dev, lsusb_info, host=host))
|
/external/OpenCL-CTS/test_conformance/api/ |
D | main.cpp | 39 ADD_TEST(get_device_info),
|
/external/rust/pica/scripts/ |
D | console.py | 168 def get_device_info(self, **kargs): member in Device 336 'get_device_info': device.get_device_info,
|
/external/f2fs-tools/lib/ |
D | libf2fs.c | 887 int get_device_info(int i) in get_device_info() function 1149 int get_device_info(int i) in get_device_info() function 1191 if (get_device_info(i)) in f2fs_get_device_info()
|
/external/rust/pica/ |
D | README.md | 47 get_device_info Retrieve the device information like (UCI version and other vendor …
|
/external/crosvm/devices/src/ |
D | vfio.rs | 801 let (dev_info, dev_type) = Self::get_device_info(&dev)?; in new_passthrough() 843 let (dev_info, dev_type) = match Self::get_device_info(&dev) { in new() 1085 fn get_device_info(device_file: &File) -> Result<(vfio_device_info, VfioDeviceType)> { in get_device_info() method
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 1458 extern int get_device_info(int);
|
/external/f2fs-tools/fsck/ |
D | mount.c | 1090 if (get_device_info(i)) in init_sb_info()
|