Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/gspca/
Dbenq.c94 #define SD_PKT_SZ 64 in sd_start() macro
104 SD_PKT_SZ * SD_NPKT, in sd_start()
114 urb->transfer_buffer_length = SD_PKT_SZ * SD_NPKT; in sd_start()
123 urb->iso_frame_desc[i].length = SD_PKT_SZ; in sd_start()
124 urb->iso_frame_desc[i].offset = SD_PKT_SZ * i; in sd_start()
187 if (urb0->iso_frame_desc[i].actual_length != SD_PKT_SZ in sd_isoc_irq()
188 || urb->iso_frame_desc[i].actual_length != SD_PKT_SZ) { in sd_isoc_irq()
229 data + 4, SD_PKT_SZ - 4); in sd_isoc_irq()
232 data + 4, SD_PKT_SZ - 4); in sd_isoc_irq()
240 data, SD_PKT_SZ); in sd_isoc_irq()