/src/sys/arch/zaurus/dev/ |
w100lcd.c | 199 struct hpcfb_fbconf *fbconf; local in function:w100lcd_ioctl 211 fbconf = (struct hpcfb_fbconf *)data; 212 if (fbconf->hf_conf_index != 0 && 213 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { 217 fbconf->hf_conf_index = 0; 218 fbconf->hf_nconfs = 1; 219 fbconf->hf_class = HPCFB_CLASS_RGBCOLOR; 220 strlcpy(fbconf->hf_name, "Sharp Zaurus frame buffer", 221 sizeof(fbconf->hf_name)); 222 strlcpy(fbconf->hf_conf_name, "default" [all...] |
zlcd.c | 211 struct hpcfb_fbconf *fbconf; local in function:lcd_ioctl 224 fbconf = (struct hpcfb_fbconf *)data; 225 if (fbconf->hf_conf_index != 0 && 226 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { 230 fbconf->hf_conf_index = 0; 231 fbconf->hf_nconfs = 1; 232 fbconf->hf_class = HPCFB_CLASS_RGBCOLOR; 233 strlcpy(fbconf->hf_name, "Sharp Zaurus frame buffer", 234 sizeof(fbconf->hf_name)); 235 strlcpy(fbconf->hf_conf_name, "default" [all...] |
/src/sys/arch/hpcarm/dev/ |
ipaq_lcd.c | 271 struct hpcfb_fbconf *fbconf; local in function:ipaqlcd_ioctl 322 fbconf = (struct hpcfb_fbconf *)data; 323 if (fbconf->hf_conf_index != 0 && 324 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { 327 *fbconf = sc->sc_fbconf; /* structure assignment */ 330 fbconf = (struct hpcfb_fbconf *)data; 331 if (fbconf->hf_conf_index != 0 && 332 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) {
|
sed_saip.c | 345 struct hpcfb_fbconf *fbconf; local in function:sed1356_ioctl 505 fbconf = (struct hpcfb_fbconf *)data; 506 if (fbconf->hf_conf_index != 0 && 507 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { 510 *fbconf = sc->sc_fbconf; /* structure assignment */ 513 fbconf = (struct hpcfb_fbconf *)data; 514 if (fbconf->hf_conf_index != 0 && 515 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) {
|
wzero3_lcd.c | 306 struct hpcfb_fbconf *fbconf; local in function:wzero3lcd_ioctl 317 fbconf = (struct hpcfb_fbconf *)data; 318 if (fbconf->hf_conf_index != 0 && 319 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { 323 fbconf->hf_conf_index = 0; 324 fbconf->hf_nconfs = 1; 325 fbconf->hf_class = HPCFB_CLASS_RGBCOLOR; 326 strlcpy(fbconf->hf_name, "Sharp W-ZERO3 frame buffer", 327 sizeof(fbconf->hf_name)); 328 strlcpy(fbconf->hf_conf_name, "LCD" [all...] |
/src/sys/arch/hpcmips/dev/ |
mq200.c | 471 struct hpcfb_fbconf *fbconf; local in function:mq200_ioctl 656 fbconf = (struct hpcfb_fbconf *)data; 657 if (fbconf->hf_conf_index != 0 && 658 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { 661 *fbconf = sc->sc_fbconf; /* structure assignment */ 664 fbconf = (struct hpcfb_fbconf *)data; 665 if (fbconf->hf_conf_index != 0 && 666 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) {
|
ite8181.c | 635 struct hpcfb_fbconf *fbconf; local in function:ite8181_ioctl 835 fbconf = (struct hpcfb_fbconf *)data; 836 if (fbconf->hf_conf_index != 0 && 837 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { 840 *fbconf = sc->sc_fbconf; /* structure assignment */ 843 fbconf = (struct hpcfb_fbconf *)data; 844 if (fbconf->hf_conf_index != 0 && 845 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) {
|
plumvideo.c | 425 struct hpcfb_fbconf *fbconf; local in function:plumvideo_ioctl 547 fbconf = (struct hpcfb_fbconf *)data; 548 if (fbconf->hf_conf_index != 0 && 549 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { 552 *fbconf = sc->sc_fbconf; /* structure assignment */ 556 fbconf = (struct hpcfb_fbconf *)data; 557 if (fbconf->hf_conf_index != 0 && 558 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) {
|
/src/sys/dev/hpc/ |
bivideo.c | 393 struct hpcfb_fbconf *fbconf; local in function:bivideo_ioctl 570 fbconf = (struct hpcfb_fbconf *)data; 571 if (fbconf->hf_conf_index != 0 && 572 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { 575 *fbconf = sc->sc_fbconf; /* structure assignment */ 578 fbconf = (struct hpcfb_fbconf *)data; 579 if (fbconf->hf_conf_index != 0 && 580 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) {
|
/src/sys/arch/arm/s3c2xx0/ |
s3c24x0_lcd.c | 669 struct hpcfb_fbconf *fbconf = (struct hpcfb_fbconf*)data; local in function:s3c24x0_lcd_ioctl 670 if (fbconf->hf_conf_index != 0 && 671 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) 674 fbconf->hf_nconfs = 1; 675 fbconf->hf_class = HPCFB_CLASS_RGBCOLOR; 676 strncpy(fbconf->hf_name, "S3C24X0 LCD", HPCFB_MAXNAMELEN); 677 strncpy(fbconf->hf_conf_name, "default", HPCFB_MAXNAMELEN); 678 fbconf->hf_height = sc->panel_info->panel_height; 679 fbconf->hf_width = sc->panel_info->panel_width; 680 fbconf->hf_baseaddr = 0x0 [all...] |
/src/sys/arch/hpcmips/tx/ |
tx3912video.c | 503 struct hpcfb_fbconf *fbconf; local in function:tx3912video_ioctl 548 fbconf = (struct hpcfb_fbconf *)data; 549 if (fbconf->hf_conf_index != 0 && 550 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { 553 *fbconf = sc->sc_fbconf; /* structure assignment */ 557 fbconf = (struct hpcfb_fbconf *)data; 558 if (fbconf->hf_conf_index != 0 && 559 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) {
|
/src/sys/arch/hpcsh/dev/hd64461/ |
hd64461video.c | 444 struct hpcfb_fbconf *fbconf; local in function:hd64461video_ioctl 577 fbconf = (struct hpcfb_fbconf *)data; 578 if (fbconf->hf_conf_index != 0 && 579 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) { 582 *fbconf = *hf; /* structure assignment */ 586 fbconf = (struct hpcfb_fbconf *)data; 587 if (fbconf->hf_conf_index != 0 && 588 fbconf->hf_conf_index != HPCFB_CURRENT_CONFIG) {
|