Searched refs:fix (Results 126 - 150 of 224) sorted by relevance

123456789

/linux-master/drivers/video/fbdev/core/
H A Dcfbfillrect.c293 if (p->fix.visual == FB_VISUAL_TRUECOLOR ||
294 p->fix.visual == FB_VISUAL_DIRECTCOLOR )
303 dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp;
332 dst_idx += p->fix.line_length*8;
365 dst_idx += p->fix.line_length*8;
H A Dfbcon_rotate.h19 (fb_scrollmode(s) == SCROLL_REDRAW || fb_scrollmode(s) == SCROLL_MOVE || !(i)->fix.xpanstep) ? \
H A Dsvgalib.c223 int colstride = 1 << (info->fix.type_aux & FB_AUX_TEXT_SVGA_MASK);
260 int colstride = 2 << (info->fix.type_aux & FB_AUX_TEXT_SVGA_MASK);
281 int colstride = 2 << (info->fix.type_aux & FB_AUX_TEXT_SVGA_MASK);
628 struct fb_fix_screeninfo *fix)
639 if (fix != NULL) {
640 fix->type = frm[i].type;
641 fix->type_aux = frm[i].type_aux;
642 fix->visual = frm[i].visual;
643 fix->xpanstep = frm[i].xpanstep;
626 svga_match_format(const struct svga_fb_format *frm, struct fb_var_screeninfo *var, struct fb_fix_screeninfo *fix) argument
/linux-master/drivers/video/fbdev/
H A Dtgafb.c197 if (var->xres * var->yres * (var->bits_per_pixel >> 3) > info->fix.smem_len)
279 info->fix.line_length = par->xres * (par->bits_per_pixel >> 3);
650 line_length = info->fix.line_length;
860 line_length = info->fix.line_length;
946 line_length = info->fix.line_length;
1279 line_length = info->fix.line_length;
1359 strscpy(info->fix.id, tga_type_name, sizeof(info->fix.id));
1361 info->fix.type = FB_TYPE_PACKED_PIXELS;
1362 info->fix
[all...]
H A Dgxt4500.c506 info->fix.line_length = stride * pixsize[pixfmt];
507 info->fix.visual = (pixfmt == DFA_PIX_8BIT)? FB_VISUAL_PSEUDOCOLOR:
655 info->fix = gxt4500_fix;
656 strscpy(info->fix.id, cardinfo[cardtype].cardname,
657 sizeof(info->fix.id));
660 info->fix.mmio_start = reg_phys;
667 info->fix.smem_start = fb_phys;
668 info->fix.smem_len = pci_resource_len(pdev, 1);
677 par->wc_cookie = arch_phys_wc_add(info->fix.smem_start,
678 info->fix
[all...]
H A Dchipsfb.c117 info->fix.line_length = 800*2;
118 info->fix.visual = FB_VISUAL_TRUECOLOR;
133 info->fix.line_length = 800;
134 info->fix.visual = FB_VISUAL_PSEUDOCOLOR;
336 p->fix = chipsfb_fix;
337 p->fix.smem_start = addr;
431 p->node, p->fix.smem_len / 1024);
H A Dhyperv_fb.c328 msg.situ.video_output[0].pitch_bytes = info->fix.line_length;
433 y1 = start / p->fix.line_length;
434 y2 = end / p->fix.line_length;
741 j * info->fix.line_length +
1004 info->fix.smem_start = paddr;
1005 info->fix.smem_len = screen_fb_size;
1048 info->fix.smem_start = par->mem->start;
1049 info->fix.smem_len = dio_fb_size;
1086 hvfb_release_phymem(hdev, info->fix.smem_start,
1157 strcpy(info->fix
[all...]
H A Dpm3fb.c333 info->fix.line_length;
383 u32 color = (info->fix.visual == FB_VISUAL_TRUECOLOR) ?
525 switch (info->fix.visual) {
995 if (lpitch * var->yres_virtual > info->fix.smem_len) {
1057 info->fix.visual =
1059 info->fix.line_length = ((info->var.xres_virtual + 7) >> 3) * bpp;
1113 if (info->fix.visual == FB_VISUAL_TRUECOLOR ||
1114 info->fix.visual == FB_VISUAL_DIRECTCOLOR) {
1134 } else if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR)
1393 info->fix
1471 struct fb_fix_screeninfo *fix = &info->fix; local
[all...]
H A Dudlfb.c309 wrptr = dlfb_set_base8bpp(wrptr, dlfb->info->fix.smem_len);
338 if (size > info->fix.smem_len)
340 if (offset > info->fix.smem_len - size)
343 pos = (unsigned long)info->fix.smem_start + offset;
639 const int line_offset = dlfb->info->fix.line_length * i;
643 (char *) dlfb->info->fix.smem_start,
755 if (dlfb_render_hline(dlfb, &urb, (char *) info->fix.smem_start,
1059 info->fix.line_length = line_length;
1066 for (i = 0; i < info->fix.smem_len / 2; i++)
1132 int start = max((int)(off / info->fix
[all...]
H A Dsm712fb.c989 switch (sfb->fb->fix.visual) {
1042 total_size = info->fix.smem_len;
1105 total_size = info->fix.smem_len;
1276 sfb->fb->fix.visual = FB_VISUAL_TRUECOLOR;
1277 sfb->fb->fix.line_length = sfb->fb->var.xres * 4;
1286 sfb->fb->fix.visual = FB_VISUAL_TRUECOLOR;
1287 sfb->fb->fix.line_length = sfb->fb->var.xres * 3;
1296 sfb->fb->fix.visual = FB_VISUAL_PSEUDOCOLOR;
1297 sfb->fb->fix.line_length = sfb->fb->var.xres;
1307 sfb->fb->fix
[all...]
H A Dmaxinefb.c155 fb_info.fix = maxinefb_fix;
H A Dq40fb.c98 info->fix = q40fb_fix;
H A Dpm2fb.c615 if (lpitch * var->yres_virtual > info->fix.smem_len) {
768 info->fix.visual =
770 info->fix.line_length = info->var.xres * depth / 8;
914 switch (info->fix.visual) {
934 if (info->fix.visual == FB_VISUAL_TRUECOLOR) {
955 } else if (info->fix.visual == FB_VISUAL_PSEUDOCOLOR)
1058 u32 color = (info->fix.visual == FB_VISUAL_TRUECOLOR) ?
1176 switch (info->fix.visual) {
1660 info->fix = pm2fb_fix;
1700 info->fix
1734 struct fb_fix_screeninfo *fix = &info->fix; local
[all...]
H A Dsmscufx.c790 if (size > info->fix.smem_len)
792 if (offset > info->fix.smem_len - size)
795 pos = (unsigned long)info->fix.smem_start + offset;
848 const int line_offset = dev->info->fix.line_length * (y + line);
851 (char *)dev->info->fix.smem_start + byte_offset, width * BPP);
1178 if ((var->xres * var->yres * 2) > info->fix.smem_len)
1205 for (i = 0; i < info->fix.smem_len / 2; i++)
1229 int start = max((int)(off / info->fix.line_length), 0);
1230 int lines = min((u32)((len / info->fix.line_length) + 1), (u32)info->var.yres);
1265 int old_len = info->fix
[all...]
/linux-master/drivers/video/fbdev/i810/
H A Di810_main.c1082 * @fix: pointer to fb_fix_screeninfo
1088 static int encode_fix(struct fb_fix_screeninfo *fix, struct fb_info *info) argument
1092 memset(fix, 0, sizeof(struct fb_fix_screeninfo));
1094 strcpy(fix->id, "I810");
1096 fix->smem_start = par->fb.physical;
1097 fix->smem_len = par->fb.size;
1099 fix->type = FB_TYPE_PACKED_PIXELS;
1100 fix->type_aux = 0;
1101 fix->xpanstep = 8;
1102 fix
[all...]
/linux-master/drivers/video/fbdev/omap/
H A Domapfb_main.c183 offset = var->yoffset * fbi->fix.line_length +
363 * Set fb_info.fix fields and also updates fbdev.
368 struct fb_fix_screeninfo *fix = &fbi->fix; local
379 fix->smem_start = rg->paddr;
380 fix->smem_len = rg->size;
383 fix->smem_start = rg->paddr;
384 fix->smem_len = rg->size;
387 fix->type = FB_TYPE_PACKED_PIXELS;
390 fix
1450 struct fb_fix_screeninfo *fix = &info->fix; local
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_fbdev.c263 info->fix.smem_start = rdev->mc.aper_base + tmp;
264 info->fix.smem_len = radeon_bo_size(rbo);
272 DRM_INFO("fb mappable at 0x%lX\n", info->fix.smem_start);
/linux-master/scripts/
H A DMakefile.lib129 name-fix-token = $(subst $(comma),_,$(subst -,_,$1))
130 name-fix = $(call stringify,$(call name-fix-token,$1))
131 basename_flags = -DKBUILD_BASENAME=$(call name-fix,$(basetarget))
132 modname_flags = -DKBUILD_MODNAME=$(call name-fix,$(modname)) \
133 -D__KBUILD_MODNAME=kmod_$(call name-fix-token,$(modname))
/linux-master/sound/pci/hda/
H A Dpatch_analog.c215 const struct hda_fixup *fix, int action)
229 const struct hda_fixup *fix, int action)
242 const struct hda_fixup *fix, int action)
247 ad1986a_fixup_eapd(codec, fix, action);
553 const struct hda_fixup *fix, int action)
567 const struct hda_fixup *fix, int action)
961 const struct hda_fixup *fix, int action)
985 const struct hda_fixup *fix, int action)
1010 const struct hda_fixup *fix, int action)
214 ad_fixup_inv_jack_detect(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
228 ad1986a_fixup_eapd(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
241 ad1986a_fixup_eapd_mix_in(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
552 ad1981_fixup_hp_eapd(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
566 ad1981_fixup_amp_override(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
960 ad1884_fixup_amp_override(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
984 ad1884_fixup_hp_eapd(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
1009 ad1884_fixup_thinkpad(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
H A Dpatch_conexant.c178 /* fix some headset type recognize fail issue, such as EDIFIER headset */
185 /* fix reboot headset type recognize fail issue */
318 * pin fix-up
354 const struct hda_fixup *fix, int action)
361 const struct hda_fixup *fix, int action)
408 const struct hda_fixup *fix, int action)
429 const struct hda_fixup *fix, int action)
661 const struct hda_fixup *fix, int action)
692 const struct hda_fixup *fix, int action)
708 const struct hda_fixup *fix, in
353 cxt_fixup_stereo_dmic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
360 cxt5066_increase_mic_boost(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
407 cxt_fixup_headphone_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
428 cxt_fixup_headset_mic(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
660 cxt_fixup_olpc_xo(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
691 cxt_fixup_mute_led_eapd(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
707 cxt_fixup_cap_mix_amp(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
721 cxt_fixup_cap_mix_amp_5047(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
731 cxt_fixup_hp_gate_mic_jack(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
802 cxt_fixup_mute_led_gpio(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
809 cxt_fixup_hp_zbook_mute_led(struct hda_codec *codec, const struct hda_fixup *fix, int action) argument
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_fb_helper.c644 u32 line_length = info->fix.line_length;
727 total_size = info->fix.smem_len;
1026 if (info->fix.visual == FB_VISUAL_TRUECOLOR)
1684 info->fix.type = FB_TYPE_PACKED_PIXELS;
1685 info->fix.visual = is_color_indexed ? FB_VISUAL_PSEUDOCOLOR
1687 info->fix.mmio_start = 0;
1688 info->fix.mmio_len = 0;
1689 info->fix.type_aux = 0;
1690 info->fix.xpanstep = 1; /* doing it in hw */
1691 info->fix
[all...]
H A Ddrm_fbdev_dma.c133 info->fix.smem_start = page_to_phys(virt_to_page(info->screen_buffer));
134 info->fix.smem_len = info->screen_size;
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c297 int i, depth = fb_get_color_depth(&info->var, &info->fix);
628 info->fix.visual = (info->var.bits_per_pixel == 8) ?
658 info->fix.line_length = (info->var.xres_virtual *
685 btext_update_display(info->fix.smem_start,
687 info->var.bits_per_pixel, info->fix.line_length);
711 if (regno < 16 && info->fix.visual == FB_VISUAL_DIRECTCOLOR) {
920 total = var->yoffset * info->fix.line_length + var->xoffset;
1158 info->fix.visual = (info->var.bits_per_pixel == 8) ?
1183 info->fix.accel = FB_ACCEL_NV4;
1186 info->fix
[all...]
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c946 vramlen = info->fix.smem_len;
1490 info->fix.line_length = info->var.xres_virtual *
1494 info->fix.visual = FB_VISUAL_PSEUDOCOLOR;
1495 info->fix.xpanstep = 4;
1497 info->fix.visual = FB_VISUAL_TRUECOLOR;
1498 info->fix.xpanstep = 2;
1547 base = (var->yoffset * info->fix.line_length
1739 info->fix.mmio_start = par->mmio.pbase;
1740 info->fix.mmio_len = par->mmio.len;
1786 info->fix
[all...]
/linux-master/drivers/clk/
H A Dclk-fixed-rate.c54 struct clk_fixed_rate *fix = res; local
61 clk_hw_unregister(&fix->hw);

Completed in 200 milliseconds

123456789