Home
last modified time | relevance | path

Searched refs:keycodesize (Results 1 – 25 of 71) sorted by relevance

123

/linux/drivers/input/keyboard/
H A Dipaq-micro-keys.c103 keys->input->keycodesize = sizeof(micro_keycodes[0]); in micro_key_probe()
106 keys->input->keycodesize, GFP_KERNEL); in micro_key_probe()
H A Dadp5520-keys.c114 input->keycodesize = sizeof(dev->keycode[0]); in adp5520_keys_probe()
119 pdata->keymapsize * input->keycodesize); in adp5520_keys_probe()
H A Dopencores-kbd.c74 input->keycodesize = sizeof(opencores_kbd->keycodes[0]); in opencores_kbd_probe()
H A Datakbd.c206 atakbd_dev->keycodesize = sizeof(unsigned char); in atakbd_init()
H A Dxtkbd.c93 input_dev->keycodesize = sizeof(unsigned char); in xtkbd_connect()
H A Ddlink-dir685-touchkeys.c82 tk->input->keycodesize = sizeof(u16); in dir685_tk_probe()
H A Djornada720_kbd.c113 input_dev->keycodesize = sizeof(unsigned short); in jornada720_kbd_probe()
H A Dnewtonkbd.c91 input_dev->keycodesize = sizeof(unsigned char); in nkbd_connect()
H A Dstowaway.c95 input_dev->keycodesize = sizeof(unsigned char); in skbd_connect()
H A Dmax7359_keypad.c204 input_dev->keycodesize = sizeof(keypad->keycodes[0]); in max7359_probe()
H A Djornada680_kbd.c205 input_dev->keycodesize = sizeof(unsigned short); in jornada680kbd_probe()
H A Dqt1070.c170 input->keycodesize = sizeof(data->keycodes[0]); in qt1070_probe()
/linux/drivers/input/misc/
H A Datlas_btns.c76 input_dev->keycodesize = sizeof(unsigned short); in atlas_acpi_button_add()
H A Dcobalt_btns.c94 input->keycodesize = sizeof(unsigned short); in cobalt_buttons_probe()
H A Dsgi_btns.c102 input->keycodesize = sizeof(unsigned short); in sgi_buttons_probe()
H A Dpcf8574_keypad.c110 idev->keycodesize = sizeof(lp->btncode[0]); in pcf8574_kp_probe()
H A Datmel_captouch.c231 capdev->input->keycodesize = sizeof(capdev->keycodes[0]); in atmel_captouch_probe()
/linux/drivers/media/firewire/
H A Dfiredtv-rc.c143 idev->keycodesize = sizeof(keytable[0]); in fdtv_register_rc()
/linux/drivers/input/
H A Dmatrix-keymap.c169 input_dev->keycodesize = sizeof(*keymap); in matrix_keypad_build_keymap()
H A Dinput.c763 switch (dev->keycodesize) { in input_fetch_keycode()
781 if (!dev->keycodesize) in input_default_getkeycode()
811 if (!dev->keycodesize) in input_default_setkeycode()
825 if (dev->keycodesize < sizeof(ke->keycode) && in input_default_setkeycode()
826 (ke->keycode >> (dev->keycodesize * 8))) in input_default_setkeycode()
829 switch (dev->keycodesize) { in input_default_setkeycode()
/linux/drivers/input/rmi4/
H A Drmi_f1a.c103 f1a->input->keycodesize = sizeof(f1a->keymap[0]); in rmi_f1a_initialize()
H A Drmi_f21.c94 input->keycodesize = sizeof(f21->key_code); in rmi_f21_initialize()
/linux/drivers/staging/nvec/
H A Dnvec_kbd.c134 idev->keycodesize = sizeof(unsigned char); in nvec_kbd_probe()
/linux/drivers/hid/
H A Dhid-creative-sb0540.c195 input_dev->keycodesize = sizeof(unsigned short); in creative_sb0540_input_configured()
/linux/drivers/input/touchscreen/
H A Dhynitron-cst816x.c147 priv->input->keycodesize = sizeof(priv->keycode[0]); in cst816x_register_input()

123