Searched refs:ivtvfb_prep_frame (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/pci/ivtv/
H A Divtvfb.c321 static int ivtvfb_prep_frame(struct ivtv *itv, int cmd, void __user *source, function
329 IVTVFB_DEBUG_WARN("ivtvfb_prep_frame: Nothing to do. count = 0\n");
335 IVTVFB_WARN("ivtvfb_prep_frame: Overflowing the framebuffer %ld, only %d available\n",
342 IVTVFB_WARN("ivtvfb_prep_frame: Source address not 32 bit aligned (%p)\n",
346 IVTVFB_WARN("ivtvfb_prep_frame: Dest offset not 32 bit aligned (%ld)\n", dest_offset);
349 IVTVFB_WARN("ivtvfb_prep_frame: Count not a multiple of 4 (%d)\n", count);
488 return ivtvfb_prep_frame(itv, cmd, args.source, args.dest_offset, args.count);

Completed in 134 milliseconds