Home
last modified time | relevance | path

Searched full:keycodes (Results 1 – 25 of 135) sorted by relevance

123456

/linux-6.12.1/drivers/input/keyboard/ !
Dcypress-sf.c26 u32 *keycodes; member
55 touchkey->keycodes[key], new_state); in cypress_sf_irq_handler()
96 "linux,keycodes", in cypress_sf_probe()
103 touchkey->keycodes = devm_kcalloc(&client->dev, in cypress_sf_probe()
105 sizeof(*touchkey->keycodes), in cypress_sf_probe()
107 if (!touchkey->keycodes) in cypress_sf_probe()
110 error = device_property_read_u32_array(&client->dev, "linux,keycodes", in cypress_sf_probe()
111 touchkey->keycodes, in cypress_sf_probe()
116 "Failed to read keycodes: %d, using defaults\n", in cypress_sf_probe()
119 /* Default keycodes */ in cypress_sf_probe()
[all …]
Dopencores-kbd.c22 unsigned short keycodes[128]; member
73 input->keycode = opencores_kbd->keycodes; in opencores_kbd_probe()
74 input->keycodesize = sizeof(opencores_kbd->keycodes[0]); in opencores_kbd_probe()
75 input->keycodemax = ARRAY_SIZE(opencores_kbd->keycodes); in opencores_kbd_probe()
79 for (i = 0; i < ARRAY_SIZE(opencores_kbd->keycodes); i++) { in opencores_kbd_probe()
84 opencores_kbd->keycodes[i] = i; in opencores_kbd_probe()
85 __set_bit(opencores_kbd->keycodes[i], input->keybit); in opencores_kbd_probe()
Dtm2-touchkey.c52 u32 keycodes[4]; member
163 touchkey->keycodes[i], 0); in tm2_touchkey_irq_handler()
166 touchkey->keycodes[index], 1); in tm2_touchkey_irq_handler()
220 "linux,keycodes", touchkey->keycodes, 0, in tm2_touchkey_probe()
221 ARRAY_SIZE(touchkey->keycodes)); in tm2_touchkey_probe()
223 /* default keycodes */ in tm2_touchkey_probe()
224 touchkey->keycodes[0] = KEY_PHONE; in tm2_touchkey_probe()
225 touchkey->keycodes[1] = KEY_BACK; in tm2_touchkey_probe()
253 touchkey->input_dev->keycode = touchkey->keycodes; in tm2_touchkey_probe()
255 touchkey->input_dev->keycodesize = sizeof(touchkey->keycodes[0]); in tm2_touchkey_probe()
[all …]
Dpxa27x_keypad.c105 unsigned short keycodes[MAX_KEYPAD_KEYS]; member
141 keypad->keycodes, input_dev); in pxa27x_keypad_matrix_key_parse_dt()
201 keypad->keycodes[MAX_MATRIX_KEY_NUM + i] = code; in pxa27x_keypad_direct_key_parse_dt()
257 keypad->keycodes[n] = keycode; in pxa27x_keypad_rotary_parse_dt()
261 keypad->keycodes[n + 1] = keycode; in pxa27x_keypad_rotary_parse_dt()
321 * The keycodes may not only includes matrix key but also the direct in pxa27x_keypad_build_keycode_from_dt()
324 input_dev->keycodemax = ARRAY_SIZE(keypad->keycodes); in pxa27x_keypad_build_keycode_from_dt()
352 keypad->keycodes, input_dev); in pxa27x_keypad_build_keycode()
357 * The keycodes may not only include matrix keys but also the direct in pxa27x_keypad_build_keycode()
360 input_dev->keycodemax = ARRAY_SIZE(keypad->keycodes); in pxa27x_keypad_build_keycode()
[all …]
Dmpr121_touchkey.c65 u32 keycodes[MPR121_MAX_KEY_COUNT]; member
151 key_val = mpr121->keycodes[key_num]; in mpr_touchkey_report()
260 mpr121->keycount = device_property_count_u32(dev, "linux,keycodes"); in mpr_touchkey_probe()
266 error = device_property_read_u32_array(dev, "linux,keycodes", in mpr_touchkey_probe()
267 mpr121->keycodes, in mpr_touchkey_probe()
283 input_dev->keycode = mpr121->keycodes; in mpr_touchkey_probe()
284 input_dev->keycodesize = sizeof(mpr121->keycodes[0]); in mpr_touchkey_probe()
288 input_set_capability(input_dev, EV_KEY, mpr121->keycodes[i]); in mpr_touchkey_probe()
Dmax7359_keypad.c58 unsigned short keycodes[MAX7359_MAX_KEY_NUM]; member
102 input_report_key(input_dev, keypad->keycodes[code], !release); in max7359_interrupt()
204 input_dev->keycodesize = sizeof(keypad->keycodes[0]); in max7359_probe()
205 input_dev->keycodemax = ARRAY_SIZE(keypad->keycodes); in max7359_probe()
206 input_dev->keycode = keypad->keycodes; in max7359_probe()
214 keypad->keycodes, in max7359_probe()
Dqt1070.c52 unsigned short keycodes[ARRAY_SIZE(qt1070_key2code)]; member
120 input_report_key(input, data->keycodes[i], keyval); in qt1070_interrupt()
169 input->keycode = data->keycodes; in qt1070_probe()
170 input->keycodesize = sizeof(data->keycodes[0]); in qt1070_probe()
176 data->keycodes[i] = qt1070_key2code[i]; in qt1070_probe()
Dtegra-kbc.c132 unsigned short keycodes[], in tegra_kbc_report_pressed_keys() argument
139 input_report_key(input, keycodes[i], 1); in tegra_kbc_report_pressed_keys()
146 unsigned short keycodes[KBC_MAX_KPENT]; in tegra_kbc_report_keys() local
165 keycodes[num_down] = kbc->keycode[scancode]; in tegra_kbc_report_keys()
167 if ((keycodes[num_down] == KEY_FN) && kbc->use_fn_map) in tegra_kbc_report_keys()
206 * Function keycodes are max_keys apart from the plain keycodes. in tegra_kbc_report_keys()
211 keycodes[i] = kbc->keycode[scancodes[i]]; in tegra_kbc_report_keys()
221 keycodes, num_down); in tegra_kbc_report_keys()
222 tegra_kbc_report_pressed_keys(kbc->idev, scancodes, keycodes, num_down); in tegra_kbc_report_keys()
225 memcpy(kbc->current_keys, keycodes, sizeof(kbc->current_keys)); in tegra_kbc_report_keys()
Dcap11xx.c99 u32 keycodes[]; member
330 priv->keycodes[i] = KEY_A + i; in cap11xx_init_keys()
332 of_property_read_u32_array(node, "linux,keycodes", in cap11xx_init_keys()
333 priv->keycodes, priv->model->num_channels); in cap11xx_init_keys()
362 input_report_key(priv->idev, priv->keycodes[i], in cap11xx_thread_func()
506 struct_size(priv, keycodes, cap->num_channels), in cap11xx_i2c_probe()
565 __set_bit(priv->keycodes[i], priv->idev->keybit); in cap11xx_i2c_probe()
569 priv->idev->keycode = priv->keycodes; in cap11xx_i2c_probe()
570 priv->idev->keycodesize = sizeof(priv->keycodes[0]); in cap11xx_i2c_probe()
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/ !
Dcypress,tt21000.yaml43 linux,keycodes:
55 linux,keycodes:
60 - linux,keycodes
97 linux,keycodes = <KEY_HOMEPAGE>;
102 linux,keycodes = <KEY_MENU>;
107 linux,keycodes = <KEY_BACK>;
Dimagis,ist3038c.yaml35 linux,keycodes:
36 description: Keycodes for the touch keys
59 linux,keycodes: false
/linux-6.12.1/drivers/input/misc/ !
Dibm-panel.c21 u32 keycodes[PANEL_KEYCODES_COUNT]; member
68 input_report_key(panel->input, panel->keycodes[button], in ibm_panel_process_command()
142 "linux,keycodes", in ibm_panel_probe()
143 panel->keycodes, in ibm_panel_probe()
150 panel->keycodes[0] = BTN_NORTH; in ibm_panel_probe()
151 panel->keycodes[1] = BTN_SOUTH; in ibm_panel_probe()
152 panel->keycodes[2] = BTN_SELECT; in ibm_panel_probe()
156 input_set_capability(panel->input, EV_KEY, panel->keycodes[i]); in ibm_panel_probe()
Datmel_captouch.c64 * @keycodes: map of button# to KeyCode
72 u32 keycodes[MAX_NUM_OF_BUTTONS]; member
151 capdev->keycodes[i], in atmel_captouch_isr()
218 err = of_property_read_u32_array(node, "linux,keycodes", in atmel_captouch_probe()
219 capdev->keycodes, in atmel_captouch_probe()
228 __set_bit(capdev->keycodes[i], capdev->input->keybit); in atmel_captouch_probe()
230 capdev->input->keycode = capdev->keycodes; in atmel_captouch_probe()
231 capdev->input->keycodesize = sizeof(capdev->keycodes[0]); in atmel_captouch_probe()
/linux-6.12.1/drivers/input/touchscreen/ !
Dmsg2638.c78 u32 keycodes[MAX_BUTTONS]; member
102 input_report_key(msg2638->input_dev, msg2638->keycodes[i], in msg2138_report_keys()
325 input_dev->keycode = msg2638->keycodes; in msg2638_init_input_dev()
327 input_dev->keycodesize = sizeof(msg2638->keycodes[0]); in msg2638_init_input_dev()
330 EV_KEY, msg2638->keycodes[i]); in msg2638_init_input_dev()
402 "linux,keycodes"); in msg2638_ts_probe()
406 dev_err(dev, "Unable to parse linux,keycodes property: %d\n", in msg2638_ts_probe()
409 } else if (msg2638->num_keycodes > ARRAY_SIZE(msg2638->keycodes)) { in msg2638_ts_probe()
410 dev_warn(dev, "Found %d linux,keycodes but max is %zd, ignoring the rest\n", in msg2638_ts_probe()
411 msg2638->num_keycodes, ARRAY_SIZE(msg2638->keycodes)); in msg2638_ts_probe()
[all …]
Dimagis.c61 u32 keycodes[5]; member
157 input_report_key(ts->input_dev, ts->keycodes[i], in imagis_interrupt()
247 ts->client->dev.of_node, "linux,keycodes", in imagis_init_input_dev()
248 ts->keycodes, 0, ARRAY_SIZE(ts->keycodes)); in imagis_init_input_dev()
250 ts->keycodes[0] = KEY_APPSELECT; in imagis_init_input_dev()
251 ts->keycodes[1] = KEY_BACK; in imagis_init_input_dev()
256 input_dev->keycodesize = sizeof(ts->keycodes[0]); in imagis_init_input_dev()
257 input_dev->keycode = ts->keycodes; in imagis_init_input_dev()
261 input_set_capability(input_dev, EV_KEY, ts->keycodes[i]); in imagis_init_input_dev()
Dmms114.c73 u32 keycodes[MMS114_MAX_TOUCHKEYS]; member
212 input_report_key(input_dev, data->keycodes[keycode_id], touch->pressed); in mms114_process_touchkey()
510 "linux,keycodes"); in mms114_probe()
515 "Unable to parse linux,keycodes property: %d\n", in mms114_probe()
520 "Found %d linux,keycodes but max is %d, ignoring the rest\n", in mms114_probe()
527 "linux,keycodes", in mms114_probe()
528 data->keycodes, in mms114_probe()
532 "Unable to read linux,keycodes values: %d\n", in mms114_probe()
537 input_dev->keycode = data->keycodes; in mms114_probe()
539 input_dev->keycodesize = sizeof(data->keycodes[0]); in mms114_probe()
[all …]
Dzinitix.c161 u32 keycodes[MAX_SUPPORTED_BUTTON_NUM]; member
440 bt541->keycodes[i], icon_events & BIT(i)); in zinitix_report_keys()
577 input_dev->keycode = bt541->keycodes; in zinitix_init_input_dev()
579 input_dev->keycodesize = sizeof(bt541->keycodes[0]); in zinitix_init_input_dev()
581 input_set_capability(input_dev, EV_KEY, bt541->keycodes[i]); in zinitix_init_input_dev()
648 if (device_property_present(&client->dev, "linux,keycodes")) { in zinitix_ts_probe()
650 "linux,keycodes"); in zinitix_ts_probe()
655 } else if (bt541->num_keycodes > ARRAY_SIZE(bt541->keycodes)) { in zinitix_ts_probe()
662 "linux,keycodes", in zinitix_ts_probe()
663 bt541->keycodes, in zinitix_ts_probe()
[all …]
/linux-6.12.1/drivers/staging/nvec/ !
Dnvec_kbd.c28 static unsigned char keycodes[ARRAY_SIZE(code_tab_102us) variable
120 keycodes[j++] = code_tab_102us[i]; in nvec_kbd_probe()
123 keycodes[j++] = extcode_tab_us102[i]; in nvec_kbd_probe()
133 idev->keycode = keycodes; in nvec_kbd_probe()
135 idev->keycodemax = ARRAY_SIZE(keycodes); in nvec_kbd_probe()
137 for (i = 0; i < ARRAY_SIZE(keycodes); ++i) in nvec_kbd_probe()
138 set_bit(keycodes[i], idev->keybit); in nvec_kbd_probe()
/linux-6.12.1/drivers/media/rc/keymaps/ !
Drc-hauppauge.c27 * Keycodes start with address = 0x1e
93 * Keycodes start with address = 0x1f
140 * Keycodes for DSR-0112 remote bundled with Haupauge MiniStick
141 * Keycodes start with address = 0x1d
181 * Keycodes for PT# R-005 remote bundled with Haupauge HVR-930C
182 * Keycodes start with address = 0x1c
232 * Keycodes for the old Black Remote Controller
234 * Keycodes start with address = 0x00
/linux-6.12.1/Documentation/devicetree/bindings/input/ !
Dfsl,mpr121-touchkey.yaml36 linux,keycodes:
48 - linux,keycodes
67 linux,keycodes = <KEY_0>, <KEY_1>, <KEY_2>, <KEY_3>,
86 linux,keycodes = <KEY_0>, <KEY_1>, <KEY_2>, <KEY_3>,
Dfsl,scu-key.yaml24 linux,keycodes:
31 - linux,keycodes
41 linux,keycodes = <KEY_POWER>;
Datmel,captouch.yaml29 linux,keycodes:
37 - linux,keycodes
53 linux,keycodes = <BTN_0>, <BTN_1>,
Diqs269a.yaml43 Enables Hall-effect sensing on channels 6 and 7. In this case, keycodes
44 assigned to channel 6 are ignored and keycodes assigned to channel 7 are
223 linux,keycodes:
227 Specifies the numeric keycodes associated with each available gesture in
275 azoteq,gesture-swipe: ["linux,keycodes"]
276 azoteq,timeout-tap-ms: ["linux,keycodes"]
277 azoteq,timeout-swipe-ms: ["linux,keycodes"]
278 azoteq,thresh-swipe: ["linux,keycodes"]
575 linux,keycodes = <KEY_PLAYPAUSE>,
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ !
Dimx7d-remarkable2.dts272 linux,keycodes = <KEY_HOMEPAGE>;
277 linux,keycodes = <KEY_MENU>;
282 linux,keycodes = <KEY_BACK>;
287 linux,keycodes = <KEY_SEARCH>;
292 linux,keycodes = <KEY_VOLUMEDOWN>;
297 linux,keycodes = <KEY_VOLUMEUP>;
302 linux,keycodes = <KEY_CAMERA>;
307 linux,keycodes = <KEY_POWER>;
/linux-6.12.1/Documentation/admin-guide/media/ !
Dremote-controller.rst69 Xorg recognizes several IR keycodes that have its numerical value lower
71 and should now accept all keycodes. Yet, you may want to just reassign
72 the keycodes to something that your favorite media application likes.

123456