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

/drivers/input/tablet/
H A Daiptek.c374 static int map_str_to_val(const struct aiptek_map *map, const char *str, size_t count) function
1093 int new_mode = map_str_to_val(pointer_mode_map, buf, count);
1130 int new_mode = map_str_to_val(coordinate_mode_map, buf, count);
1172 int new_mode = map_str_to_val(tool_mode_map, buf, count);
1404 int new_button = map_str_to_val(stylus_button_map, buf, count);
1435 int new_button = map_str_to_val(stylus_button_map, buf, count);
1473 int new_button = map_str_to_val(mouse_button_map, buf, count);
1503 int new_button = map_str_to_val(mouse_button_map, buf, count);
1533 int new_button = map_str_to_val(mouse_button_map, buf, count);

Completed in 40 milliseconds