Home
last modified time | relevance | path

Searched defs:blob (Results 1 – 25 of 56) sorted by relevance

123

/drivers/gpu/drm/
Ddrm_property.c529 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 …]
Ddrm_plane.c177 formats_ptr(struct drm_format_modifier_blob *blob) in formats_ptr()
183 modifiers_ptr(struct drm_format_modifier_blob *blob) in modifiers_ptr()
191 struct drm_property_blob *blob; in create_in_format_blob() local
1778 struct drm_property_blob *blob; in drm_plane_add_size_hints_property() local
Ddrm_atomic_uapi.c80 struct drm_property_blob *blob; in drm_atomic_set_mode_for_crtc() local
121 struct drm_property_blob *blob) in drm_atomic_set_mode_prop_for_crtc()
/drivers/gpu/drm/i915/display/
Dintel_color.c1151 struct drm_property_blob *blob; in create_linear_lut() local
1218 const struct drm_property_blob *blob) in i9xx_load_lut_8()
1236 const struct drm_property_blob *blob) in i9xx_load_lut_10()
1272 const struct drm_property_blob *blob) in i965_load_lut_10p6()
1323 const struct drm_property_blob *blob) in ilk_load_lut_8()
1362 const struct drm_property_blob *blob) in ilk_load_lut_10()
1378 const struct drm_property_blob *blob = post_csc_lut ?: pre_csc_lut; in ilk_load_luts() local
1407 const struct drm_property_blob *blob, in ivb_load_lut_10()
1432 const struct drm_property_blob *blob, in bdw_load_lut_10()
1484 const struct drm_property_blob *blob = post_csc_lut ?: pre_csc_lut; in ivb_load_luts() local
[all …]
/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgk20a.c37 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
Dga102.c241 ga102_gr_av64_to_init(struct nvkm_blob *blob, struct gf100_gr_pack **ppack) in ga102_gr_av64_to_init()
293 struct nvkm_blob blob = { in ga102_gr_load() local
Dtu102.c206 tu102_gr_av_to_init_veid(struct nvkm_blob *blob, struct gf100_gr_pack **ppack) in tu102_gr_av_to_init_veid()
/drivers/of/
Dfdt.c68 bool of_fdt_device_is_available(const void *blob, unsigned long node) in of_fdt_device_is_available()
93 static void populate_properties(const void *blob, in populate_properties()
190 static int populate_node(const void *blob, in populate_node()
269 static int unflatten_dt_nodes(const void *blob, in unflatten_dt_nodes()
350 void *__unflatten_device_tree(const void *blob, in __unflatten_device_tree()
439 void *of_fdt_unflatten_tree(const unsigned long *blob, in of_fdt_unflatten_tree()
550 const void *blob = initial_boot_params; in of_scan_flat_dt() local
581 const void *blob = initial_boot_params; in of_scan_flat_dt_subnodes() local
639 static int of_fdt_is_compatible(const void *blob, in of_fdt_is_compatible()
Dfdt_address.c48 static void __init fdt_bus_default_count_cells(const void *blob, int parentoffset, in fdt_bus_default_count_cells()
109 static int __init fdt_translate_one(const void *blob, int parent, in fdt_translate_one()
163 static u64 __init fdt_translate_address(const void *blob, int node_offset) in fdt_translate_address()
/drivers/media/test-drivers/visl/
Dvisl-debugfs.c43 struct visl_blob *blob; in visl_trace_bitstream() local
82 struct visl_blob *blob; in visl_debugfs_clear_bitstream() local
/drivers/staging/media/atomisp/pci/
Dsh_css_firmware.c111 const unsigned char *blob; in sh_css_load_blob_info() local
379 sh_css_load_blob(const unsigned char *blob, unsigned int size) in sh_css_load_blob()
/drivers/gpu/drm/nouveau/nvkm/falcon/
Dfw.c217 const struct firmware *blob; in nvkm_falcon_fw_ctor_hs() local
313 const struct firmware *blob; in nvkm_falcon_fw_ctor_hs_v2() local
/drivers/ata/
Dpata_octeon_cf.c381 u16 blob; in octeon_cf_tf_read16() local
425 u16 blob; in octeon_cf_check_status16() local
502 u16 blob = 0; in octeon_cf_exec_command16() local
/drivers/gpu/drm/nouveau/dispnv50/
Dlut.c32 nv50_lut_load(struct nv50_lut *lut, int buffer, struct drm_property_blob *blob, in nv50_lut_load()
/drivers/gpu/drm/nouveau/include/nvkm/core/
Dos.h12 nvkm_blob_dtor(struct nvkm_blob *blob) in nvkm_blob_dtor()
/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_firmware.c90 static bool _rtl92e_fw_prepare(struct net_device *dev, struct rt_fw_blob *blob, in _rtl92e_fw_prepare()
/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
Dtu102.c31 tu102_gsp_booter_ctor(struct nvkm_gsp *gsp, const char *name, const struct firmware *blob, in tu102_gsp_booter_ctor()
Dga102.c42 ga102_gsp_booter_ctor(struct nvkm_gsp *gsp, const char *name, const struct firmware *blob, in ga102_gsp_booter_ctor()
/drivers/staging/media/ipu3/
Dipu3-css-fw.c247 void *blob = (void *)css->fwp + bi->blob.offset; in imgu_css_fw_init() local
/drivers/gpu/drm/virtio/
Dvirtgpu_prime.c112 bool blob = bo->host3d_blob || bo->guest_blob; in virtgpu_gem_prime_export() local
/drivers/net/wireless/ralink/rt2x00/
Drt2x00debug.c581 struct debugfs_blob_wrapper *blob) in rt2x00debug_create_file_driver()
599 struct debugfs_blob_wrapper *blob) in rt2x00debug_create_file_chipset()
/drivers/tee/amdtee/
Dcall.c403 phys_addr_t blob; in handle_load_ta() local
/drivers/gpu/drm/xe/
Dxe_devcoredump.c353 const void *blob, size_t offset, size_t size) in xe_print_blob_ascii85()
/drivers/gpu/drm/nouveau/nvkm/core/
Dfirmware.c45 const char *name, int ver, struct nvkm_blob *blob) in nvkm_firmware_load_blob()
/drivers/gpu/drm/mediatek/
Dmtk_disp_ccorr.c107 struct drm_property_blob *blob = state->ctm; in mtk_ccorr_ctm_set() local

123