Lines Matching defs:channel
1797 usb_mid_motor1200_prepare_adjust (ma1017 * chip, Channel channel)
1802 RIE (usb_low_set_cmt_table (chip, 0, channel, SANE_FALSE, SANE_TRUE));
1803 RIE (usb_low_set_cmt_table (chip, 1, channel, SANE_FALSE, SANE_TRUE));
1804 RIE (usb_low_set_cmt_table (chip, 2, channel, SANE_FALSE, SANE_FALSE));
2371 usb_mid_motor600_prepare_adjust (ma1017 * chip, Channel channel)
2376 RIE (usb_low_set_cmt_table (chip, 0, channel, SANE_FALSE, SANE_TRUE));
2377 RIE (usb_low_set_cmt_table (chip, 1, channel, SANE_FALSE, SANE_TRUE));
2378 RIE (usb_low_set_cmt_table (chip, 2, channel, SANE_FALSE, SANE_FALSE));
2458 usb_mid_motor_prepare_adjust (ma1017 * chip, Channel channel)
2461 return usb_mid_motor600_prepare_adjust (chip, channel);
2463 return usb_mid_motor1200_prepare_adjust (chip, channel);