Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/misc/
Dsoc_button_array.c77 int n_buttons = 0; in soc_button_device_create() local
98 gpio_keys[n_buttons].type = info->event_type; in soc_button_device_create()
99 gpio_keys[n_buttons].code = info->event_code; in soc_button_device_create()
100 gpio_keys[n_buttons].gpio = gpio; in soc_button_device_create()
101 gpio_keys[n_buttons].active_low = 1; in soc_button_device_create()
102 gpio_keys[n_buttons].desc = info->name; in soc_button_device_create()
103 gpio_keys[n_buttons].wakeup = info->wakeup; in soc_button_device_create()
104 n_buttons++; in soc_button_device_create()
107 if (n_buttons == 0) { in soc_button_device_create()
113 gpio_keys_pdata->nbuttons = n_buttons; in soc_button_device_create()
/linux-4.4.14/drivers/input/joystick/
Dturbografx.c166 int *n_buttons, n_devs; in tgfx_attach() local
181 n_buttons = tgfx_cfg[port_idx].args + 1; in tgfx_attach()
208 if (n_buttons[i] < 1) in tgfx_attach()
211 if (n_buttons[i] > ARRAY_SIZE(tgfx_buttons)) { in tgfx_attach()
212 printk(KERN_ERR "turbografx.c: Invalid number of buttons %d\n", n_buttons[i]); in tgfx_attach()
224 "TurboGraFX %d-button Multisystem joystick", n_buttons[i]); in tgfx_attach()
232 input_dev->id.product = n_buttons[i]; in tgfx_attach()
244 for (j = 0; j < n_buttons[i]; j++) in tgfx_attach()
Ddb9.c96 int n_buttons; member
583 if (mode < 1 || mode >= DB9_MAX_PAD || !db9_modes[mode].n_buttons) { in db9_attach()
640 for (j = 0; j < db9_mode->n_buttons; j++) in db9_attach()