Searched refs:image (Results 101 - 125 of 319) sorted by relevance

1234567891011>>

/linux-master/arch/xtensa/boot/boot-redboot/
H A DMakefile17 --add-section image=$< \
18 --set-section-flags image=contents,alloc,load,load,data \
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcurs507a.c82 u32 offset = asyw->image.offset[0];
119 if (asyw->image.w != asyw->state.crtc_w) {
129 if (asyw->image.pitch[0] != asyw->image.w * fb->format->cpp[0]) {
131 "%s: invalid cursor image pitch: image must be packed (pitch = %d, width = %d)\n",
132 wndw->plane.name, asyw->image.pitch[0], asyw->image.w);
139 "%s: invalid cursor image size: unsupported size %dx%d\n",
140 wndw->plane.name, asyw->image
[all...]
H A Dbase507c.c75 NVVAL(NV507C, SET_PRESENT_CONTROL, BEGIN_MODE, asyw->image.mode) |
76 NVVAL(NV507C, SET_PRESENT_CONTROL, MIN_PRESENT_INTERVAL, asyw->image.interval));
78 PUSH_MTHD(push, NV507C, SET_CONTEXT_DMA_ISO, asyw->image.handle[0]);
80 if (asyw->image.format == NV507C_SURFACE_SET_PARAMS_FORMAT_RF16_GF16_BF16_AF16) {
96 PUSH_MTHD(push, NV507C, SURFACE_SET_OFFSET(0, 0), asyw->image.offset[0] >> 8);
99 NVVAL(NV507C, SURFACE_SET_SIZE, WIDTH, asyw->image.w) |
100 NVVAL(NV507C, SURFACE_SET_SIZE, HEIGHT, asyw->image.h),
103 NVVAL(NV507C, SURFACE_SET_STORAGE, MEMORY_LAYOUT, asyw->image.layout) |
104 NVVAL(NV507C, SURFACE_SET_STORAGE, PITCH, asyw->image.pitch[0] >> 8) |
105 NVVAL(NV507C, SURFACE_SET_STORAGE, PITCH, asyw->image
[all...]
H A Dwndwc37e.c166 NVVAL(NVC37E, SET_PRESENT_CONTROL, MIN_PRESENT_INTERVAL, asyw->image.interval) |
167 NVVAL(NVC37E, SET_PRESENT_CONTROL, BEGIN_MODE, asyw->image.mode) |
171 NVVAL(NVC37E, SET_SIZE, WIDTH, asyw->image.w) |
172 NVVAL(NVC37E, SET_SIZE, HEIGHT, asyw->image.h),
175 NVVAL(NVC37E, SET_STORAGE, BLOCK_HEIGHT, asyw->image.blockh) |
176 NVVAL(NVC37E, SET_STORAGE, MEMORY_LAYOUT, asyw->image.layout),
179 NVVAL(NVC37E, SET_PARAMS, FORMAT, asyw->image.format) |
180 NVVAL(NVC37E, SET_PARAMS, COLOR_SPACE, asyw->image.colorspace) |
189 NVVAL(NVC37E, SET_PLANAR_STORAGE, PITCH, asyw->image.blocks[0]) |
190 NVVAL(NVC37E, SET_PLANAR_STORAGE, PITCH, asyw->image
[all...]
/linux-master/include/linux/
H A Dima.h34 extern void ima_add_kexec_buffer(struct kimage *image);
89 static inline void ima_add_kexec_buffer(struct kimage *image) argument
/linux-master/drivers/video/fbdev/i810/
H A Di810_accel.c223 * @src: address of image data
367 void i810fb_imageblit(struct fb_info *info, const struct fb_image *image) argument
373 par->depth == 4 || image->depth != 1) {
374 cfb_imageblit(info, image);
380 fg = image->fg_color;
381 bg = image->bg_color;
385 fg = ((u32 *)(info->pseudo_palette))[image->fg_color];
386 bg = ((u32 *)(info->pseudo_palette))[image->bg_color];
390 dst = info->fix.smem_start + (image->dy * info->fix.line_length) +
391 (image
[all...]
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub.c113 efi_status_t efi_handle_cmdline(efi_loaded_image_t *image, char **cmdline_ptr) argument
124 cmdline = efi_convert_cmdline(image, &cmdline_size);
157 efi_loaded_image_t *image,
175 efi_load_initrd(image, ULONG_MAX, efi_get_max_initrd_addr(image_addr),
186 status = efi_boot_kernel(handle, image, image_addr, cmdline_ptr);
156 efi_stub_common(efi_handle_t handle, efi_loaded_image_t *image, unsigned long image_addr, char *cmdline_ptr) argument
H A Driscv-stub.c18 * kernel proper via the image header, as the PE/COFF header is
19 * strictly not part of the in-memory presentation of the image, only
21 * actual entrypoint in the .text region of the image.
30 efi_loaded_image_t *image,
26 handle_kernel_image(unsigned long *image_addr, unsigned long *image_size, unsigned long *reserve_addr, unsigned long *reserve_size, efi_loaded_image_t *image, efi_handle_t image_handle) argument
/linux-master/scripts/package/debian/
H A Drules28 binary-targets := $(addprefix binary-, image image-dbg headers libc-dev)
31 image-package = $(filter linux-image-% user-%, $(filter-out %-dbg, $(all-packages)))
32 image-dbg-package = $(filter %-dbg, $(all-packages))
/linux-master/drivers/soc/ixp4xx/
H A Dixp4xx-npe.c525 } *image; local
544 image = (struct dl_image*)fw_entry->data;
548 image->magic, image->id, image->size, image->size * 4);
551 if (image->magic == swab32(FW_MAGIC)) { /* swapped file */
552 image->id = swab32(image->id);
553 image
[all...]
/linux-master/drivers/misc/mei/
H A Dvsc-fw-loader.c77 /* image type */
88 /* image fragments */
188 __u8 image[]; member in struct:vsc_fw_sign
194 /* image type */
209 * @csi: CSI image
210 * @ace: ACE image
211 * @cfg: config image
215 * @count: total image count
217 * @frags: image fragments
249 /* get sensor name to construct image nam
370 const struct firmware *image; local
452 const struct firmware *image; local
536 const struct firmware *image; local
[all...]
/linux-master/sound/sparc/
H A Dcs4231.c108 unsigned char image[32]; /* registers image */ member in struct:snd_cs4231
308 unsigned char tmp = (chip->image[reg] & mask) | value;
310 chip->image[reg] = tmp;
319 chip->image[reg] = value;
500 chip->image[CS4231_IFACE_CTRL] |= what;
503 chip->image[CS4231_IFACE_CTRL] &= ~what;
506 chip->image[CS4231_IFACE_CTRL]);
573 chip->image[CS4231_LEFT_INPUT]);
575 chip->image[CS4231_RIGHT_INPU
[all...]
/linux-master/drivers/staging/vme_user/
H A Dvme_fake.c154 static int fake_slave_set(struct vme_slave_resource *image, int enabled, argument
163 fake_bridge = image->parent;
166 i = image->number;
206 mutex_lock(&image->mtx);
215 mutex_unlock(&image->mtx);
223 static int fake_slave_get(struct vme_slave_resource *image, int *enabled, argument
230 bridge = image->parent->driver_priv;
232 i = image->number;
234 mutex_lock(&image->mtx);
243 mutex_unlock(&image
251 fake_master_set(struct vme_master_resource *image, int enabled, unsigned long long vme_base, unsigned long long size, u32 aspace, u32 cycle, u32 dwidth) argument
337 __fake_master_get(struct vme_master_resource *image, int *enabled, unsigned long long *vme_base, unsigned long long *size, u32 *aspace, u32 *cycle, u32 *dwidth) argument
358 fake_master_get(struct vme_master_resource *image, int *enabled, unsigned long long *vme_base, unsigned long long *size, u32 *aspace, u32 *cycle, u32 *dwidth) argument
512 fake_master_read(struct vme_master_resource *image, void *buf, size_t count, loff_t offset) argument
700 fake_master_write(struct vme_master_resource *image, void *buf, size_t count, loff_t offset) argument
801 fake_master_rmw(struct vme_master_resource *image, unsigned int mask, unsigned int compare, unsigned int swap, loff_t offset) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dbase.c29 #include <subdev/bios/image.h>
155 struct nvbios_image image; local
170 if (nvbios_image(bios, idx++, &image)) {
171 bios->image0_size = image.size;
172 while (nvbios_image(bios, idx++, &image)) {
173 if (image.type == 0xe0) {
174 bios->imaged_addr = image.base;
/linux-master/net/bpf/
H A Dbpf_dummy_struct_ops.c70 static int dummy_ops_call_op(void *image, struct bpf_dummy_ops_test_args *args) argument
72 dummy_ops_test_ret_fn test = (void *)image + cfi_get_offset();
92 void *image = NULL; local
131 &image, &image_off,
136 arch_protect_bpf_trampoline(image, PAGE_SIZE);
137 prog_ret = dummy_ops_call_op(image, args);
146 bpf_struct_ops_image_free(image);
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c115 if (fbcursor->image.width > cursor->max_w ||
116 fbcursor->image.height > cursor->max_h ||
117 fbcursor->image.depth > 1) {
124 fbcursor->image.width,
125 fbcursor->image.height);
129 fbcursor->image.dx - info->var.xoffset,
130 fbcursor->image.dy - info->var.yoffset);
136 fg = ((info->cmap.red[fbcursor->image.fg_color] & 0xf800)) |
137 ((info->cmap.green[fbcursor->image.fg_color] & 0xfc00) >> 5) |
138 ((info->cmap.blue[fbcursor->image
236 lynxfb_ops_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
/linux-master/kernel/bpf/
H A Dtrampoline.c257 arch_free_bpf_trampoline(im->image, im->size);
306 /* The trampoline image that calls original function is using:
356 void *image; local
369 im->image = image = arch_alloc_bpf_trampoline(size);
370 if (!image)
380 bpf_image_ksym_add(image, size, ksym);
384 arch_free_bpf_trampoline(im->image, im->size);
406 err = unregister_fentry(tr, tr->cur_image->image);
453 err = arch_prepare_bpf_trampoline(im, im->image, i
1046 arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, void *image, void *image_end, const struct btf_func_model *m, u32 flags, struct bpf_tramp_links *tlinks, void *func_addr) argument
1056 void *image; local
1066 arch_free_bpf_trampoline(void *image, unsigned int size) argument
1075 arch_protect_bpf_trampoline(void *image, unsigned int size) argument
1081 arch_unprotect_bpf_trampoline(void *image, unsigned int size) argument
[all...]
/linux-master/drivers/video/fbdev/
H A Dvga16fb.c1132 static void vga_8planes_imageblit(struct fb_info *info, const struct fb_image *image) argument
1139 const unsigned char *cdat = image->data;
1140 u32 dx = image->dx;
1145 where = info->screen_base + dx + image->dy * info->fix.line_length;
1148 writeb(image->bg_color, where);
1151 setmask(image->fg_color ^ image->bg_color);
1154 for (y = 0; y < image->height; y++, where += info->fix.line_length)
1163 static void vga_imageblit_expand(struct fb_info *info, const struct fb_image *image) argument
1165 char __iomem *where = info->screen_base + (image
1227 vga_imageblit_color(struct fb_info *info, const struct fb_image *image) argument
1272 vga16fb_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
H A Dvt8623fb.c135 /* image data is MSB-first, fb structure is MSB-first too */
142 static void vt8623fb_iplan_imageblit(struct fb_info *info, const struct fb_image *image) argument
144 u32 fg = expand_color(image->fg_color);
145 u32 bg = expand_color(image->bg_color);
152 src1 = image->data;
153 dst1 = info->screen_base + (image->dy * info->fix.line_length)
154 + ((image->dx / 8) * 4);
156 for (y = 0; y < image->height; y++) {
159 for (x = 0; x < image->width; x += 8) {
164 src1 += image
198 vt8623fb_cfb4_imageblit(struct fb_info *info, const struct fb_image *image) argument
225 vt8623fb_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
/linux-master/drivers/gpu/ipu-v3/
H A DMakefile6 ipu-image-convert.o ipu-smfc.o ipu-vdi.o
H A Dipu-image-convert.c5 * Queued image conversion support, with tiling and rotation.
12 #include <video/imx-ipu-image-convert.h>
21 * The image converter attempts to split up a conversion when
62 * output image. Tiles are numbered row major from top left to bottom
63 * right for both input and output image.
160 /* Source/destination image data and rotation mode */
187 /* where to place converted tile in dest image */
484 * Rotation and image offsets are out of scope.
490 * alignment, or pixel alignment due to image format
492 * alignment, or pixel alignment due to image forma
854 calc_tile_dimensions(struct ipu_image_convert_ctx *ctx, struct ipu_image_convert_image *image) argument
984 calc_tile_offsets_planar(struct ipu_image_convert_ctx *ctx, struct ipu_image_convert_image *image) argument
1046 calc_tile_offsets_packed(struct ipu_image_convert_ctx *ctx, struct ipu_image_convert_image *image) argument
1088 calc_tile_offsets(struct ipu_image_convert_ctx *ctx, struct ipu_image_convert_image *image) argument
1289 init_idmac_channel(struct ipu_image_convert_ctx *ctx, struct ipuv3_channel *channel, struct ipu_image_convert_image *image, enum ipu_rotate_mode rot_mode, bool rot_swap_width_height, unsigned int tile) argument
1921 fill_image(struct ipu_image_convert_ctx *ctx, struct ipu_image_convert_image *ic_image, struct ipu_image *image, enum ipu_image_convert_type type) argument
[all...]
/linux-master/arch/arm64/kernel/
H A Dimage.h14 #include <asm/image.h>
/linux-master/arch/riscv/include/asm/
H A Dkexec.h68 int arch_kimage_file_post_load_cleanup(struct kimage *image);
/linux-master/drivers/usb/
H A DMakefile49 obj-$(CONFIG_USB_MDC800) += image/
50 obj-$(CONFIG_USB_MICROTEK) += image/
/linux-master/arch/x86/entry/vdso/
H A DMakefile39 obj-$(CONFIG_X86_64) += vdso-image-64.o
40 obj-$(CONFIG_X86_X32_ABI) += vdso-image-x32.o
41 obj-$(CONFIG_COMPAT_32) += vdso-image-32.o vdso32-setup.o
43 OBJECT_FILES_NON_STANDARD_vdso-image-32.o := n
44 OBJECT_FILES_NON_STANDARD_vdso-image-x32.o := n
45 OBJECT_FILES_NON_STANDARD_vdso-image-64.o := n
56 targets += $(foreach x, 64 x32 32, vdso-image-$(x).c vdso$(x).so vdso$(x).so.dbg)
72 $(obj)/vdso-image-%.c: $(obj)/vdso%.so.dbg $(obj)/vdso%.so $(obj)/vdso2c FORCE
105 # Build x32 vDSO image:
108 # 3. Build x32 VDSO image wit
[all...]

Completed in 204 milliseconds

1234567891011>>