Searched refs:DT_COLS (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/media/usb/gspca/ |
| D | dtcs033.c | 95 #define DT_COLS (640) macro 98 {DT_COLS, 480, V4L2_PIX_FMT_GREY, V4L2_FIELD_NONE, 99 .bytesperline = DT_COLS, 100 .sizeimage = DT_COLS*480, 104 {DT_COLS, 480, V4L2_PIX_FMT_SRGGB8, V4L2_FIELD_NONE, 105 .bytesperline = DT_COLS, 106 .sizeimage = DT_COLS*480, 120 gspca_dev->cam.bulk_size = DT_COLS*512; in sd_config() 141 if (len != DT_COLS*512) { in dtcs033_pkt_scan() 150 data + 16*DT_COLS, in dtcs033_pkt_scan() [all …]
|