Home
last modified time | relevance | path

Searched refs:get_device_info (Results 1 – 9 of 9) sorted by relevance

/external/cronet/testing/scripts/
Dhost_info.py51 def get_device_info(args, failures): function
130 host_info['devices'] = get_device_info(args, failures)
/external/autotest/client/cros/
Dliststorage.py286 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/
Dmain.cpp39 ADD_TEST(get_device_info),
/external/rust/pica/scripts/
Dconsole.py168 def get_device_info(self, **kargs): member in Device
336 'get_device_info': device.get_device_info,
/external/f2fs-tools/lib/
Dlibf2fs.c887 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/
DREADME.md47 get_device_info Retrieve the device information like (UCI version and other vendor …
/external/crosvm/devices/src/
Dvfio.rs801 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/
Df2fs_fs.h1458 extern int get_device_info(int);
/external/f2fs-tools/fsck/
Dmount.c1090 if (get_device_info(i)) in init_sb_info()