Home
last modified time | relevance | path

Searched refs:keycodemax (Results 1 – 25 of 66) sorted by relevance

123

/drivers/input/keyboard/
A Diqs62x-keys.c41 unsigned int keycodemax; member
59 iqs62x_keys->keycodemax = ret; in iqs62x_keys_parse_prop()
63 iqs62x_keys->keycodemax); in iqs62x_keys_parse_prop()
116 for (i = 0; i < iqs62x_keys->keycodemax; i++) { in iqs62x_keys_init()
205 for (i = 0; i < iqs62x_keys->keycodemax; i++) { in iqs62x_keys_notifier()
269 input->keycodemax = iqs62x_keys->keycodemax; in iqs62x_keys_probe()
276 for (i = 0; i < iqs62x_keys->keycodemax; i++) in iqs62x_keys_probe()
A Domap-keypad.c186 unsigned int row_shift, keycodemax; in omap_kp_probe() local
194 keycodemax = pdata->rows << row_shift; in omap_kp_probe()
196 omap_kp = kzalloc(struct_size(omap_kp, keymap, keycodemax), GFP_KERNEL); in omap_kp_probe()
A Dipaq-micro-keys.c104 keys->input->keycodemax = ARRAY_SIZE(micro_keycodes); in micro_key_probe()
105 keys->codes = devm_kmemdup_array(&pdev->dev, micro_keycodes, keys->input->keycodemax, in micro_key_probe()
A Dadp5520-keys.c115 input->keycodemax = pdata->keymapsize; in adp5520_keys_probe()
127 for (i = 0; i < input->keycodemax; i++) in adp5520_keys_probe()
A Dopencores-kbd.c75 input->keycodemax = ARRAY_SIZE(opencores_kbd->keycodes); in opencores_kbd_probe()
A Dpxa27x_keypad.c324 input_dev->keycodemax = ARRAY_SIZE(keypad->keycodes); in pxa27x_keypad_build_keycode_from_dt()
360 input_dev->keycodemax = ARRAY_SIZE(keypad->keycodes); in pxa27x_keypad_build_keycode()
761 input_dev->keycodemax = ARRAY_SIZE(keypad->keycodes); in pxa27x_keypad_probe()
A Datakbd.c207 atakbd_dev->keycodemax = ARRAY_SIZE(atakbd_keycode); in atakbd_init()
A Dxtkbd.c94 input_dev->keycodemax = ARRAY_SIZE(xtkbd_keycode); in xtkbd_connect()
A Ddlink-dir685-touchkeys.c83 tk->input->keycodemax = ARRAY_SIZE(tk->codes); in dir685_tk_probe()
A Djornada720_kbd.c114 input_dev->keycodemax = ARRAY_SIZE(jornada_std_keymap); in jornada720_kbd_probe()
A Dnewtonkbd.c92 input_dev->keycodemax = ARRAY_SIZE(nkbd_keycode); in nkbd_connect()
A Dstowaway.c96 input_dev->keycodemax = ARRAY_SIZE(skbd_keycode); in skbd_connect()
A Dcap11xx.c361 for (i = 0; i < priv->idev->keycodemax; i++) in cap11xx_thread_func()
567 priv->idev->keycodemax = cap->num_channels; in cap11xx_i2c_probe()
A Djornada680_kbd.c206 input_dev->keycodemax = ARRAY_SIZE(jornada_scancodes); in jornada680kbd_probe()
/drivers/input/misc/
A Dapanel.c109 for (i = 0; i < idev->keycodemax; i++) in apanel_poll()
158 idev->keycodemax = (device_chip[APANEL_DEV_CDBTN] != CHIP_NONE) ? 12 : 4; in apanel_probe()
161 for (i = 0; i < idev->keycodemax; i++) in apanel_probe()
A Datlas_btns.c77 input_dev->keycodemax = ARRAY_SIZE(atlas_keymap); in atlas_acpi_button_add()
A Dsgi_btns.c101 input->keycodemax = ARRAY_SIZE(bdev->keymap); in sgi_buttons_probe()
A Dcobalt_btns.c93 input->keycodemax = ARRAY_SIZE(bdev->keymap); in cobalt_buttons_probe()
A Dpcf8574_keypad.c111 idev->keycodemax = ARRAY_SIZE(lp->btncode); in pcf8574_kp_probe()
/drivers/input/rmi4/
A Drmi_f1a.c102 f1a->input->keycodemax = f1a->num_keys; in rmi_f1a_initialize()
A Drmi_f21.c95 input->keycodemax = RMI_F21_FORCEPAD_BUTTON_COUNT; in rmi_f21_initialize()
/drivers/input/
A Dmatrix-keymap.c170 input_dev->keycodemax = max_keys; in matrix_keypad_build_keymap()
/drivers/media/firewire/
A Dfiredtv-rc.c144 idev->keycodemax = ARRAY_SIZE(keytable); in fdtv_register_rc()
/drivers/hid/
A Dhid-creative-sb0540.c196 input_dev->keycodemax = ARRAY_SIZE(creative_sb0540->keymap); in creative_sb0540_input_configured()
/drivers/staging/nvec/
A Dnvec_kbd.c135 idev->keycodemax = ARRAY_SIZE(keycodes); in nvec_kbd_probe()

Completed in 31 milliseconds

123