Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/tablet/
H A 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()
/kernel/linux/linux-6.6/drivers/input/tablet/
H A 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
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()

Completed in 6 milliseconds