Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_video.c1055 if (stream->last_fid != fid) { in uvc_video_decode_start()
1068 stream->last_fid = fid; in uvc_video_decode_start()
1081 * stream->last_fid is initialized to -1, so the first isochronous in uvc_video_decode_start()
1084 * If the device doesn't toggle the FID bit, invert stream->last_fid in uvc_video_decode_start()
1088 if (fid == stream->last_fid) { in uvc_video_decode_start()
1093 stream->last_fid ^= UVC_STREAM_FID; in uvc_video_decode_start()
1112 * stream->last_fid is initialized to -1, so the first isochronous in uvc_video_decode_start()
1120 if (fid != stream->last_fid && buf->bytesused != 0) { in uvc_video_decode_start()
1127 stream->last_fid = fid; in uvc_video_decode_start()
1201 stream->last_fid in uvc_video_decode_end()
[all...]
H A Duvcvideo.h595 u8 last_fid; member
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_video.c1075 if (stream->last_fid != fid) { in uvc_video_decode_start()
1089 stream->last_fid = fid; in uvc_video_decode_start()
1103 * stream->last_fid is initialized to -1, so the first isochronous in uvc_video_decode_start()
1106 * If the device doesn't toggle the FID bit, invert stream->last_fid in uvc_video_decode_start()
1110 if (fid == stream->last_fid) { in uvc_video_decode_start()
1115 stream->last_fid ^= UVC_STREAM_FID; in uvc_video_decode_start()
1135 * stream->last_fid is initialized to -1, so the first isochronous in uvc_video_decode_start()
1143 if (fid != stream->last_fid && buf->bytesused != 0) { in uvc_video_decode_start()
1150 stream->last_fid = fid; in uvc_video_decode_start()
1248 stream->last_fid in uvc_video_decode_end()
[all...]
H A Duvcvideo.h480 u8 last_fid; member
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dov534.c71 u16 last_fid; member
1495 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1500 sd->last_fid = this_fid; in sd_pkt_scan()
H A Dov534_9.c41 u8 last_fid; member
1667 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1672 sd->last_fid = this_fid; in sd_pkt_scan()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dov534.c71 u16 last_fid; member
1495 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1500 sd->last_fid = this_fid; in sd_pkt_scan()
H A Dov534_9.c41 u8 last_fid; member
1667 if (this_pts != sd->last_pts || this_fid != sd->last_fid) { in sd_pkt_scan()
1672 sd->last_fid = this_fid; in sd_pkt_scan()

Completed in 14 milliseconds