Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/tablet/
Daiptek.c366 static int map_str_to_val(const struct aiptek_map *map, const char *str, size_t count) in map_str_to_val() function
1089 int new_mode = map_str_to_val(pointer_mode_map, buf, count); in store_tabletPointerMode()
1126 int new_mode = map_str_to_val(coordinate_mode_map, buf, count); in store_tabletCoordinateMode()
1168 int new_mode = map_str_to_val(tool_mode_map, buf, count); in store_tabletToolMode()
1400 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusUpper()
1431 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusLower()
1469 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseLeft()
1499 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseMiddle()
1529 int new_button = map_str_to_val(mouse_button_map, buf, count); in store_tabletMouseRight()