Lines Matching refs:group
44 int group);
4007 static void wacom_24hd_update_leds(struct wacom *wacom, int mask, int group)
4014 * 24HD has LED group 1 to the left and LED group 0 to the right.
4015 * So group 0 matches the second half of the buttons and thus the mask
4018 if (group == 0)
4022 led = wacom_led_find(wacom, group, i);
4024 hid_err(wacom->hdev, "can't find LED %d in group %d\n",
4025 i, group);
4038 int mask, int group)
4043 * 21UX2 has LED group 1 to the left and LED group 0
4044 * to the right. We need to reverse the group to match this
4048 group = 1 - group;
4050 group_button = group * (button_count/wacom->led.count);
4059 int group)
4066 return wacom_24hd_update_leds(wacom, mask, group);
4068 pressed = wacom_is_led_toggled(wacom, button_count, mask, group);
4069 cur = wacom->led.groups[group].select;
4071 led = wacom_led_find(wacom, group, cur);
4073 hid_err(wacom->hdev, "can't find current LED %d in group %d\n",
4074 cur, group);
4088 hid_err(wacom->hdev, "can't find next LED in group %d\n",
4089 group);