Lines Matching refs:device_id
57 uint32_t device_id;
341 bof_t *bcs, *blob, *array, *bo, *size, *handle, *device_id, *root;
346 root = device_id = bcs = blob = array = bo = size = handle = NULL;
350 device_id = bof_int32(csm->device_id);
351 if (device_id == NULL)
353 if (bof_object_set(root, "device_id", device_id))
355 bof_decref(device_id);
356 device_id = NULL;
411 sprintf(tmp, "d-0x%04X-%08d.bof", csm->device_id, csm->nbof++);
419 bof_decref(device_id);
508 fprintf(file, "VENDORID:DEVICEID 0x%04X:0x%04X\n", 0x1002, csm->device_id);
526 static int radeon_get_device_id(int fd, uint32_t *device_id)
531 *device_id = 0;
533 info.value = (uintptr_t)device_id;
549 radeon_get_device_id(fd, &csm->device_id);