Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/tablet/
Daiptek.c353 static int map_str_to_val(const struct aiptek_map *map, const char *str, size_t count) in map_str_to_val() function
1076 int new_mode = map_str_to_val(pointer_mode_map, buf, count); in store_tabletPointerMode()
1113 int new_mode = map_str_to_val(coordinate_mode_map, buf, count); in store_tabletCoordinateMode()
1155 int new_mode = map_str_to_val(tool_mode_map, buf, count); in store_tabletToolMode()
1387 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusUpper()
1418 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusLower()
1456 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseLeft()
1486 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseMiddle()
1516 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseRight()