Searched refs:stylus_button_map (Results 1 – 1 of 1) sorted by relevance
/linux/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()
|