/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_firmware.c | 152 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()
|
D | r8192E_firmware.h | 48 struct rt_fw_blob blobs[FW_BLOBS]; member
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-firmware-qemu_fw_cfg | 22 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-6.12.1/security/landlock/ |
D | setup.c | 48 .blobs = &landlock_blob_sizes,
|
/linux-6.12.1/security/bpf/ |
D | hooks.c | 39 .blobs = &bpf_lsm_blob_sizes
|
/linux-6.12.1/crypto/asymmetric_keys/ |
D | Kconfig | 32 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-6.12.1/security/ipe/ |
D | ipe.c | 97 .blobs = &ipe_blobs,
|
/linux-6.12.1/include/linux/ |
D | lsm_hooks.h | 157 struct lsm_blob_sizes *blobs; /* Optional: for blob sharing. */ member
|
/linux-6.12.1/Documentation/translations/ko_KR/ |
D | stable_api_nonsense.txt | 56 먼저, 나는 closed 소스, hidden 소스, binary blobs, 소스 wrappers, 또는 GPL로
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_property.c | 619 list_for_each_entry_safe(blob, bt, &file_priv->blobs, head_file) { in drm_property_destroy_user_blobs() 868 list_add_tail(&blob->head_file, &file_priv->blobs); in drm_mode_createblob_ioctl() 895 list_for_each_entry(bt, &file_priv->blobs, head_file) { in drm_mode_destroyblob_ioctl()
|
D | drm_file.c | 152 INIT_LIST_HEAD(&file->blobs); in drm_file_alloc()
|
/linux-6.12.1/security/keys/ |
D | Kconfig | 78 Userspace will only ever see encrypted blobs. 101 blobs are ever output to Userspace.
|
/linux-6.12.1/include/drm/ |
D | drm_file.h | 347 struct list_head blobs; member
|
/linux-6.12.1/fs/erofs/ |
D | Kconfig | 84 particularly useful for container images with numerous blobs and 155 This permits EROFS to use fscache-backed data blobs with on-demand
|
/linux-6.12.1/Documentation/security/ |
D | lsm.rst | 70 Security blobs that are used by more than one security module are 130 blobs, unlike other modules. The reasons are historical and are
|
/linux-6.12.1/Documentation/translations/zh_TW/filesystems/ |
D | debugfs.rst | 138 讀取此文件將返回由指針指向debugfs_blob_wrapper結構體的數據。一些驅動使用“blobs”
|
/linux-6.12.1/Documentation/translations/zh_CN/filesystems/ |
D | debugfs.rst | 137 读取此文件将返回由指针指向debugfs_blob_wrapper结构体的数据。一些驱动使用“blobs”
|
/linux-6.12.1/Documentation/filesystems/ext4/ |
D | allocators.rst | 49 over a disk; as the top-level directory/file blobs fill up one block
|
/linux-6.12.1/drivers/base/firmware_loader/ |
D | Kconfig | 56 string "Build named firmware blobs into the kernel binary" 89 string "Firmware blobs root directory"
|
/linux-6.12.1/security/tomoyo/ |
D | tomoyo.c | 621 .blobs = &tomoyo_blob_sizes,
|
/linux-6.12.1/Documentation/security/keys/ |
D | trusted-encrypted.rst | 8 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-6.12.1/drivers/gpu/drm/i915/gt/uc/ |
D | intel_uc_fw.c | 261 const struct uc_fw_platform_requirement *blobs; member 303 fw_blobs = blobs_all[uc_fw->type].blobs; in __uc_fw_auto_select() 355 fw_blobs = blobs_all[type].blobs; in validate_fw_table_type()
|
/linux-6.12.1/drivers/input/touchscreen/ |
D | sur40.c | 91 struct sur40_blob blobs[]; member 460 struct sur40_blob *inblob = &sur40->bulk_in_buffer->blobs[0]; in sur40_poll()
|
/linux-6.12.1/Documentation/filesystems/ |
D | erofs.rst | 40 - Support multiple devices to refer to external blobs, which can be used 130 with the same blobs under a given domain ID can share storage.
|
/linux-6.12.1/security/integrity/evm/ |
D | evm_main.c | 1181 .blobs = &evm_blob_sizes,
|