Home
last modified time | relevance | path

Searched refs:last_odd (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/usbtv/
H A Dusbtv.h115 int last_odd; member
H A Dusbtv-video.c434 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 Dusbtv.h116 int last_odd; member
H A Dusbtv-video.c437 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 Ddocg3.c744 * @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 Ddocg3.c744 * @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 14 milliseconds