/openbmc/docs/designs/ |
H A D | binarystore-via-blobs.md | 102 blobs, each having a unique blob_id string with the base id as a common prefix. 106 optional string blob_id = 1; 132 `flags` can be `READ` for read-only access or `READ|WRITE`. `blob_id` can be any 134 with supplied `blob_id`, the handler treats it as a request to create such a 167 Delete the binary data associated with `blob_id`. Deleting the base_id (the 187 1. `BmcBlobOpen` with `blob_id = /bmc_store/blob0`, BMC honors the request and 199 1. `BmcBlobOpen` with `blob_id = /bmc_store/blob0`.
|
H A D | firmware-update-via-blobs.md | 117 When a transfer is active, it'll create a blob_id of `/flash/active/image` and 288 Once opened a new file will appear in the blob_id list (for both the image and 382 Blob stat on a blob_id (not SessionStat) will return the capabilities of the 383 blob_id handler.
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm_mode.h | 650 __u32 blob_id; member 1191 __u32 blob_id; member 1207 __u32 blob_id; member
|
H A D | virtgpu_drm.h | 195 __u64 blob_id; member
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-gpu-bswap.h | 69 le64_to_cpus(&cblob->blob_id); in virtio_gpu_create_blob_bswap()
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | vpu_jsm_api.h | 482 u64 blob_id; member 582 u64 blob_id; member
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_property.c | 764 blob = drm_property_lookup_blob(dev, out_resp->blob_id); in drm_mode_getblob_ioctl() 808 out_resp->blob_id = blob->base.id; in drm_mode_createblob_ioctl() 830 blob = drm_property_lookup_blob(dev, out_resp->blob_id); in drm_mode_destroyblob_ioctl()
|
H A D | drm_atomic_uapi.c | 368 uint64_t blob_id, in drm_atomic_replace_property_blob_from_id() argument 375 if (blob_id != 0) { in drm_atomic_replace_property_blob_from_id() 376 new_blob = drm_property_lookup_blob(dev, blob_id); in drm_atomic_replace_property_blob_from_id() 379 "cannot find blob ID %llu\n", blob_id); in drm_atomic_replace_property_blob_from_id()
|
/openbmc/phosphor-ipmi-blobs/ |
H A D | README.md | 87 char blob_id[]; 106 char blob_id[]; /* Must correspond to a valid blob. */ 240 char blob_id[]; /* Must correspond to a valid blob. */ 251 blobs must support this command; this is only useful when blob_id semantics are 257 char blob_id[]; /* Must correspond to a valid blob. */
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_ioctl.c | 469 params->blob_id = rc_blob->blob_id; in verify_blob() 471 if (rc_blob->blob_id != 0) in verify_blob()
|
H A D | virtgpu_drv.h | 84 uint64_t blob_id; member
|
H A D | virtgpu_vq.c | 1259 cmd_p->blob_id = cpu_to_le64(params->blob_id); in virtio_gpu_cmd_resource_create_blob()
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_gpu.h | 408 __le64 blob_id; member
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_gpu.h | 411 uint64_t blob_id; member
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | sur40.c | 56 __le16 blob_id; member 424 slotnum = input_mt_get_slot_by_key(input, blob->blob_id); in sur40_report_blob()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-virgl.c | 713 virgl_args.blob_id = cblob.blob_id; in virgl_cmd_resource_create_blob()
|
H A D | virtio-gpu-rutabaga.c | 622 rc_blob.blob_id = cblob.blob_id; in rutabaga_cmd_resource_create_blob()
|