Lines Matching refs:cal_info
284 struct Pie_cal_info *cal_info; /* points to the actual calibration information */
313 int cal_mode; /* set to value to compare cal_info mode to */
375 dev->cal_info = NULL;
1064 dev->cal_info =
1069 dev->cal_info[i].cal_type = buffer[8 + i * buffer[5]];
1070 dev->cal_info[i].send_bits = buffer[9 + i * buffer[5]];
1071 dev->cal_info[i].receive_bits = buffer[10 + i * buffer[5]];
1072 dev->cal_info[i].num_lines = buffer[11 + i * buffer[5]];
1073 dev->cal_info[i].pixels_per_line =
1078 dev->cal_info[i].cal_type, dev->cal_info[i].send_bits,
1079 dev->cal_info[i].receive_bits, dev->cal_info[i].num_lines,
1080 dev->cal_info[i].pixels_per_line);
1662 pixels_per_line = scanner->device->cal_info[cal_index].pixels_per_line;
1666 rcv_bits = scanner->device->cal_info[cal_index].receive_bits;
1670 send_bits = scanner->device->cal_info[cal_index].send_bits;
1674 rcv_lines = scanner->device->cal_info[cal_index].num_lines;
1802 rcv_lines = scanner->device->cal_info[cal_index].num_lines;
1940 if (scanner->device->cal_info[cal_index].cal_type ==
2983 free (dev->cal_info);