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

/drivers/input/tablet/
H A Daiptek.c1404 int new_button = map_str_to_val(stylus_button_map, buf, count); local
1406 if (new_button == AIPTEK_INVALID_VALUE)
1409 aiptek->newSetting.stylusButtonUpper = new_button;
1435 int new_button = map_str_to_val(stylus_button_map, buf, count); local
1437 if (new_button == AIPTEK_INVALID_VALUE)
1440 aiptek->newSetting.stylusButtonLower = new_button;
1473 int new_button = map_str_to_val(mouse_button_map, buf, count); local
1475 if (new_button == AIPTEK_INVALID_VALUE)
1478 aiptek->newSetting.mouseButtonLeft = new_button;
1503 int new_button local
1533 int new_button = map_str_to_val(mouse_button_map, buf, count); local
[all...]

Completed in 467 milliseconds