Home
last modified time | relevance | path

Searched refs:keycount (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/input/keyboard/
Dmpr121_touchkey.c64 unsigned int keycount; member
172 eleconf = mpr121->keycount | ELECTRODE_CONF_QUICK_CHARGE; in mpr121_phys_init()
178 dev_dbg(&client->dev, "set up with %x keys.\n", mpr121->keycount); in mpr121_phys_init()
228 mpr121->keycount = pdata->keymap_size; in mpr_touchkey_probe()
237 input_dev->keycodemax = mpr121->keycount; in mpr_touchkey_probe()
291 mpr121->keycount); in mpr_resume()
/linux-4.1.27/Documentation/device-mapper/
Ddm-crypt.txt15 (In format cipher[:keycount]-chainmode-ivmode[:ivopts]).
31 <keycount>
32 Multi-key compatibility mode. You can define <keycount> keys and
34 sector 1 uses key1 etc.). <keycount> must be a power of two.
/linux-4.1.27/net/mac80211/
Ddebugfs_key.c300 static int keycount; in ieee80211_debugfs_key_add() local
307 sprintf(buf, "%d", keycount); in ieee80211_debugfs_key_add()
308 key->debugfs.cnt = keycount; in ieee80211_debugfs_key_add()
309 keycount++; in ieee80211_debugfs_key_add()
/linux-4.1.27/drivers/md/
Ddm-crypt.c1551 char *tmp, *cipher, *chainmode, *ivmode, *ivopts, *keycount; in crypt_ctr_cipher() local
1571 keycount = strsep(&tmp, "-"); in crypt_ctr_cipher()
1572 cipher = strsep(&keycount, ":"); in crypt_ctr_cipher()
1574 if (!keycount) in crypt_ctr_cipher()
1576 else if (sscanf(keycount, "%u%c", &cc->tfms_count, &dummy) != 1 || in crypt_ctr_cipher()