Home
last modified time | relevance | path

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

/linux/drivers/input/
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/
A Domap4-keypad.c352 unsigned int max_keys; in omap4_keypad_probe() local
435 max_keys = keypad_data->rows << keypad_data->row_shift; in omap4_keypad_probe()
437 max_keys, in omap4_keypad_probe()
A Dtegra-kbc.c108 int max_keys; member
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/
A Dtcp_ao.c2112 unsigned int max_keys; /* maximum number of keys to copy to user */ in tcp_ao_copy_mkts_to_user() local
2141 max_keys = opt_in.nkeys; in tcp_ao_copy_mkts_to_user()
2250 if (matched_keys > max_keys) in tcp_ao_copy_mkts_to_user()
/linux/include/net/bluetooth/
A Dhci.h1109 __le16 max_keys; member
/linux/net/bluetooth/
A Dhci_event.c317 hdev->stored_max_keys = le16_to_cpu(rp->max_keys); in hci_cc_read_stored_link_key()

Completed in 48 milliseconds