Searched refs:to_skip (Results 1 – 4 of 4) sorted by relevance
420 if (sd->to_skip) { in stv06xx_pkt_scan()421 int skip = (sd->to_skip < chunk_len) ? in stv06xx_pkt_scan()422 sd->to_skip : chunk_len; in stv06xx_pkt_scan()426 sd->to_skip -= skip; in stv06xx_pkt_scan()444 sd->to_skip = gspca_dev->pixfmt.width * 4; in stv06xx_pkt_scan()
84 int to_skip; member
67 u32 to_skip, u32 end, enum cc_sg_cpy_direct direct);
113 u32 to_skip, u32 end, enum cc_sg_cpy_direct direct) in cc_copy_sg_portion() argument118 sg_copy_buffer(sg, nents, (void *)dest, (end - to_skip + 1), to_skip, in cc_copy_sg_portion()