Searched refs:DT_COLS (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/media/usb/gspca/ |
D | dtcs033.c | 84 #define DT_COLS (640) macro 87 {DT_COLS, 480, V4L2_PIX_FMT_GREY, V4L2_FIELD_NONE, 88 .bytesperline = DT_COLS, 89 .sizeimage = DT_COLS*480, 93 {DT_COLS, 480, V4L2_PIX_FMT_SRGGB8, V4L2_FIELD_NONE, 94 .bytesperline = DT_COLS, 95 .sizeimage = DT_COLS*480, 109 gspca_dev->cam.bulk_size = DT_COLS*512; in sd_config() 130 if (len != DT_COLS*512) { in dtcs033_pkt_scan() 139 data + 16*DT_COLS, in dtcs033_pkt_scan() [all …]
|