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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dxpad.c689 long led_no; local
701 led_no = (long)atomic_inc_return(&led_seq) - 1;
703 snprintf(led->name, sizeof(led->name), "xpad%ld", led_no);
720 xpad_send_led_command(xpad, (led_no % 4) + 2);

Completed in 157 milliseconds