Lines Matching refs:tool_list
1138 struct list *tool_list;
1141 tool_list = &libinput->tool_list;
1143 list_for_each(t, tool_list, link) {
1157 tool_list = &tablet->tool_list;
1164 list_for_each(t, tool_list, link) {
1172 * tool_list back so we create in the correct list */
1174 tool_list = &libinput->tool_list;
1192 list_insert(tool_list, &tool->link);
2190 list_for_each_safe(tool, &tablet->tool_list, link) {
2579 list_init(&tablet->tool_list);