Home
last modified time | relevance | path

Searched refs:bitmap_out (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-vid-out.c787 if (dev->bitmap_out && (compose->width != s->r.width || in vivid_vid_out_s_selection()
789 kfree(dev->bitmap_out); in vivid_vid_out_s_selection()
790 dev->bitmap_out = NULL; in vivid_vid_out_s_selection()
846 if (dev->bitmap_out == NULL) in vidioc_g_fmt_vid_out_overlay()
849 if (copy_to_user(win->bitmap, dev->bitmap_out, in vidioc_g_fmt_vid_out_overlay()
942 kfree(dev->bitmap_out); in vidioc_s_fmt_vid_out_overlay()
943 dev->bitmap_out = new_bitmap; in vidioc_s_fmt_vid_out_overlay()
Dvivid-kthread-cap.c73 if (dev->bitmap_out) { in copy_pix()
74 const u8 *p = dev->bitmap_out; in copy_pix()
263 bool blend = dev->bitmap_out || dev->clipcount_out || dev->fbuf_out_flags; in vivid_copy_buffer()
Dvivid-core.h354 void *bitmap_out; member
Dvivid-core.c643 vfree(dev->bitmap_out); in vivid_dev_release()
/linux-4.4.14/drivers/target/iscsi/
Discsi_target.c559 goto bitmap_out; in iscsi_target_init_module()
604 bitmap_out: in iscsi_target_init_module()