Home
last modified time | relevance | path

Searched refs:hf_width (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/usr.sbin/tpctl/
H A Dmain.c273 coords->maxx = fb.conf.hf_width - 1; in do_calibration()
278 xm = fb.conf.hf_width/10; in do_calibration()
282 coords->samples[0].x = fb.conf.hf_width/2; in do_calibration()
294 coords->samples[3].x = fb.conf.hf_width - xm; in do_calibration()
298 coords->samples[4].x = fb.conf.hf_width - xm; in do_calibration()
335 fb.conf.hf_width, in do_calibration()
H A Dfb.c87 fb->conf.hf_width = fbinfo.width; in fb_init()
267 x = fb->conf.hf_width - x - 1; in fb_drawpixel()
271 if (x < 0 || y < 0 || fb->conf.hf_width <= x || fb->conf.hf_height < y) in fb_drawpixel()
/netbsd-src/sys/arch/hpcarm/dev/
H A Dwzero3_lcd.c331 fbconf->hf_width = sc->geometry->panel_width; in wzero3lcd_ioctl()
334 fbconf->hf_bytes_per_line = fbconf->hf_width * in wzero3lcd_ioctl()
337 fbconf->hf_bytes_per_plane = fbconf->hf_width * in wzero3lcd_ioctl()
H A Depsonlcd.c189 fb->hf_width = vc->vc_fbwidth; in epsonlcd_setup_hpcfbif()
H A Dipaq_lcd.c187 fb->hf_width = bootinfo->fb_width; in ipaqlcd_fbinit()
H A Dsed_saip.c216 fb->hf_width = bootinfo->fb_width; in sed1356_init()
/netbsd-src/sys/arch/hpcmips/dev/
H A Dmq200.c188 sc->sc_fbconf.hf_width, sc->sc_fbconf.hf_height, in mq200_attach()
193 sc->sc_fbconf.hf_width, sc->sc_fbconf.hf_height, in mq200_attach()
352 fb->hf_width = bootinfo->fb_width; in mq200_fbinit()
H A Dplumvideo.c252 fb->hf_width = width; in plumvideo_hpcfbinit()
H A Dite8181.c531 fb->hf_width = bootinfo->fb_width; in ite8181_fbinit()
/netbsd-src/sys/dev/hpc/
H A Dhpcfbio.h120 short hf_width; /* how many pixels in a line */ member
H A Dbivideo.c234 fb->hf_width = bootinfo->fb_width; in bivideo_init()
H A Dhpcfb.c443 ri->ri_width = fbconf->hf_width; in hpcfb_init()
/netbsd-src/sys/arch/zaurus/dev/
H A Dzlcd.c237 fbconf->hf_width = sc->geometry->panel_width; in lcd_ioctl()
H A Dw100lcd.c224 fbconf->hf_width = sc->display_width; in w100lcd_ioctl()
/netbsd-src/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461video.c347 fb->hf_width = width; in hd64461video_setup_hpcfbif()
892 sc->sc_font.cw = hvc->hf.hf_width / w; in hd64461video_font_set_attr()
/netbsd-src/sys/arch/hpcmips/tx/
H A Dtx3912video.c253 fb->hf_width = chip->vc_fbwidth; in tx3912video_hpcfbinit()
/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c24x0_lcd.c679 fbconf->hf_width = sc->panel_info->panel_width; in s3c24x0_lcd_ioctl()