Searched refs:map_str_to_val (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/input/tablet/ | 
| 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 1075 	int new_mode = map_str_to_val(pointer_mode_map, buf, count);  in store_tabletPointerMode() 1111 	int new_mode = map_str_to_val(coordinate_mode_map, buf, count);  in store_tabletCoordinateMode() 1152 	int new_mode = map_str_to_val(tool_mode_map, buf, count);  in store_tabletToolMode() 1380 	int new_button = map_str_to_val(stylus_button_map, buf, count);  in store_tabletStylusUpper() 1410 	int new_button = map_str_to_val(stylus_button_map, buf, count);  in store_tabletStylusLower() 1447 	int new_button = map_str_to_val(mouse_button_map, buf, count);  in store_tabletMouseLeft() 1476 	int new_button = map_str_to_val(mouse_button_map, buf, count);  in store_tabletMouseMiddle() 1505 	int new_button = map_str_to_val(mouse_button_map, buf, count);  in store_tabletMouseRight()
  |