Lines Matching defs:sensor
67 static void dbg_sensor (struct st_sensorcfg *sensor);
194 dbg_sensor (struct st_sensorcfg *sensor)
196 if (sensor != NULL)
204 sensor->type, sensor->name, sensor->resolution,
205 sensor->channel_color[0], sensor->channel_color[1],
206 sensor->channel_color[2], sensor->channel_gray[0],
207 sensor->channel_gray[1], sensor->rgb_order[0],
208 sensor->rgb_order[1], sensor->rgb_order[2], sensor->line_distance,
209 sensor->evenodd_distance);
212 DBG (DBG_FNC, " -> sensor is NULL\n");
840 DBG(DBG_FNC, " bit[7] = 0x%02x : sensor type (CCD=0|CIS=1)\n", (iValue >> 7) & 1);
969 DBG(DBG_FNC, "\n0x0048 Linear image sensor clock 1\n");
988 DBG(DBG_FNC, "\n0x0052 Linear image sensor clock 2\n");
1164 dbg_buffer(DBG_FNC, "\n0x009c CIS sensor 1", &buffer[0x09c], 0x06, 0x9c);
1165 dbg_buffer(DBG_FNC, "0x00a2 CIS sensor 2", &buffer[0x0a2], 0x06, 0xa2);
1166 dbg_buffer(DBG_FNC, "0x00a8 CIS sensor 3", &buffer[0x0a8], 0x06, 0xa8);
1354 DBG(DBG_FNC, " bit[7] = sensor type : 0x%02x ", (iValue >> 7) & 1);
1375 DBG(DBG_FNC, " bit[0..5] = sensor line distance : 0x%02x\n", iValue & 0x3f);
1380 DBG(DBG_FNC, " bit[0..5] = sensor line distance + even_odd_distance: 0x%02x\n", iValue & 0x3f);
1385 DBG(DBG_FNC, " bit[0..5] = sensor line distance * 2: 0x%02x\n", iValue & 0x3f);
1390 DBG(DBG_FNC, " bit[0..5] = (sensor line distance * 2) + even_odd_distance: 0x%02x\n", iValue & 0x3f);