Home
last modified time | relevance | path

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

/linux/drivers/input/
H A Dmatrix-keymap.c75 unsigned int max_keys = rows << row_shift; in matrix_keypad_parse_keymap() local
90 if (size > max_keys) { in matrix_keypad_parse_keymap()
92 propname, size, max_keys); in matrix_keypad_parse_keymap()
150 size_t max_keys = rows << row_shift; in matrix_keypad_build_keymap() local
159 max_keys, sizeof(*keymap), in matrix_keypad_build_keymap()
170 input_dev->keycodemax = max_keys; in matrix_keypad_build_keymap()
/linux/drivers/input/keyboard/
H A Domap4-keypad.c350 unsigned int max_keys; in omap4_keypad_probe() local
433 max_keys = keypad_data->rows << keypad_data->row_shift; in omap4_keypad_probe()
435 max_keys, in omap4_keypad_probe()
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()
589 kbc->max_keys = kbc->hw_support->max_rows * in tegra_kbc_probe()
593 keymap_rows = kbc->max_keys; in tegra_kbc_probe()
/linux/net/ipv4/
H A Dtcp_ao.c2115 unsigned int max_keys; /* maximum number of keys to copy to user */ in tcp_ao_copy_mkts_to_user() local
2144 max_keys = opt_in.nkeys; in tcp_ao_copy_mkts_to_user()
2254 if (matched_keys > max_keys) in tcp_ao_copy_mkts_to_user()
/linux/net/bluetooth/
H A Dhci_event.c315 hdev->stored_max_keys = le16_to_cpu(rp->max_keys); in hci_cc_read_stored_link_key()