Home
last modified time | relevance | path

Searched refs:max_keys (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/
H A 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()
/kernel/linux/linux-6.6/drivers/input/
H A 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()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dtegra-kbc.c108 int max_keys; member
206 * Function keycodes are max_keys apart from the plain keycodes. in tegra_kbc_report_keys()
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()
H A Domap4-keypad.c260 unsigned int max_keys; in omap4_keypad_probe() local
346 max_keys = keypad_data->rows << keypad_data->row_shift; in omap4_keypad_probe()
347 keypad_data->keymap = kcalloc(max_keys, in omap4_keypad_probe()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dtegra-kbc.c108 int max_keys; member
206 * Function keycodes are max_keys apart from the plain keycodes. in tegra_kbc_report_keys()
210 scancodes[i] += kbc->max_keys; in tegra_kbc_report_keys()
617 kbc->max_keys = kbc->hw_support->max_rows * in tegra_kbc_probe()
621 keymap_rows = kbc->max_keys; in tegra_kbc_probe()
H A Domap4-keypad.c344 unsigned int max_keys; in omap4_keypad_probe() local
422 max_keys = keypad_data->rows << keypad_data->row_shift; in omap4_keypad_probe()
424 max_keys, in omap4_keypad_probe()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h1011 __u8 max_keys; member
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci.h1149 __le16 max_keys; member
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_event.c258 hdev->stored_max_keys = rp->max_keys; in hci_cc_read_stored_link_key()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_event.c322 hdev->stored_max_keys = le16_to_cpu(rp->max_keys); in hci_cc_read_stored_link_key()

Completed in 34 milliseconds