Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/gspca/
H A Dsonixb.c56 int header_read; member
1262 sd->header_read++; in find_sof()
1266 sd->header_read++; in find_sof()
1268 sd->header_read = 0; in find_sof()
1272 sd->header_read++; in find_sof()
1274 sd->header_read = 0; in find_sof()
1278 sd->header_read++; in find_sof()
1280 sd->header_read = 1; in find_sof()
1286 sd->header_read++; in find_sof()
1294 sd->header_read++; in find_sof()
[all …]
H A Dpac207.c57 u8 header_read; member
374 sd->header_read = 0; in sd_pkt_scan()
379 if (sd->header_read < 11) { in sd_pkt_scan()
383 if (sd->header_read < 5) { in sd_pkt_scan()
384 needed = 5 - sd->header_read; in sd_pkt_scan()
389 needed = 11 - sd->header_read; in sd_pkt_scan()
391 sd->header_read += len; in sd_pkt_scan()
396 sd->header_read = 11; in sd_pkt_scan()
H A Dsq905.c204 int header_read; /* true if we have already read the frame header. */ in sq905_dostream() local
228 header_read = 0; in sq905_dostream()
245 if (!header_read) { in sq905_dostream()
251 header_read = 1; in sq905_dostream()
H A Djl2005bcd.c310 int header_read = 0; in jl2005c_dostream() local
329 if (!header_read) { in jl2005c_dostream()
358 header_read = 1; in jl2005c_dostream()
375 header_read = 0; in jl2005c_dostream()
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/libsndfile1/
H A Dcve-2022-33065.patch389 - byte_count += header_read (psf, ucptr, sizeof (int)) ;
390 + read_bytes = header_read (psf, ucptr, sizeof (int)) ;
416 + read_bytes = header_read (psf, ucptr, sizeof (short)) ;
424 - byte_count += header_read (psf, sixteen_bytes, 3) ;
425 + read_bytes = header_read (psf, sixteen_bytes, 3) ;
433 - byte_count += header_read (psf, ucptr, sizeof (int)) ;
434 + read_bytes = header_read (psf, ucptr, sizeof (int)) ;
442 - byte_count += header_read (psf, sixteen_bytes, 8) ;
443 + read_bytes = header_read (psf, sixteen_bytes, 8) ;
469 - byte_count += header_read (psf, charptr, count) ;
[all …]