Home
last modified time | relevance | path

Searched refs:dspconf (Results 1 – 11 of 11) sorted by relevance

/netbsd/sys/arch/zaurus/dev/
H A Dw100lcd.c200 struct hpcfb_dspconf *dspconf; in w100lcd_ioctl() local
272 if ((dspconf->hd_unit_index != 0 && in w100lcd_ioctl()
274 (dspconf->hd_conf_index != 0 && in w100lcd_ioctl()
279 dspconf->hd_unit_index = 0; in w100lcd_ioctl()
280 dspconf->hd_nunits = 1; in w100lcd_ioctl()
283 sizeof(dspconf->hd_name)); in w100lcd_ioctl()
284 dspconf->hd_op_flags = 0; in w100lcd_ioctl()
285 dspconf->hd_conf_index = 0; in w100lcd_ioctl()
286 dspconf->hd_nconfs = 1; in w100lcd_ioctl()
288 sizeof(dspconf->hd_conf_name)); in w100lcd_ioctl()
[all …]
H A Dzlcd.c212 struct hpcfb_dspconf *dspconf; in lcd_ioctl() local
285 if ((dspconf->hd_unit_index != 0 && in lcd_ioctl()
287 (dspconf->hd_conf_index != 0 && in lcd_ioctl()
292 dspconf->hd_unit_index = 0; in lcd_ioctl()
293 dspconf->hd_nunits = 1; in lcd_ioctl()
296 sizeof(dspconf->hd_name)); in lcd_ioctl()
297 dspconf->hd_op_flags = 0; in lcd_ioctl()
298 dspconf->hd_conf_index = 0; in lcd_ioctl()
299 dspconf->hd_nconfs = 1; in lcd_ioctl()
301 sizeof(dspconf->hd_conf_name)); in lcd_ioctl()
[all …]
/netbsd/sys/arch/hpcarm/dev/
H A Dwzero3_lcd.c307 struct hpcfb_dspconf *dspconf; in wzero3lcd_ioctl() local
378 if ((dspconf->hd_unit_index != 0 && in wzero3lcd_ioctl()
380 (dspconf->hd_conf_index != 0 && in wzero3lcd_ioctl()
385 dspconf->hd_unit_index = 0; in wzero3lcd_ioctl()
386 dspconf->hd_nunits = 1; in wzero3lcd_ioctl()
389 sizeof(dspconf->hd_name)); in wzero3lcd_ioctl()
390 dspconf->hd_op_flags = 0; in wzero3lcd_ioctl()
391 dspconf->hd_conf_index = 0; in wzero3lcd_ioctl()
392 dspconf->hd_nconfs = 1; in wzero3lcd_ioctl()
394 sizeof(dspconf->hd_conf_name)); in wzero3lcd_ioctl()
[all …]
H A Dipaq_lcd.c272 struct hpcfb_dspconf *dspconf; in ipaqlcd_ioctl() local
340 dspconf = (struct hpcfb_dspconf *)data; in ipaqlcd_ioctl()
341 if ((dspconf->hd_unit_index != 0 && in ipaqlcd_ioctl()
342 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in ipaqlcd_ioctl()
343 (dspconf->hd_conf_index != 0 && in ipaqlcd_ioctl()
344 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) { in ipaqlcd_ioctl()
350 dspconf = (struct hpcfb_dspconf *)data; in ipaqlcd_ioctl()
351 if ((dspconf->hd_unit_index != 0 && in ipaqlcd_ioctl()
352 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in ipaqlcd_ioctl()
353 (dspconf->hd_conf_index != 0 && in ipaqlcd_ioctl()
[all …]
H A Dsed_saip.c346 struct hpcfb_dspconf *dspconf; in sed1356_ioctl() local
523 dspconf = (struct hpcfb_dspconf *)data; in sed1356_ioctl()
524 if ((dspconf->hd_unit_index != 0 && in sed1356_ioctl()
525 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in sed1356_ioctl()
526 (dspconf->hd_conf_index != 0 && in sed1356_ioctl()
527 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) { in sed1356_ioctl()
530 *dspconf = sc->sc_dspconf; /* structure assignment */ in sed1356_ioctl()
533 dspconf = (struct hpcfb_dspconf *)data; in sed1356_ioctl()
534 if ((dspconf->hd_unit_index != 0 && in sed1356_ioctl()
535 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in sed1356_ioctl()
[all …]
/netbsd/sys/dev/hpc/
H A Dbivideo.c394 struct hpcfb_dspconf *dspconf; in bivideo_ioctl() local
588 dspconf = (struct hpcfb_dspconf *)data; in bivideo_ioctl()
589 if ((dspconf->hd_unit_index != 0 && in bivideo_ioctl()
590 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in bivideo_ioctl()
591 (dspconf->hd_conf_index != 0 && in bivideo_ioctl()
592 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) { in bivideo_ioctl()
595 *dspconf = sc->sc_dspconf; /* structure assignment */ in bivideo_ioctl()
598 dspconf = (struct hpcfb_dspconf *)data; in bivideo_ioctl()
599 if ((dspconf->hd_unit_index != 0 && in bivideo_ioctl()
600 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in bivideo_ioctl()
[all …]
/netbsd/sys/arch/hpcmips/tx/
H A Dtx3912video.c504 struct hpcfb_dspconf *dspconf; in tx3912video_ioctl() local
568 dspconf = (struct hpcfb_dspconf *)data; in tx3912video_ioctl()
569 if ((dspconf->hd_unit_index != 0 && in tx3912video_ioctl()
570 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in tx3912video_ioctl()
571 (dspconf->hd_conf_index != 0 && in tx3912video_ioctl()
572 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) { in tx3912video_ioctl()
579 dspconf = (struct hpcfb_dspconf *)data; in tx3912video_ioctl()
580 if ((dspconf->hd_unit_index != 0 && in tx3912video_ioctl()
581 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in tx3912video_ioctl()
582 (dspconf->hd_conf_index != 0 && in tx3912video_ioctl()
[all …]
/netbsd/sys/arch/hpcmips/dev/
H A Dmq200.c472 struct hpcfb_dspconf *dspconf; in mq200_ioctl() local
674 dspconf = (struct hpcfb_dspconf *)data; in mq200_ioctl()
675 if ((dspconf->hd_unit_index != 0 && in mq200_ioctl()
676 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in mq200_ioctl()
677 (dspconf->hd_conf_index != 0 && in mq200_ioctl()
678 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) { in mq200_ioctl()
684 dspconf = (struct hpcfb_dspconf *)data; in mq200_ioctl()
685 if ((dspconf->hd_unit_index != 0 && in mq200_ioctl()
686 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in mq200_ioctl()
687 (dspconf->hd_conf_index != 0 && in mq200_ioctl()
[all …]
H A Dplumvideo.c431 struct hpcfb_dspconf *dspconf; in plumvideo_ioctl() local
572 dspconf = (struct hpcfb_dspconf *)data; in plumvideo_ioctl()
573 if ((dspconf->hd_unit_index != 0 && in plumvideo_ioctl()
574 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in plumvideo_ioctl()
575 (dspconf->hd_conf_index != 0 && in plumvideo_ioctl()
576 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) { in plumvideo_ioctl()
583 dspconf = (struct hpcfb_dspconf *)data; in plumvideo_ioctl()
584 if ((dspconf->hd_unit_index != 0 && in plumvideo_ioctl()
585 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in plumvideo_ioctl()
586 (dspconf->hd_conf_index != 0 && in plumvideo_ioctl()
[all …]
H A Dite8181.c636 struct hpcfb_dspconf *dspconf; in ite8181_ioctl() local
853 dspconf = (struct hpcfb_dspconf *)data; in ite8181_ioctl()
854 if ((dspconf->hd_unit_index != 0 && in ite8181_ioctl()
855 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in ite8181_ioctl()
856 (dspconf->hd_conf_index != 0 && in ite8181_ioctl()
857 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) { in ite8181_ioctl()
863 dspconf = (struct hpcfb_dspconf *)data; in ite8181_ioctl()
864 if ((dspconf->hd_unit_index != 0 && in ite8181_ioctl()
865 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in ite8181_ioctl()
866 (dspconf->hd_conf_index != 0 && in ite8181_ioctl()
[all …]
/netbsd/sys/arch/hpcsh/dev/hd64461/
H A Dhd64461video.c446 struct hpcfb_dspconf *dspconf; in hd64461video_ioctl() local
598 dspconf = (struct hpcfb_dspconf *)data; in hd64461video_ioctl()
599 if ((dspconf->hd_unit_index != 0 && in hd64461video_ioctl()
600 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) || in hd64461video_ioctl()
601 (dspconf->hd_conf_index != 0 && in hd64461video_ioctl()
602 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) { in hd64461video_ioctl()
605 *dspconf = sc->sc_vc->hd; /* structure assignment */ in hd64461video_ioctl()
609 dspconf = (struct hpcfb_dspconf *)data; in hd64461video_ioctl()
610 if ((dspconf->hd_unit_index != 0 && in hd64461video_ioctl()
612 (dspconf->hd_conf_index != 0 && in hd64461video_ioctl()
[all …]