Home
last modified time | relevance | path

Searched refs:max_keys (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/input/
Dmatrix-keymap.c75 unsigned int max_keys = rows << row_shift; in matrix_keypad_parse_keymap() local
91 if (size > max_keys) { in matrix_keypad_parse_keymap()
93 propname, size, max_keys); in matrix_keypad_parse_keymap()
157 size_t max_keys = rows << row_shift; in matrix_keypad_build_keymap() local
166 max_keys, sizeof(*keymap), in matrix_keypad_build_keymap()
177 input_dev->keycodemax = max_keys; in matrix_keypad_build_keymap()
/linux-6.1.9/drivers/input/keyboard/
Domap4-keypad.c346 unsigned int max_keys; in omap4_keypad_probe() local
430 max_keys = keypad_data->rows << keypad_data->row_shift; in omap4_keypad_probe()
432 max_keys, in omap4_keypad_probe()
Dtegra-kbc.c108 int max_keys; member
210 scancodes[i] += kbc->max_keys; in tegra_kbc_report_keys()
619 kbc->max_keys = kbc->hw_support->max_rows * in tegra_kbc_probe()
623 keymap_rows = kbc->max_keys; in tegra_kbc_probe()
/linux-6.1.9/include/net/bluetooth/
Dhci.h1111 __le16 max_keys; member
/linux-6.1.9/net/bluetooth/
Dhci_event.c320 hdev->stored_max_keys = le16_to_cpu(rp->max_keys); in hci_cc_read_stored_link_key()