Home
last modified time | relevance | path

Searched refs:pad_nr (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/input/joystick/
Dxpad.c705 int pad_nr; /* the order x360 pads were attached */ member
1618 led_set_brightness(&xpad->led->led_cdev, (xpad->pad_nr % 4) + 2); in xpad_identify_controller()
1643 xpad->pad_nr = ida_simple_get(&xpad_pad_seq, 0, 0, GFP_KERNEL); in xpad_led_probe()
1644 if (xpad->pad_nr < 0) { in xpad_led_probe()
1645 error = xpad->pad_nr; in xpad_led_probe()
1649 snprintf(led->name, sizeof(led->name), "xpad%d", xpad->pad_nr); in xpad_led_probe()
1666 ida_simple_remove(&xpad_pad_seq, xpad->pad_nr); in xpad_led_probe()
1679 ida_simple_remove(&xpad_pad_seq, xpad->pad_nr); in xpad_led_disconnect()