Lines Matching defs:button
59 struct pad_mode_toggle_button *button;
61 button = zalloc(sizeof *button);
62 button->button_index = button_index;
64 return button;
69 pad_mode_toggle_button_destroy(struct pad_mode_toggle_button* button)
71 list_remove(&button->link);
72 free(button);
158 struct pad_mode_toggle_button *button;
161 list_for_each_safe(button, &group->toggle_button_list, link)
162 pad_mode_toggle_button_destroy(button);
396 /* If this button is not a mode toggle button, find the mode
397 * toggle button with the same position flags and take that
398 * button's group idx */
405 "unhandled position for button %i\n",
413 "Failed to find group %d for button %i\n",