Searched refs:max_keys (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/ |
H A D | matrix-keymap.c | 75 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 D | matrix-keymap.c | 75 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 D | tegra-kbc.c | 108 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 D | omap4-keypad.c | 260 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 D | tegra-kbc.c | 108 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 D | omap4-keypad.c | 344 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 D | hci.h | 1011 __u8 max_keys; member
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1149 __le16 max_keys; member
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 258 hdev->stored_max_keys = rp->max_keys; in hci_cc_read_stored_link_key()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 322 hdev->stored_max_keys = le16_to_cpu(rp->max_keys); in hci_cc_read_stored_link_key()
|
Completed in 34 milliseconds