Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c796 if (dev->bitmap_out && (compose->width != s->r.width || in vivid_vid_out_s_selection()
798 vfree(dev->bitmap_out); in vivid_vid_out_s_selection()
799 dev->bitmap_out = NULL; in vivid_vid_out_s_selection()
853 if (dev->bitmap_out == NULL) in vidioc_g_fmt_vid_out_overlay()
856 if (copy_to_user(win->bitmap, dev->bitmap_out, in vidioc_g_fmt_vid_out_overlay()
953 vfree(dev->bitmap_out); in vidioc_s_fmt_vid_out_overlay()
954 dev->bitmap_out = new_bitmap; in vidioc_s_fmt_vid_out_overlay()
H A Dvivid-kthread-cap.c63 if (dev->bitmap_out) { in copy_pix()
64 const u8 *p = dev->bitmap_out; in copy_pix()
253 bool blend = dev->bitmap_out || dev->clipcount_out || dev->fbuf_out_flags; in vivid_copy_buffer()
H A Dvivid-core.h385 void *bitmap_out; member
H A Dvivid-core.c797 vfree(dev->bitmap_out); in vivid_dev_release()
/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target.c711 goto bitmap_out; in iscsi_target_init_module()
756 bitmap_out: in iscsi_target_init_module()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target.c706 goto bitmap_out; in iscsi_target_init_module()
763 bitmap_out: in iscsi_target_init_module()

Completed in 17 milliseconds