Searched refs:map_str_to_val (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/input/tablet/ |
H A D | aiptek.c | 353 static int map_str_to_val(const struct aiptek_map *map, const char *str, size_t count) in map_str_to_val() function 1074 int new_mode = map_str_to_val(pointer_mode_map, buf, count); in store_tabletPointerMode() 1110 int new_mode = map_str_to_val(coordinate_mode_map, buf, count); in store_tabletCoordinateMode() 1151 int new_mode = map_str_to_val(tool_mode_map, buf, count); in store_tabletToolMode() 1379 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusUpper() 1409 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusLower() 1446 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseLeft() 1475 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseMiddle() 1504 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseRight()
|