/linux/drivers/gpu/drm/ |
H A D | drm_property.c | 529 struct drm_property_blob *blob = in drm_property_free_blob() local 559 struct drm_property_blob *blob; in drm_property_create_blob() local 601 void drm_property_blob_put(struct drm_property_blob *blob) in drm_property_blob_put() 613 struct drm_property_blob *blob, *bt; in drm_property_destroy_user_blobs() local 632 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob) in drm_property_blob_get() 655 struct drm_property_blob *blob = NULL; in drm_property_lookup_blob() local 739 bool drm_property_replace_blob(struct drm_property_blob **blob, in drm_property_replace_blob() 772 struct drm_property_blob **blob, in drm_property_replace_blob_from_id() 817 struct drm_property_blob *blob; in drm_mode_getblob_ioctl() local 846 struct drm_property_blob *blob; in drm_mode_createblob_ioctl() local [all …]
|
/linux/security/ipe/ |
H A D | hooks.c | 205 struct ipe_bdev *blob = ipe_bdev(bdev); in ipe_bdev_free_security() local 211 static void ipe_set_dmverity_signature(struct ipe_bdev *blob, in ipe_set_dmverity_signature() 218 static inline void ipe_set_dmverity_signature(struct ipe_bdev *blob, in ipe_set_dmverity_signature() 242 struct ipe_bdev *blob = ipe_bdev(bdev); in ipe_bdev_setintegrity() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gk20a.c | 37 gk20a_gr_av_to_init_(struct nvkm_blob *blob, u8 count, u32 pitch, struct gf100_gr_pack **ppack) in gk20a_gr_av_to_init_() 67 gk20a_gr_av_to_init(struct nvkm_blob *blob, struct gf100_gr_pack **ppack) in gk20a_gr_av_to_init() 80 gk20a_gr_aiv_to_init(struct nvkm_blob *blob, struct gf100_gr_pack **ppack) in gk20a_gr_aiv_to_init() 110 gk20a_gr_av_to_method(struct nvkm_blob *blob, struct gf100_gr_pack **ppack) in gk20a_gr_av_to_method() 281 struct nvkm_blob blob; in gk20a_gr_load_net() local
|
/linux/scripts/dtc/ |
H A D | fdtget.c | 108 static int list_properties(const void *blob, int node) in list_properties() 136 static int list_subnodes(const void *blob, int node) in list_subnodes() 192 static int show_data_for_item(const void *blob, struct display_info *disp, in show_data_for_item() 239 char *blob; in do_fdtget() local
|
H A D | fdtput.c | 120 static int store_key_value(void *blob, const char *node_name, in store_key_value() 150 static int create_paths(void *blob, const char *in_path) in create_paths() 192 static int create_node(void *blob, const char *node_name) in create_node() 225 char *blob; in do_fdtput() local
|
H A D | util.c | 302 int utilfdt_write_err(const char *filename, const void *blob) in utilfdt_write_err() 334 int utilfdt_write(const char *filename, const void *blob) in utilfdt_write()
|
H A D | fdtoverlay.c | 95 char *blob = NULL; in do_fdtoverlay() local
|
/linux/drivers/of/ |
H A D | fdt.c | 69 bool of_fdt_device_is_available(const void *blob, unsigned long node) in of_fdt_device_is_available() 94 static void populate_properties(const void *blob, in populate_properties() 191 static int populate_node(const void *blob, in populate_node() 270 static int unflatten_dt_nodes(const void *blob, in unflatten_dt_nodes() 351 void *__unflatten_device_tree(const void *blob, in __unflatten_device_tree() 440 void *of_fdt_unflatten_tree(const unsigned long *blob, in of_fdt_unflatten_tree() 549 const void *blob = initial_boot_params; in of_scan_flat_dt() local 580 const void *blob = initial_boot_params; in of_scan_flat_dt_subnodes() local 638 static int of_fdt_is_compatible(const void *blob, in of_fdt_is_compatible()
|
/linux/drivers/media/test-drivers/visl/ |
H A D | visl-debugfs.c | 43 struct visl_blob *blob; in visl_trace_bitstream() local 82 struct visl_blob *blob; in visl_debugfs_clear_bitstream() local
|
/linux/security/apparmor/include/ |
H A D | cred.h | 24 struct aa_label **blob = cred->security + apparmor_blob_sizes.lbs_cred; in cred_label() local 33 struct aa_label **blob = cred->security + apparmor_blob_sizes.lbs_cred; in set_cred_label() local
|
/linux/include/linux/ |
H A D | getcpu.h | 16 unsigned long blob[128 / sizeof(long)]; member
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | kptr_xchg_inline.c | 12 char blob[32]; member
|
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | fw.c | 217 const struct firmware *blob; in nvkm_falcon_fw_ctor_hs() local 313 const struct firmware *blob; in nvkm_falcon_fw_ctor_hs_v2() local
|
/linux/include/drm/ |
H A D | drm_color_mgmt.h | 70 static inline int drm_color_lut_size(const struct drm_property_blob *blob) in drm_color_lut_size()
|
/linux/security/apparmor/ |
H A D | policy_unpack_test.c | 186 char *blob = NULL; in policy_unpack_test_unpack_blob_with_null_name() local 200 char *blob = NULL; in policy_unpack_test_unpack_blob_with_name() local 214 char *blob = NULL; in policy_unpack_test_unpack_blob_out_of_bounds() local
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | lut.c | 32 nv50_lut_load(struct nv50_lut *lut, int buffer, struct drm_property_blob *blob, in nv50_lut_load()
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | os.h | 12 nvkm_blob_dtor(struct nvkm_blob *blob) in nvkm_blob_dtor()
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 115 u8 *blob; in tpm2_key_decode() local 394 u8 *blob, *pub; in tpm2_load_cmd() local
|
/linux/drivers/staging/media/ipu3/ |
H A D | ipu3-css-fw.c | 247 void *blob = (void *)css->fwp + bi->blob.offset; in imgu_css_fw_init() local
|
/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00debug.c | 581 struct debugfs_blob_wrapper *blob) in rt2x00debug_create_file_driver() 599 struct debugfs_blob_wrapper *blob) in rt2x00debug_create_file_chipset()
|
/linux/arch/powerpc/boot/ |
H A D | libfdt-wrapper.c | 156 void fdt_init(void *blob) in fdt_init()
|
/linux/include/keys/ |
H A D | trusted-type.h | 33 unsigned char blob[MAX_BLOB_SIZE]; member
|
/linux/drivers/tee/amdtee/ |
H A D | call.c | 403 phys_addr_t blob; in handle_load_ta() local
|
/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | firmware.c | 45 const char *name, int ver, struct nvkm_blob *blob) in nvkm_firmware_load_blob()
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | pfunc_core.c | 281 const void *blob = pmf_next_blob(cmd, bytes); in pmf_parser_write_i2c() local 323 const void *blob = pmf_next_blob(cmd, bytes); in pmf_parser_write_cfg() local 366 const void *blob = pmf_next_blob(cmd, bytes); in pmf_parser_write_i2c_sub() local
|