Searched refs:image (Results 1 - 25 of 319) sorted by path

1234567891011>>

/linux-master/arch/m68k/include/asm/
H A Dfbio.h107 char __user *image; /* cursor image bits */ member in struct:fbcursor
323 u32 image; /* cursor image bits */ member in struct:fbcursor32
/linux-master/arch/parisc/
H A Ddefpalo.conf13 # (Edit the ramdisk image name!!!!)
14 --ramdisk=ram-disk-image-file
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S125 .long 0 ! address of loaded ramdisk image
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S91 ! - call swsusp_save write suspend image
/linux-master/arch/sparc/include/asm/
H A Dfbio.h67 u32 image; /* cursor image bits */ member in struct:fbcursor32
/linux-master/arch/sparc/include/uapi/asm/
H A Dfbio.h104 char __user *image; /* cursor image bits */ member in struct:fbcursor
/linux-master/arch/xtensa/boot/boot-elf/
H A Dboot.lds.S23 .image KERNELOFFSET: AT (CONFIG_KERNEL_LOAD_ADDRESS)
26 *(image)
31 .bss ((LOADADDR(.image) + SIZEOF(.image) + 3) & ~ 3):
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dimage.c25 #include <subdev/bios/image.h>
30 nvbios_imagen(struct nvkm_bios *bios, struct nvbios_image *image) argument
39 switch ((data = nvbios_rd16(bios, image->base + 0x00))) {
46 image->base, data);
50 if (!(data = nvbios_pcirTp(bios, image->base, &ver, &hdr, &pcir)))
52 image->size = pcir.image_size;
53 image->type = pcir.image_type;
54 image->last = pcir.last;
56 if (image->type != 0x70) {
57 if (!(data = nvbios_npdeTp(bios, image
69 nvbios_image(struct nvkm_bios *bios, int idx, struct nvbios_image *image) argument
[all...]
/linux-master/drivers/gpu/ipu-v3/
H A DMakefile6 ipu-image-convert.o ipu-smfc.o ipu-vdi.o
/linux-master/drivers/media/usb/gspca/
H A Dpac7311.c40 * Note setting vflip disabled leads to a much lower image quality,
515 /* 2 bytes is placed here: number of image lines */
521 0x03, /* Number of image components: 3 */
561 u8 *image; local
571 * image, the 14th and 15th byte after the EOF seem to
572 * correspond to the center of the image.
585 image = gspca_dev->image;
586 if (image != NULL
587 && image[gspca_de
[all...]
/linux-master/drivers/net/ethernet/dlink/
H A Ddl2k.h283 u16 image;
/linux-master/drivers/scsi/cxlflash/
H A Dbackend.h33 void (*perst_reloads_same_image)(void *afu_cookie, bool image);
H A Dcxl_hw.c89 static void cxlflash_perst_reloads_same_image(void *afu_cookie, bool image) argument
91 cxl_perst_reloads_same_image(afu_cookie, image);
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_accel.c287 void atyfb_imageblit(struct fb_info *info, const struct fb_image *image) argument
290 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width;
295 if (!image->width || !image->height)
298 (image->depth != 1 && info->var.bits_per_pixel != image->depth)) {
299 cfb_imageblit(info, image);
305 switch (image
[all...]
H A Dradeon_accel.c172 void radeonfb_imageblit(struct fb_info *info, const struct fb_image *image) argument
180 cfb_imageblit(info, image);
/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...]
H A Di810_main.h31 extern void i810fb_imageblit(struct fb_info *p, const struct fb_image *image);
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c353 const struct fb_image *image)
357 u32 dsize, width, *data = (u32 *) image->data, tmp;
360 width = (image->width + 31) & ~31;
361 dsize = (width * image->height) >> 5;
364 fg = image->fg_color | mask;
365 bg = image->bg_color | mask;
367 fg = ((u32 *) info->pseudo_palette)[image->fg_color] | mask;
368 bg = ((u32 *) info->pseudo_palette)[image->bg_color] | mask;
372 NVDmaNext(par, (image->dy << 16) | (image
352 nvidiafb_mono_color_expand(struct fb_info *info, const struct fb_image *image) argument
407 nvidiafb_imageblit(struct fb_info *info, const struct fb_image *image) argument
[all...]
H A Dnv_proto.h56 const struct fb_image *image);
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c92 void savagefb_imageblit(struct fb_info *info, const struct fb_image *image) argument
97 u32 *src = (u32 *) image->data;
99 if (!image->width || !image->height)
102 if (image->depth != 1) {
103 cfb_imageblit(info, image);
108 fg = image->fg_color;
109 bg = image->bg_color;
111 fg = ((u32 *)info->pseudo_palette)[image->fg_color];
112 bg = ((u32 *)info->pseudo_palette)[image
[all...]
/linux-master/include/sound/
H A Dad1816a.h139 unsigned short image[48]; member in struct:snd_ad1816a
H A Dwss.h87 unsigned char image[32]; /* registers image */ member in struct:snd_wss
88 unsigned char eimage[32]; /* extended registers image */
89 unsigned char cimage[16]; /* control registers image */
/linux-master/include/uapi/drm/
H A Dradeon_drm.h680 int width; /* Texture image coordinates */
682 drm_radeon_tex_image_t __user *image; member in struct:drm_radeon_texture
/linux-master/tools/testing/ktest/examples/
H A Dsnowball.conf52 TARGET_IMAGE = /var/lib/tftpboot/snowball-image
/linux-master/Documentation/sphinx/
H A Dkfigure.py4 scalable figure and image handling
7 Sphinx extension which implements scalable image handling.
12 The build for image formats depend on image's source format and output's
13 destination format. This extension implement methods to simplify image
19 * ``.. kernel-image``: for image handling / a ``.. image::`` replacement
129 # image handling
130 app.add_directive("kernel-image", KernelImag
[all...]

Completed in 240 milliseconds

1234567891011>>