Home
last modified time | relevance | path

Searched refs:nbuttons (Results 1 – 6 of 6) sorted by relevance

/third_party/libinput/test/
Dtest-pad.c160 unsigned int nbuttons = 0; in START_TEST() local
169 nbuttons++; in START_TEST()
173 nbuttons); in START_TEST()
784 int ngroups, nbuttons, nrings, nstrips; in START_TEST() local
790 nbuttons = libinput_device_tablet_pad_get_num_buttons(device); in START_TEST()
794 for (b = 0; b < nbuttons; b++) { in START_TEST()
843 int ngroups, nbuttons, nrings, nstrips; in START_TEST() local
850 nbuttons = libinput_device_tablet_pad_get_num_buttons(device); in START_TEST()
857 nbuttons); in START_TEST()
860 nbuttons + 1); in START_TEST()
[all …]
/third_party/libinput/tools/
Dlibinput-list-devices.c248 int nbuttons, nrings, nstrips, ngroups, nmodes; in print_pad_info() local
251 nbuttons = libinput_device_tablet_pad_get_num_buttons(device); in print_pad_info()
262 printf(" Buttons: %d\n", nbuttons); in print_pad_info()
Dlibinput-debug-events.c231 int nbuttons, nstrips, nrings, ngroups; in print_device_options() local
233 nbuttons = libinput_device_tablet_pad_get_num_buttons(dev); in print_device_options()
239 nbuttons, in print_device_options()
/third_party/libinput/src/
Devdev-tablet-pad.h72 unsigned int nbuttons; member
Devdev-tablet-pad.c582 pad->nbuttons = map; in pad_init_buttons_from_libwacom()
622 pad->nbuttons = map; in pad_init_buttons_from_kernel()
770 return pad->nbuttons; in evdev_device_tablet_pad_get_num_buttons()
Devdev-tablet-pad-leds.c560 if (pad->nbuttons > 32) { in pad_init_leds()
563 pad->nbuttons); in pad_init_leds()