HomeSort by: relevance | last modified time | path
    Searched defs:dspconf (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/zaurus/dev/
w100lcd.c 200 struct hpcfb_dspconf *dspconf; local in function:w100lcd_ioctl
271 dspconf = (struct hpcfb_dspconf *)data;
272 if ((dspconf->hd_unit_index != 0 &&
273 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
274 (dspconf->hd_conf_index != 0 &&
275 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
279 dspconf->hd_unit_index = 0;
280 dspconf->hd_nunits = 1;
281 dspconf->hd_class = HPCFB_DSP_CLASS_COLORLCD;
282 strlcpy(dspconf->hd_name, "Sharp Zaurus LCD"
    [all...]
zlcd.c 212 struct hpcfb_dspconf *dspconf; local in function:lcd_ioctl
284 dspconf = (struct hpcfb_dspconf *)data;
285 if ((dspconf->hd_unit_index != 0 &&
286 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
287 (dspconf->hd_conf_index != 0 &&
288 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
292 dspconf->hd_unit_index = 0;
293 dspconf->hd_nunits = 1;
294 dspconf->hd_class = HPCFB_DSP_CLASS_COLORLCD;
295 strlcpy(dspconf->hd_name, "Sharp Zaurus LCD"
    [all...]
  /src/sys/arch/hpcarm/dev/
ipaq_lcd.c 272 struct hpcfb_dspconf *dspconf; local in function:ipaqlcd_ioctl
340 dspconf = (struct hpcfb_dspconf *)data;
341 if ((dspconf->hd_unit_index != 0 &&
342 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
343 (dspconf->hd_conf_index != 0 &&
344 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
347 *dspconf = sc->sc_dspconf; /* structure assignment */
350 dspconf = (struct hpcfb_dspconf *)data;
351 if ((dspconf->hd_unit_index != 0 &&
352 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) |
    [all...]
sed_saip.c 346 struct hpcfb_dspconf *dspconf; local in function:sed1356_ioctl
523 dspconf = (struct hpcfb_dspconf *)data;
524 if ((dspconf->hd_unit_index != 0 &&
525 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
526 (dspconf->hd_conf_index != 0 &&
527 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
530 *dspconf = sc->sc_dspconf; /* structure assignment */
533 dspconf = (struct hpcfb_dspconf *)data;
534 if ((dspconf->hd_unit_index != 0 &&
535 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) |
    [all...]
wzero3_lcd.c 307 struct hpcfb_dspconf *dspconf; local in function:wzero3lcd_ioctl
377 dspconf = (struct hpcfb_dspconf *)data;
378 if ((dspconf->hd_unit_index != 0 &&
379 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
380 (dspconf->hd_conf_index != 0 &&
381 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
385 dspconf->hd_unit_index = 0;
386 dspconf->hd_nunits = 1;
387 dspconf->hd_class = HPCFB_DSP_CLASS_COLORLCD;
388 strlcpy(dspconf->hd_name, "PXA2x0 Internal LCD controller"
    [all...]
  /src/sys/arch/hpcmips/dev/
mq200.c 472 struct hpcfb_dspconf *dspconf; local in function:mq200_ioctl
674 dspconf = (struct hpcfb_dspconf *)data;
675 if ((dspconf->hd_unit_index != 0 &&
676 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
677 (dspconf->hd_conf_index != 0 &&
678 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
681 *dspconf = sc->sc_dspconf; /* structure assignment */
684 dspconf = (struct hpcfb_dspconf *)data;
685 if ((dspconf->hd_unit_index != 0 &&
686 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) |
    [all...]
ite8181.c 636 struct hpcfb_dspconf *dspconf; local in function:ite8181_ioctl
853 dspconf = (struct hpcfb_dspconf *)data;
854 if ((dspconf->hd_unit_index != 0 &&
855 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
856 (dspconf->hd_conf_index != 0 &&
857 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
860 *dspconf = sc->sc_dspconf; /* structure assignment */
863 dspconf = (struct hpcfb_dspconf *)data;
864 if ((dspconf->hd_unit_index != 0 &&
865 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) |
    [all...]
plumvideo.c 426 struct hpcfb_dspconf *dspconf; local in function:plumvideo_ioctl
567 dspconf = (struct hpcfb_dspconf *)data;
568 if ((dspconf->hd_unit_index != 0 &&
569 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
570 (dspconf->hd_conf_index != 0 &&
571 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
574 *dspconf = sc->sc_dspconf; /* structure assignment */
578 dspconf = (struct hpcfb_dspconf *)data;
579 if ((dspconf->hd_unit_index != 0 &&
580 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) |
    [all...]
  /src/sys/dev/hpc/
bivideo.c 394 struct hpcfb_dspconf *dspconf; local in function:bivideo_ioctl
588 dspconf = (struct hpcfb_dspconf *)data;
589 if ((dspconf->hd_unit_index != 0 &&
590 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
591 (dspconf->hd_conf_index != 0 &&
592 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
595 *dspconf = sc->sc_dspconf; /* structure assignment */
598 dspconf = (struct hpcfb_dspconf *)data;
599 if ((dspconf->hd_unit_index != 0 &&
600 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) |
    [all...]
  /src/sys/arch/hpcmips/tx/
tx3912video.c 504 struct hpcfb_dspconf *dspconf; local in function:tx3912video_ioctl
568 dspconf = (struct hpcfb_dspconf *)data;
569 if ((dspconf->hd_unit_index != 0 &&
570 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
571 (dspconf->hd_conf_index != 0 &&
572 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
575 *dspconf = sc->sc_dspconf; /* structure assignment */
579 dspconf = (struct hpcfb_dspconf *)data;
580 if ((dspconf->hd_unit_index != 0 &&
581 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) |
    [all...]
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 445 struct hpcfb_dspconf *dspconf; local in function:hd64461video_ioctl
597 dspconf = (struct hpcfb_dspconf *)data;
598 if ((dspconf->hd_unit_index != 0 &&
599 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) ||
600 (dspconf->hd_conf_index != 0 &&
601 dspconf->hd_conf_index != HPCFB_CURRENT_CONFIG)) {
604 *dspconf = sc->sc_vc->hd; /* structure assignment */
608 dspconf = (struct hpcfb_dspconf *)data;
609 if ((dspconf->hd_unit_index != 0 &&
610 dspconf->hd_unit_index != HPCFB_CURRENT_UNIT) |
    [all...]

Completed in 21 milliseconds