HomeSort by relevance Sort by last modified time
    Searched refs:devinfo (Results 1 - 10 of 10) sorted by null

  /external/autotest/client/profilers/powertop/src/
bluetooth.c 99 struct hci_dev_info devinfo; local
115 memset(&devinfo, 0, sizeof(devinfo));
116 strcpy(devinfo.name, "hci0");
117 ret = ioctl(fd, HCIGETDEVINFO, (void *) &devinfo);
121 if ( (devinfo.flags & 1) == 0 &&
125 thisbytes += devinfo.stat.byte_rx;
126 thisbytes += devinfo.stat.byte_tx;
  /external/fio/os/
os-aix.h 8 #include <sys/devinfo.h>
31 struct devinfo info;
  /external/libdrm/freedreno/kgsl/
kgsl_pipe.c 42 *value = kgsl_pipe->devinfo.device_id;
45 *value = kgsl_pipe->devinfo.gpu_id;
48 *value = kgsl_pipe->devinfo.gmem_sizebytes;
51 *value = kgsl_pipe->devinfo.chip_id;
252 GETPROP(fd, DEVICE_INFO, kgsl_pipe->devinfo);
257 (kgsl_pipe->devinfo.chip_id >> 24) & 0xff,
258 (kgsl_pipe->devinfo.chip_id >> 16) & 0xff,
259 (kgsl_pipe->devinfo.chip_id >> 8) & 0xff,
260 (kgsl_pipe->devinfo.chip_id >> 0) & 0xff);
261 INFO_MSG(" Device-id: %d", kgsl_pipe->devinfo.device_id)
    [all...]
kgsl_priv.h 53 struct kgsl_devinfo devinfo; member in struct:kgsl_pipe
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 148 devinfo = SP_DEVINFO_DATA()
149 devinfo.cbSize = ctypes.sizeof(devinfo)
151 while SetupDiEnumDeviceInfo(g_hdi, index, ctypes.byref(devinfo)):
157 ctypes.byref(devinfo),
184 ctypes.byref(devinfo),
191 ctypes.byref(devinfo),
217 ctypes.byref(devinfo),
226 #~ raise IOError("failed to get details for %s (%s)" % (devinfo, szHardwareID.value))
  /external/syslinux/extlinux/
main.c 1185 static struct btrfs_ioctl_dev_info_args devinfo; local
1196 memset(&devinfo, 0, sizeof devinfo);
1197 devinfo.devid = fsinfo.max_id;
1198 if (ioctl(pfd, BTRFS_IOC_DEV_INFO, &devinfo))
1201 if (devinfo.path[0] != '/')
1216 if (sb2.dev_item.devid != devinfo.devid)
1219 if (memcmp(sb2.dev_item.uuid, devinfo.uuid, sizeof devinfo.uuid))
1232 static struct btrfs_ioctl_dev_info_args devinfo; local
    [all...]
  /external/wpa_supplicant_8/hs20/server/www/
users.php 39 if ($mo != "devinfo" && $mo != "devdetail" && $mo != "pps")
133 if (strlen($row['devinfo']) > 0) {
134 echo "[<a href=\"users.php?cmd=mo&id=$id&mo=devinfo\">DevInfo</a>]\n";
334 xml_parse_into_struct($xml, $row['devinfo'], $devinfo);
335 foreach($devinfo as $k) {
  /external/ltp/testcases/kernel/io/disktest/
sfunc.c 42 #include <sys/devinfo.h>
599 struct devinfo *my_devinfo = NULL;
607 my_devinfo = (struct devinfo *)ALLOC(sizeof(struct devinfo));
609 memset(my_devinfo, 0, sizeof(struct devinfo));
  /external/wpa_supplicant_8/hs20/server/
spp_server.c 26 #define URN_OMA_DM_DEVINFO "urn:oma:mo:oma-dm-devinfo:1.0"
162 sql = sqlite3_mprintf("UPDATE sessions SET devinfo=%Q WHERE id=%Q",
169 debug_print(ctx, 1, "Failed to add session devinfo: %s",
1608 xml_node_t *ret = NULL, *devinfo = NULL, *devdetail = NULL; local
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 2914 xml_node_t *devinfo, *devid; local
    [all...]

Completed in 2092 milliseconds