Home
last modified time | relevance | path

Searched refs:startwrite (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/media/usb/au0828/
Dau0828-video.c314 void *fieldstart, *startwrite, *startread; in au0828_copy_video() local
336 startwrite = fieldstart + offset; in au0828_copy_video()
340 if ((char *)startwrite + lencopy > (char *)outp + buf->length) { in au0828_copy_video()
342 ((char *)startwrite + lencopy) - in au0828_copy_video()
344 remain = (char *)outp + buf->length - (char *)startwrite; in au0828_copy_video()
349 memcpy(startwrite, startread, lencopy); in au0828_copy_video()
354 startwrite += lencopy + bytesperline; in au0828_copy_video()
361 if ((char *)startwrite + lencopy > (char *)outp + in au0828_copy_video()
364 ((char *)startwrite + lencopy) - in au0828_copy_video()
367 (char *)startwrite; in au0828_copy_video()
[all …]
/linux-6.12.1/drivers/md/
Dmd-bitmap.h89 int (*startwrite)(struct mddev *mddev, sector_t offset, member
Dmd-bitmap.c2985 .startwrite = bitmap_startwrite,
Draid1.c1614 mddev->bitmap_ops->startwrite( in raid1_write_request()
Draid5.c3566 conf->mddev->bitmap_ops->startwrite(conf->mddev, sh->sector, in __add_stripe_bio()
5790 mddev->bitmap_ops->startwrite(mddev, sh->sector, in make_discard_request()
Draid10.c1496 mddev->bitmap_ops->startwrite(mddev, r10_bio->sector, r10_bio->sectors, in raid10_write_request()
/linux-6.12.1/drivers/media/usb/em28xx/
Dem28xx-video.c451 void *fieldstart, *startwrite, *startread; in em28xx_copy_video() local
474 startwrite = fieldstart + offset; in em28xx_copy_video()
478 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + buf->length) { in em28xx_copy_video()
480 ((char *)startwrite + lencopy) - in em28xx_copy_video()
483 (char *)startwrite; in em28xx_copy_video()
488 memcpy(startwrite, startread, lencopy); in em28xx_copy_video()
494 startwrite += lencopy; in em28xx_copy_video()
496 startwrite += lencopy + bytesperline; in em28xx_copy_video()
503 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + in em28xx_copy_video()
506 ((char *)startwrite + lencopy) - in em28xx_copy_video()
[all …]
/linux-6.12.1/drivers/media/usb/cx231xx/
Dcx231xx-vbi.c616 void *startwrite; in cx231xx_do_vbi_copy() local
640 startwrite = p_out_buffer + offset; in cx231xx_do_vbi_copy()
645 memcpy(startwrite, p_buffer, lencopy); in cx231xx_do_vbi_copy()
Dcx231xx-video.c646 void *startwrite; in cx231xx_do_copy() local
665 startwrite = p_out_buffer + offset; in cx231xx_do_copy()
668 startwrite += (dma_q->lines_completed * _line_size * 2); in cx231xx_do_copy()
671 startwrite += current_line_bytes_copied; in cx231xx_do_copy()
676 if ((u8 *)(startwrite + lencopy) > (u8 *)(p_out_buffer + dev->size)) in cx231xx_do_copy()
680 cx231xx_swab((u16 *) p_buffer, (u16 *) startwrite, (u16) lencopy); in cx231xx_do_copy()