Home
last modified time | relevance | path

Searched refs:to_skip (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx.c437 if (sd->to_skip) { in stv06xx_pkt_scan()
438 int skip = (sd->to_skip < chunk_len) ? in stv06xx_pkt_scan()
439 sd->to_skip : chunk_len; in stv06xx_pkt_scan()
443 sd->to_skip -= skip; in stv06xx_pkt_scan()
461 sd->to_skip = gspca_dev->pixfmt.width * 4; in stv06xx_pkt_scan()
H A Dstv06xx.h84 int to_skip; member
/linux/drivers/crypto/ccree/
H A Dcc_buffer_mgr.h68 u32 to_skip, u32 end, enum cc_sg_cpy_direct direct);
H A Dcc_buffer_mgr.c107 u32 to_skip, u32 end, enum cc_sg_cpy_direct direct) in cc_copy_sg_portion() argument
112 sg_copy_buffer(sg, nents, dest, (end - to_skip + 1), to_skip, in cc_copy_sg_portion()