Searched refs:stylus_button_map (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/tablet/ |
H A D | aiptek.c | 1368 static struct aiptek_map stylus_button_map[] = { variable 1379 map_val_to_str(stylus_button_map, in show_tabletStylusUpper() 1387 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusUpper() 1410 map_val_to_str(stylus_button_map, in show_tabletStylusLower() 1418 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusLower()
|
/kernel/linux/linux-6.6/drivers/input/tablet/ |
H A D | aiptek.c | 1361 static struct aiptek_map stylus_button_map[] = { variable 1371 return sysfs_emit(buf, "%s\n", map_val_to_str(stylus_button_map, in show_tabletStylusUpper() 1379 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusUpper() 1401 return sysfs_emit(buf, "%s\n", map_val_to_str(stylus_button_map, in show_tabletStylusLower() 1409 int new_button = map_str_to_val(stylus_button_map, buf, count); in store_tabletStylusLower()
|
Completed in 6 milliseconds