Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-elecom.c43 int nbuttons) in mouse_button_fixup() argument
51 nbuttons = clamp(nbuttons, 0, MOUSE_BUTTONS_MAX); in mouse_button_fixup()
52 rdesc[button_bit_count + 1] = nbuttons; in mouse_button_fixup()
53 rdesc[button_usage_maximum + 1] = nbuttons; in mouse_button_fixup()
54 rdesc[padding_bit + 1] = MOUSE_BUTTONS_MAX - nbuttons; in mouse_button_fixup()
/linux/arch/sh/boards/mach-rsk/
H A Ddevices-rsk7203.c107 .nbuttons = ARRAY_SIZE(rsk7203_gpio_keys_table),
/linux/arch/sh/boards/mach-x3proto/
H A Dsetup.c198 .nbuttons = ARRAY_SIZE(baseboard_buttons),