Searched refs:servo_count (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/misc/
H A Dphidgetservo.c258 int servo_count, i; local
287 servo_count = dev->type & SERVO_COUNT_QUAD ? 4 : 1;
289 for (i=0; i<servo_count; i++) {
296 servo_count, dev->type & SERVO_VERSION_30 ? 3 : 2);
323 int servo_count, i; local
331 servo_count = dev->type & SERVO_COUNT_QUAD ? 4 : 1;
333 for (i=0; i<servo_count; i++)
340 servo_count, dev->type & SERVO_VERSION_30 ? 3 : 2);

Completed in 35 milliseconds