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

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dffb.c550 * Copies a image from system memory to the screen.
553 * @image: structure defining the image.
555 static void ffb_imageblit(struct fb_info *info, const struct fb_image *image) argument
559 const u8 *data = image->data;
565 if (image->depth > 1) {
566 cfb_imageblit(info, image);
570 fg = ((u32 *)info->pseudo_palette)[image->fg_color];
571 bg = ((u32 *)info->pseudo_palette)[image->bg_color];
573 xy = (image
[all...]
H A Darcfb.c389 static void arcfb_imageblit(struct fb_info *info, const struct fb_image *image) argument
393 sys_imageblit(info, image);
396 arcfb_lcd_update(par, image->dx, image->dy, image->width,
397 image->height);
H A Dsbuslib.c233 u32 image; /* cursor image bits */ member in struct:fbcursor32
259 ret |= get_user(addr, &argp->image);
260 ret |= put_user(compat_ptr(addr), &p->image);
H A Dsm501fb.c946 if (cursor->image.width > 64)
949 if (cursor->image.height > 64)
952 if (cursor->image.depth > 1)
964 unsigned int x = cursor->image.dx;
965 unsigned int y = cursor->image.dy;
972 //y += cursor->image.height;
978 unsigned int bg_col = cursor->image.bg_color;
979 unsigned int fg_col = cursor->image.fg_color;
1005 const unsigned char *pcol = cursor->image.data;
1013 __func__, cursor->image
[all...]
H A Datafb.c100 static void atafb_imageblit(struct fb_info *info, const struct fb_image *image);
310 * * Draws a image to the display *
311 * void (*fb_imageblit) (struct fb_info *info, const struct fb_image *image);
2507 * generic drawing routines; imageblit needs updating for image depth > 1
2601 static void atafb_imageblit(struct fb_info *info, const struct fb_image *image) argument
2615 x2 = image->dx + image->width;
2616 y2 = image->dy + image->height;
2617 dx = image
[all...]
H A Dsunxvr500.c133 static void e3d_imageblit(struct fb_info *info, const struct fb_image *image) argument
139 cfb_imageblit(info, image);
141 cfb_imageblit(info, image);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_core.c415 /* check the length of boot image */
437 unsigned char *image = boot->data + i; local
442 vx_outb(chip, TXH, image[0]);
443 vx_outb(chip, TXM, image[1]);
444 vx_outb(chip, TXL, image[2]);
644 * snd_vx_dsp_load - load the DSP image
651 unsigned char *image, *cptr; local
659 image = dsp->data + i;
665 cptr = image;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/rw4/
H A Drw4_init.S57 mtdcr pb0pesr,r10 # to load RAM image via RiscWatch
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/
H A DMakefile66 image tftpboot.img vmlinux.aout: vmlinux
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_proto.h63 const struct fb_image *image);
H A Dnvidia.c543 if (cursor->image.width > MAX_CURS || cursor->image.height > MAX_CURS)
559 yy = cursor->image.dy - info->var.yoffset;
560 xx = cursor->image.dx - info->var.xoffset;
568 u32 bg_idx = cursor->image.bg_color;
569 u32 fg_idx = cursor->image.fg_color;
570 u32 s_pitch = (cursor->image.width + 7) >> 3;
572 u8 *dat = (u8 *) cursor->image.data;
576 src = kmalloc(s_pitch * cursor->image.height, GFP_ATOMIC);
581 for (i = 0; i < s_pitch * cursor->image
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/vx/
H A Dvxp_ops.c146 * vx_load_xilinx_binary - load the xilinx binary image
147 * the binary image is the binary array converted from the bitstream file.
155 unsigned char *image; local
176 image = fw->data;
177 for (i = 0; i < fw->size; i++, image++) {
178 data = *image;
260 /* xilinx image */
266 /* DSP image */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A DMakefile11 # ROOT_DEV specifies the default root-device when making the image.
47 $(call if_changed,image)
121 mkisofs -J -r -o $(obj)/image.iso -b isolinux.bin -c boot.cat \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A DMakefile11 # ROOT_DEV specifies the default root-device when making the image.
49 $(call if_changed,image)
123 mkisofs -J -r -o $(obj)/image.iso -b isolinux.bin -c boot.cat \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/usb/usx2y/
H A DusX2Yhwdep.c220 if (access_ok(VERIFY_READ, dsp->image, dsp->length)) {
225 if (copy_from_user(buf, dsp->image, dsp->length)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dmin_osl.h215 #define osl_os_get_image_block(buf, len, image) 0
216 #define osl_os_close_image(image) do {} while (0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-mp3.c44 id3_byte_t const *image; local
81 if( (strcmp((char*)id3_field_getlatin1(&pid3frame->fields[1]), "image/jpeg") == 0) ||
84 image = id3_field_getbinarydata(&pid3frame->fields[4], &image_size);
87 psong->image = malloc(image_size);
88 memcpy(psong->image, image, image_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-mp3.c43 id3_byte_t const *image; local
80 if( (strcmp((char*)id3_field_getlatin1(&pid3frame->fields[1]), "image/jpeg") == 0) ||
81 (strcmp((char*)id3_field_getlatin1(&pid3frame->fields[1]), "image/jpg") == 0) ||
84 image = id3_field_getbinarydata(&pid3frame->fields[4], &image_size);
87 psong->image = malloc(image_size);
88 memcpy(psong->image, image, image_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-mp3.c44 id3_byte_t const *image; local
81 if( (strcmp((char*)id3_field_getlatin1(&pid3frame->fields[1]), "image/jpeg") == 0) ||
84 image = id3_field_getbinarydata(&pid3frame->fields[4], &image_size);
87 psong->image = malloc(image_size);
88 memcpy(psong->image, image, image_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Drrunner.c1591 unsigned char *image, *oldimage; local
1604 image = kmalloc(EEPROM_WORDS * sizeof(u32), GFP_KERNEL);
1605 if (!image){
1607 "for EEPROM image\n", dev->name);
1619 i = rr_read_eeprom(rrpriv, 0, image, EEPROM_BYTES);
1627 error = copy_to_user(rq->ifr_data, image, EEPROM_BYTES);
1631 kfree(image);
1639 image = kmalloc(EEPROM_WORDS * sizeof(u32), GFP_KERNEL);
1641 if (!image || !oldimage) {
1643 "for EEPROM image\
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Dswap.c4 * This file provides functions for reading the suspend image from
37 sector_t image; member in struct:swsusp_header
150 swsusp_header->image = start;
165 static int swsusp_swap_check(void) /* This is called before saving image */
310 * save_image - save the suspend image data
326 printk("Saving image data pages (%u pages) ... ", nr_to_write);
356 * enough_swap - Make sure we have enough swap to save the image.
371 * swsusp_write - Write entire image and metadata.
490 * load_image - load the image using the swap map handle
507 printk("Loading image dat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbdbread.mak10 # all - make .elf and .mod image files (default)
11 # clean - delete object directory and image files
43 EXETYPE = elf # Target image file format
68 HEXTOOL = $(ARMBIN)\fromelf # ARM ADS utility to create hex file from image
140 ROPILINK = -ropi #Link image as Read-Only Position Independent
177 # The object subdirectory, target image file, and target hex file are deleted.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dkvm.h654 static inline void fx_save(void *image) argument
656 asm ("fxsave (%0)":: "r" (image));
659 static inline void fx_restore(void *image) argument
661 asm ("fxrstor (%0)":: "r" (image));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boot/compressed/
H A Dhead.S119 .long 0 ! address of loaded ramdisk image
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/
H A DMakefile114 echo '* bzImage - Compressed kernel image (arch/$(ARCH)/boot/bzImage)'
120 echo ' fdimage - Create a boot floppy image'
121 echo ' isoimage - Create a boot CD-ROM image'
125 arch/$(ARCH)/boot/image.iso \

Completed in 156 milliseconds

123456789