Home
last modified time | relevance | path

Searched full:blobs (Results 1 – 25 of 106) sorted by relevance

12345

/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-qemu_fw_cfg22 intended to display discoverable blobs (i.e., those registered
24 presence or size of "legacy" blobs (with selector keys between
35 **Discoverable fw_cfg blobs by selector key**
37 All discoverable blobs listed in the fw_cfg file directory are
63 **Listing fw_cfg blobs by file name**
66 convention on the blobs registered in the file directory,
/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_firmware.c152 if (pfirmware->blobs[i].size == 0) { in rtl92e_init_fw()
164 &pfirmware->blobs[i], in rtl92e_init_fw()
171 mapped_file = pfirmware->blobs[i].data; in rtl92e_init_fw()
172 file_length = pfirmware->blobs[i].size; in rtl92e_init_fw()
H A Dr8192E_firmware.h48 struct rt_fw_blob blobs[FW_BLOBS]; member
/linux/crypto/asymmetric_keys/
H A DKconfig32 This option provides support for parsing X.509 format blobs for key
42 This option provides support for parsing PKCS#8 format blobs for
/linux/drivers/of/
H A DKconfig49 bool "Build all Device Tree Blobs"
53 This option builds all possible Device Tree Blobs (DTBs) for the
/linux/include/drm/
H A Ddrm_property.h139 * The binary blobs are created as KMS standalone objects, and blob
206 * @head_file: entry on the per-file blob list in &drm_file.blobs list.
210 * Blobs are used to store bigger values than what fits directly into the 64
213 * Blobs are reference counted using drm_property_blob_get() and
H A Ddrm_file.h340 * @blobs:
347 struct list_head blobs; member
/linux/security/keys/
H A DKconfig78 Userspace will only ever see encrypted blobs.
101 blobs are ever output to Userspace.
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.h64 * the relevant modparam is set and the blobs are found on the system. At this
65 * stage, the only thing that can stop us from attempting to load the blobs on
H A Dintel_uc_fw_abi.h45 * the version. Note that the header for GSC-managed blobs is different from the
/linux/fs/erofs/
H A DKconfig84 particularly useful for container images with numerous blobs and
155 This permits EROFS to use fscache-backed data blobs with on-demand
/linux/Documentation/security/
H A Dlsm.rst70 Security blobs that are used by more than one security module are
130 blobs, unlike other modules. The reasons are historical and are
/linux/arch/microblaze/boot/dts/
H A DMakefile19 # Rule to build device tree blobs
/linux/security/bpf/
H A Dhooks.c39 .blobs = &bpf_lsm_blob_sizes
/linux/drivers/input/touchscreen/
H A Dsur40.c41 /* read 512 bytes from endpoint 0x86 -> get header + blobs */
45 __le16 count; /* count of blobs (if 0: continue prev. packet) */
91 struct sur40_blob blobs[]; member
460 struct sur40_blob *inblob = &sur40->bulk_in_buffer->blobs[0]; in sur40_poll()
491 dev_dbg(sur40->dev, "need %d blobs\n", need_blobs); in sur40_poll()
507 dev_dbg(sur40->dev, "received %d blobs\n", packet_blobs); in sur40_poll()
509 /* packets always contain at least 4 blobs, even if empty */ in sur40_poll()
/linux/security/landlock/
H A Dsetup.c48 .blobs = &landlock_blob_sizes,
/linux/Documentation/devicetree/bindings/sound/
H A Dti,tas5805m.yaml36 instance. Configuration blobs are sequences of register writes
/linux/drivers/base/firmware_loader/
H A DKconfig56 string "Build named firmware blobs into the kernel binary"
89 string "Firmware blobs root directory"
/linux/include/uapi/sound/sof/
H A Dheader.h29 * Used by any bespoke component data structures or binary blobs.
/linux/security/ipe/
H A Dipe.c97 .blobs = &ipe_blobs,
/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst8 stores, and loads only encrypted blobs. Trusted Keys require the availability
10 system. All user level blobs, are displayed and loaded in hex ASCII for
83 have many saved blobs under different PCR values, so multiple boots are
/linux/Documentation/filesystems/ext4/
H A Dallocators.rst49 over a disk; as the top-level directory/file blobs fill up one block
/linux/include/linux/
H A Dtsm.h19 * struct tsm_desc - option descriptor for generating tsm report blobs
/linux/drivers/gpu/drm/xe/
H A Dxe_uc_fw.c51 * Driver loads the following firmware blobs from disk:
61 * "wipplat" as a short-name. Driver loads the following firmware blobs
74 * blobs from disk:
160 /* All blobs need to be declared via MODULE_FIRMWARE() */
/linux/Documentation/translations/zh_CN/filesystems/
H A Ddebugfs.rst137 读取此文件将返回由指针指向debugfs_blob_wrapper结构体的数据。一些驱动使用“blobs

12345