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

/linux-master/drivers/input/tablet/
H A Daiptek.c353 static int map_str_to_val(const struct aiptek_map *map, const char *str, size_t count) function
1074 int new_mode = map_str_to_val(pointer_mode_map, buf, count);
1110 int new_mode = map_str_to_val(coordinate_mode_map, buf, count);
1151 int new_mode = map_str_to_val(tool_mode_map, buf, count);
1379 int new_button = map_str_to_val(stylus_button_map, buf, count);
1409 int new_button = map_str_to_val(stylus_button_map, buf, count);
1446 int new_button = map_str_to_val(mouse_button_map, buf, count);
1475 int new_button = map_str_to_val(mouse_button_map, buf, count);
1504 int new_button = map_str_to_val(mouse_button_map, buf, count);

Completed in 140 milliseconds