Searched refs:blobs (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_firmware.h48 struct rt_fw_blob blobs[FW_BLOBS]; member in struct:rt_firmware
H A Dr8192E_firmware.c152 if (pfirmware->blobs[i].size == 0) {
164 &pfirmware->blobs[i],
171 mapped_file = pfirmware->blobs[i].data;
172 file_length = pfirmware->blobs[i].size;
/linux-master/security/landlock/
H A Dsetup.c48 .blobs = &landlock_blob_sizes,
/linux-master/security/bpf/
H A Dhooks.c40 .blobs = &bpf_lsm_blob_sizes
/linux-master/include/linux/
H A Dlsm_hooks.h137 struct lsm_blob_sizes *blobs; /* Optional: for blob sharing. */ member in struct:lsm_info
/linux-master/include/drm/
H A Ddrm_file.h338 * @blobs:
345 struct list_head blobs; member in struct:drm_file
/linux-master/drivers/gpu/drm/
H A Ddrm_property.c619 list_for_each_entry_safe(blob, bt, &file_priv->blobs, head_file) {
868 list_add_tail(&blob->head_file, &file_priv->blobs);
895 list_for_each_entry(bt, &file_priv->blobs, head_file) {
H A Ddrm_file.c161 INIT_LIST_HEAD(&file->blobs);
/linux-master/security/tomoyo/
H A Dtomoyo.c621 .blobs = &tomoyo_blob_sizes,
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c184 * All blobs need to be declared via MODULE_FIRMWARE().
261 const struct uc_fw_platform_requirement *blobs; member in struct:fw_blobs_by_type
303 fw_blobs = blobs_all[uc_fw->type].blobs;
355 fw_blobs = blobs_all[type].blobs;
372 drm_err(&i915->drm, "Duplicate %s blobs: %s r%u %s%d.%d.%d [%s] matches %s%d.%d.%d [%s]\n",
/linux-master/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 in struct:sur40_data
460 struct sur40_blob *inblob = &sur40->bulk_in_buffer->blobs[0];
491 dev_dbg(sur40->dev, "need %d blobs\n", need_blobs);
507 dev_dbg(sur40->dev, "received %d blobs\n", packet_blobs);
509 /* packets always contain at least 4 blobs, even if empty */
/linux-master/security/integrity/evm/
H A Devm_main.c1126 .blobs = &evm_blob_sizes,
/linux-master/security/integrity/ima/
H A Dima_main.c1198 .blobs = &ima_blob_sizes,
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwil6210.h1011 struct wil_blob_wrapper blobs[MAX_FW_MAPPING_TABLE_SIZE]; member in struct:wil6210_priv
H A Ddebugfs.c2304 struct wil_blob_wrapper *wil_blob = &wil->blobs[i];
/linux-master/security/apparmor/
H A Dlsm.c2281 .blobs = &apparmor_blob_sizes,
/linux-master/security/
H A Dsecurity.c251 lsm_set_blob_sizes(lsm->blobs);
409 * Create any kmem_caches needed for blobs
/linux-master/security/smack/
H A Dsmack_lsm.c5264 .blobs = &smack_blob_sizes,
/linux-master/security/selinux/
H A Dhooks.c7487 .blobs = &selinux_blob_sizes,

Completed in 228 milliseconds