Searched refs:last_odd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/usbtv/ |
H A D | usbtv.h | 115 int last_odd; member
|
H A D | usbtv-video.c | 434 if (odd && !usbtv->last_odd) { in usbtv_image_chunk() 448 usbtv->last_odd = odd; in usbtv_image_chunk() 761 usbtv->last_odd = 1; in usbtv_start_streaming()
|
/kernel/linux/linux-6.6/drivers/media/usb/usbtv/ |
H A D | usbtv.h | 116 int last_odd; member
|
H A D | usbtv-video.c | 437 if (odd && !usbtv->last_odd) { in usbtv_image_chunk() 451 usbtv->last_odd = odd; in usbtv_image_chunk() 764 usbtv->last_odd = 1; in usbtv_start_streaming()
|
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
H A D | docg3.c | 744 * @last_odd: 1 if last read ended up on an odd byte 754 int first, int last_odd) in doc_read_page_getbytes() 756 if (last_odd && len > 0) { in doc_read_page_getbytes() 753 doc_read_page_getbytes(struct docg3 *docg3, int len, u_char *buf, int first, int last_odd) doc_read_page_getbytes() argument
|
/kernel/linux/linux-6.6/drivers/mtd/devices/ |
H A D | docg3.c | 744 * @last_odd: 1 if last read ended up on an odd byte 754 int first, int last_odd) in doc_read_page_getbytes() 756 if (last_odd && len > 0) { in doc_read_page_getbytes() 753 doc_read_page_getbytes(struct docg3 *docg3, int len, u_char *buf, int first, int last_odd) doc_read_page_getbytes() argument
|
Completed in 9 milliseconds