Home
last modified time | relevance | path

Searched refs:fbconf (Results 1 – 13 of 13) sorted by relevance

/netbsd/sys/arch/zaurus/dev/
H A Dw100lcd.c199 struct hpcfb_fbconf *fbconf; in w100lcd_ioctl() local
217 fbconf->hf_conf_index = 0; in w100lcd_ioctl()
218 fbconf->hf_nconfs = 1; in w100lcd_ioctl()
221 sizeof(fbconf->hf_name)); in w100lcd_ioctl()
227 fbconf->hf_offset = 0; in w100lcd_ioctl()
230 fbconf->hf_nplanes = 1; in w100lcd_ioctl()
236 fbconf->hf_access_flags = (0 in w100lcd_ioctl()
240 fbconf->hf_order_flags = 0; in w100lcd_ioctl()
241 fbconf->hf_reg_offset = 0; in w100lcd_ioctl()
254 fbconf->hf_ext_size = 0; in w100lcd_ioctl()
[all …]
H A Dzlcd.c211 struct hpcfb_fbconf *fbconf; in lcd_ioctl() local
230 fbconf->hf_conf_index = 0; in lcd_ioctl()
231 fbconf->hf_nconfs = 1; in lcd_ioctl()
234 sizeof(fbconf->hf_name)); in lcd_ioctl()
240 fbconf->hf_offset = 0; in lcd_ioctl()
243 fbconf->hf_nplanes = 1; in lcd_ioctl()
249 fbconf->hf_access_flags = (0 in lcd_ioctl()
253 fbconf->hf_order_flags = 0; in lcd_ioctl()
254 fbconf->hf_reg_offset = 0; in lcd_ioctl()
267 fbconf->hf_ext_size = 0; in lcd_ioctl()
[all …]
/netbsd/sys/arch/hpcarm/dev/
H A Dwzero3_lcd.c306 struct hpcfb_fbconf *fbconf; in wzero3lcd_ioctl() local
323 fbconf->hf_conf_index = 0; in wzero3lcd_ioctl()
324 fbconf->hf_nconfs = 1; in wzero3lcd_ioctl()
333 fbconf->hf_offset = 0; in wzero3lcd_ioctl()
334 fbconf->hf_bytes_per_line = fbconf->hf_width * in wzero3lcd_ioctl()
336 fbconf->hf_nplanes = 1; in wzero3lcd_ioctl()
337 fbconf->hf_bytes_per_plane = fbconf->hf_width * in wzero3lcd_ioctl()
346 fbconf->hf_order_flags = 0; in wzero3lcd_ioctl()
347 fbconf->hf_reg_offset = 0; in wzero3lcd_ioctl()
360 fbconf->hf_ext_size = 0; in wzero3lcd_ioctl()
[all …]
H A Dipaq_lcd.c271 struct hpcfb_fbconf *fbconf; in ipaqlcd_ioctl() local
322 fbconf = (struct hpcfb_fbconf *)data; in ipaqlcd_ioctl()
323 if (fbconf->hf_conf_index != 0 && in ipaqlcd_ioctl()
324 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in ipaqlcd_ioctl()
327 *fbconf = sc->sc_fbconf; /* structure assignment */ in ipaqlcd_ioctl()
330 fbconf = (struct hpcfb_fbconf *)data; in ipaqlcd_ioctl()
331 if (fbconf->hf_conf_index != 0 && in ipaqlcd_ioctl()
332 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in ipaqlcd_ioctl()
H A Dsed_saip.c345 struct hpcfb_fbconf *fbconf; in sed1356_ioctl() local
505 fbconf = (struct hpcfb_fbconf *)data; in sed1356_ioctl()
506 if (fbconf->hf_conf_index != 0 && in sed1356_ioctl()
507 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in sed1356_ioctl()
510 *fbconf = sc->sc_fbconf; /* structure assignment */ in sed1356_ioctl()
513 fbconf = (struct hpcfb_fbconf *)data; in sed1356_ioctl()
514 if (fbconf->hf_conf_index != 0 && in sed1356_ioctl()
515 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in sed1356_ioctl()
/netbsd/sys/arch/arm/s3c2xx0/
H A Ds3c24x0_lcd.c674 fbconf->hf_nconfs = 1; in s3c24x0_lcd_ioctl()
680 fbconf->hf_baseaddr = 0x0; in s3c24x0_lcd_ioctl()
681 fbconf->hf_offset = 0x0; in s3c24x0_lcd_ioctl()
683 fbconf->hf_nplanes = 0; in s3c24x0_lcd_ioctl()
684 fbconf->hf_bytes_per_plane = 0; in s3c24x0_lcd_ioctl()
685 fbconf->hf_pack_width = 16; in s3c24x0_lcd_ioctl()
687 fbconf->hf_pixel_width = 16; in s3c24x0_lcd_ioctl()
689 fbconf->hf_access_flags = 0; in s3c24x0_lcd_ioctl()
691 fbconf->hf_reg_offset = 0x0; in s3c24x0_lcd_ioctl()
700 fbconf->hf_ext_size = 0; in s3c24x0_lcd_ioctl()
[all …]
/netbsd/sys/dev/hpc/
H A Dhpcfb.c381 hpcfb_cnattach(struct hpcfb_fbconf *fbconf) in hpcfb_cnattach() argument
390 if (fbconf == NULL) { in hpcfb_cnattach()
394 fbconf = &__fbconf; in hpcfb_cnattach()
417 if (fbconf == &__fbconf) in hpcfb_cnattach()
435 fbaddr = (vaddr_t)fbconf->hf_baseaddr; in hpcfb_init()
441 ri->ri_depth = fbconf->hf_pixel_width; in hpcfb_init()
443 ri->ri_width = fbconf->hf_width; in hpcfb_init()
444 ri->ri_height = fbconf->hf_height; in hpcfb_init()
456 if (32 <= fbconf->hf_pack_width && in hpcfb_init()
490 hpcfb_cmap_reorder (fbconf, dc); in hpcfb_init()
[all …]
H A Dbivideo.c393 struct hpcfb_fbconf *fbconf; in bivideo_ioctl() local
570 fbconf = (struct hpcfb_fbconf *)data; in bivideo_ioctl()
571 if (fbconf->hf_conf_index != 0 && in bivideo_ioctl()
572 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in bivideo_ioctl()
575 *fbconf = sc->sc_fbconf; /* structure assignment */ in bivideo_ioctl()
578 fbconf = (struct hpcfb_fbconf *)data; in bivideo_ioctl()
579 if (fbconf->hf_conf_index != 0 && in bivideo_ioctl()
580 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in bivideo_ioctl()
/netbsd/sys/arch/hpcmips/tx/
H A Dtx3912video.c503 struct hpcfb_fbconf *fbconf; in tx3912video_ioctl() local
548 fbconf = (struct hpcfb_fbconf *)data; in tx3912video_ioctl()
549 if (fbconf->hf_conf_index != 0 && in tx3912video_ioctl()
550 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in tx3912video_ioctl()
553 *fbconf = sc->sc_fbconf; /* structure assignment */ in tx3912video_ioctl()
557 fbconf = (struct hpcfb_fbconf *)data; in tx3912video_ioctl()
558 if (fbconf->hf_conf_index != 0 && in tx3912video_ioctl()
559 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in tx3912video_ioctl()
/netbsd/sys/arch/hpcmips/dev/
H A Dmq200.c471 struct hpcfb_fbconf *fbconf; in mq200_ioctl() local
656 fbconf = (struct hpcfb_fbconf *)data; in mq200_ioctl()
657 if (fbconf->hf_conf_index != 0 && in mq200_ioctl()
658 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in mq200_ioctl()
661 *fbconf = sc->sc_fbconf; /* structure assignment */ in mq200_ioctl()
664 fbconf = (struct hpcfb_fbconf *)data; in mq200_ioctl()
665 if (fbconf->hf_conf_index != 0 && in mq200_ioctl()
666 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in mq200_ioctl()
H A Dplumvideo.c430 struct hpcfb_fbconf *fbconf; in plumvideo_ioctl() local
552 fbconf = (struct hpcfb_fbconf *)data; in plumvideo_ioctl()
553 if (fbconf->hf_conf_index != 0 && in plumvideo_ioctl()
554 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in plumvideo_ioctl()
557 *fbconf = sc->sc_fbconf; /* structure assignment */ in plumvideo_ioctl()
561 fbconf = (struct hpcfb_fbconf *)data; in plumvideo_ioctl()
562 if (fbconf->hf_conf_index != 0 && in plumvideo_ioctl()
563 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in plumvideo_ioctl()
H A Dite8181.c635 struct hpcfb_fbconf *fbconf; in ite8181_ioctl() local
835 fbconf = (struct hpcfb_fbconf *)data; in ite8181_ioctl()
836 if (fbconf->hf_conf_index != 0 && in ite8181_ioctl()
837 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in ite8181_ioctl()
840 *fbconf = sc->sc_fbconf; /* structure assignment */ in ite8181_ioctl()
843 fbconf = (struct hpcfb_fbconf *)data; in ite8181_ioctl()
844 if (fbconf->hf_conf_index != 0 && in ite8181_ioctl()
845 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in ite8181_ioctl()
/netbsd/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461video.c445 struct hpcfb_fbconf *fbconf; in hd64461video_ioctl() local
578 fbconf = (struct hpcfb_fbconf *)data; in hd64461video_ioctl()
579 if (fbconf->hf_conf_index != 0 && in hd64461video_ioctl()
580 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in hd64461video_ioctl()
583 *fbconf = *hf; /* structure assignment */ in hd64461video_ioctl()
587 fbconf = (struct hpcfb_fbconf *)data; in hd64461video_ioctl()
588 if (fbconf->hf_conf_index != 0 && in hd64461video_ioctl()
589 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { in hd64461video_ioctl()