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

/linux-master/drivers/input/tablet/
H A Daiptek.c1379 int new_button = map_str_to_val(stylus_button_map, buf, count); local
1381 if (new_button == AIPTEK_INVALID_VALUE)
1384 aiptek->newSetting.stylusButtonUpper = new_button;
1409 int new_button = map_str_to_val(stylus_button_map, buf, count); local
1411 if (new_button == AIPTEK_INVALID_VALUE)
1414 aiptek->newSetting.stylusButtonLower = new_button;
1446 int new_button = map_str_to_val(mouse_button_map, buf, count); local
1448 if (new_button == AIPTEK_INVALID_VALUE)
1451 aiptek->newSetting.mouseButtonLeft = new_button;
1475 int new_button local
1504 int new_button = map_str_to_val(mouse_button_map, buf, count); local
[all...]

Completed in 91 milliseconds