Searched defs:edid_buf (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/driver/efb/sun-src/src/ |
H A D | efb_driver.c | 420 gfx_edid_t edid_buf; local 427 edid_buf.head = head; 428 edid_buf.version = GFX_EDID_VERSION; 429 status = ioctl(info->fd, GFX_IOCTL_GET_EDID_LENGTH, &edid_buf); 434 data = edid_buf.data = (char *)malloc(edid_buf.length); 435 status = ioctl(info->fd, GFX_IOCTL_GET_EDID, &edid_buf);
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | efb_drv.c | 361 gfx_edid_t edid_buf; local 368 if (ddi_copyin((void *)arg, &edid_buf, sizeof (gfx_edid_t), mode)) { 373 stream = edid_buf.head; 392 edid_buf.length = GFX_EDID_BLOCK_SIZE * (1 + results[126]); 394 if (ddi_copyout(&edid_buf, (caddr_t)arg, sizeof (gfx_edid_t), 414 gfx_edid_t edid_buf; local 421 if (ddi_copyin((void *)arg, &edid_buf, sizeof (gfx_edid_t), mode)) { 425 length = edid_buf.length; 431 stream = edid_buf.head; 443 edid_buf [all...] |
Completed in 28 milliseconds