Lines Matching refs:device
2 * linux/drivers/video/ps3fb.c -- PS3 GPU frame buffer device
9 * linux/drivers/video/vfb.c -- Virtual frame buffer device
441 static void ps3fb_sync_image(struct device *dev, u64 frame_offset,
487 dev_dbg(info->device, "%s: invalid frame number (%u)\n",
496 ps3fb_sync_image(info->device, ddr_base + par->full_offset,
544 dev_dbg(info->device,
551 dev_dbg(info->device, "panning out-of-range\n");
563 dev_dbg(info->device, "We support ARGB8888 only\n");
583 dev_dbg(info->device, "Rotation is not supported\n");
589 dev_dbg(info->device, "Not enough memory\n");
662 ps3fb_sync_image(info->device, 0, dst, 0, vmode->xres, l,
713 dev_dbg(info->device, "ps3fb: mmap framebuffer P(%lx)->V(%lx)\n",
728 dev_dbg(info->device, "%s: blank:%d\n", __func__, blank);
786 dev_dbg(info->device, "FBIOGET_VBLANK:\n");
799 dev_dbg(info->device, "FBIO_WAITFORVSYNC:\n");
821 dev_dbg(info->device, "PS3FB_IOCTL_SETMODE:%x\n", val);
841 dev_dbg(info->device, "PS3FB_IOCTL_GETMODE:%x\n", val);
850 dev_dbg(info->device, "PS3FB_IOCTL_SCREENINFO:\n");
862 dev_dbg(info->device, "PS3FB_IOCTL_ON:\n");
868 dev_dbg(info->device, "PS3FB_IOCTL_OFF:\n");
877 dev_dbg(info->device, "PS3FB_IOCTL_FSEL:%d\n", val);
911 struct device *dev = ptr;