Home
last modified time | relevance | path

Searched refs:keycount (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dmpr121_touchkey.c64 unsigned int keycount; member
147 for_each_set_bit(key_num, &bit_changed, mpr121->keycount) { in mpr_touchkey_report()
218 eleconf = mpr121->keycount | ELECTRODE_CONF_QUICK_CHARGE; in mpr121_phys_init()
224 dev_dbg(&client->dev, "set up with %x keys.\n", mpr121->keycount); in mpr121_phys_init()
261 mpr121->keycount = device_property_count_u32(dev, "linux,keycodes"); in mpr_touchkey_probe()
262 if (mpr121->keycount > MPR121_MAX_KEY_COUNT) { in mpr_touchkey_probe()
263 dev_err(dev, "too many keys defined (%d)\n", mpr121->keycount); in mpr_touchkey_probe()
269 mpr121->keycount); in mpr_touchkey_probe()
286 input_dev->keycodemax = mpr121->keycount; in mpr_touchkey_probe()
288 for (i = 0; i < mpr121->keycount; in mpr_touchkey_probe()
[all...]
H A Dmtk-pmic-keys.c241 unsigned int keycount; in mtk_pmic_keys_probe() local
270 keycount = of_get_available_child_count(node); in mtk_pmic_keys_probe()
271 if (keycount > MTK_PMIC_MAX_KEY_COUNT) { in mtk_pmic_keys_probe()
272 dev_err(keys->dev, "too many keys defined (%d)\n", keycount); in mtk_pmic_keys_probe()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dmpr121_touchkey.c64 unsigned int keycount; member
147 for_each_set_bit(key_num, &bit_changed, mpr121->keycount) { in mpr_touchkey_report()
218 eleconf = mpr121->keycount | ELECTRODE_CONF_QUICK_CHARGE; in mpr121_phys_init()
224 dev_dbg(&client->dev, "set up with %x keys.\n", mpr121->keycount); in mpr121_phys_init()
260 mpr121->keycount = device_property_count_u32(dev, "linux,keycodes"); in mpr_touchkey_probe()
261 if (mpr121->keycount > MPR121_MAX_KEY_COUNT) { in mpr_touchkey_probe()
262 dev_err(dev, "too many keys defined (%d)\n", mpr121->keycount); in mpr_touchkey_probe()
268 mpr121->keycount); in mpr_touchkey_probe()
285 input_dev->keycodemax = mpr121->keycount; in mpr_touchkey_probe()
287 for (i = 0; i < mpr121->keycount; in mpr_touchkey_probe()
[all...]
H A Dmtk-pmic-keys.c308 unsigned int keycount; in mtk_pmic_keys_probe() local
339 keycount = of_get_available_child_count(node); in mtk_pmic_keys_probe()
340 if (keycount > MTK_PMIC_MAX_KEY_COUNT || in mtk_pmic_keys_probe()
341 keycount > ARRAY_SIZE(irqnames)) { in mtk_pmic_keys_probe()
342 dev_err(keys->dev, "too many keys defined (%d)\n", keycount); in mtk_pmic_keys_probe()
/kernel/linux/linux-5.10/net/mac80211/
H A Ddebugfs_key.c329 static int keycount; in ieee80211_debugfs_key_add() local
336 sprintf(buf, "%d", keycount); in ieee80211_debugfs_key_add()
337 key->debugfs.cnt = keycount; in ieee80211_debugfs_key_add()
338 keycount++; in ieee80211_debugfs_key_add()
/kernel/linux/linux-6.6/net/mac80211/
H A Ddebugfs_key.c329 static int keycount; in ieee80211_debugfs_key_add() local
336 sprintf(buf, "%d", keycount); in ieee80211_debugfs_key_add()
337 key->debugfs.cnt = keycount; in ieee80211_debugfs_key_add()
338 keycount++; in ieee80211_debugfs_key_add()
/kernel/linux/linux-5.10/drivers/staging/hievent/
H A Dhiview_hievent.c330 unsigned int keycount = 0; in hievent_fill_payload() local
341 if (keycount == 0) { in hievent_fill_payload()
345 keycount++; in hievent_fill_payload()
/kernel/linux/linux-6.6/drivers/staging/hievent/
H A Dhiview_hievent.c330 unsigned int keycount = 0; in hievent_fill_payload() local
341 if (keycount == 0) { in hievent_fill_payload()
345 keycount++; in hievent_fill_payload()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-crypt.c2911 char *tmp, *cipher, *chainmode, *keycount; in crypt_ctr_cipher_old() local
2923 * cipher[:keycount]-mode-iv:ivopts in crypt_ctr_cipher_old()
2926 keycount = strsep(&tmp, "-"); in crypt_ctr_cipher_old()
2927 cipher = strsep(&keycount, ":"); in crypt_ctr_cipher_old()
2929 if (!keycount) in crypt_ctr_cipher_old()
2931 else if (sscanf(keycount, "%u%c", &cc->tfms_count, &dummy) != 1 || in crypt_ctr_cipher_old()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-crypt.c2998 char *tmp, *cipher, *chainmode, *keycount; in crypt_ctr_cipher_old() local
3010 * cipher[:keycount]-mode-iv:ivopts in crypt_ctr_cipher_old()
3013 keycount = strsep(&tmp, "-"); in crypt_ctr_cipher_old()
3014 cipher = strsep(&keycount, ":"); in crypt_ctr_cipher_old()
3016 if (!keycount) in crypt_ctr_cipher_old()
3018 else if (sscanf(keycount, "%u%c", &cc->tfms_count, &dummy) != 1 || in crypt_ctr_cipher_old()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1871 int keyset, found, keycount, map_size; in _vcap_rule_find_keysets() local
1880 keycount = 0; in _vcap_rule_find_keysets()
1882 ++keycount; in _vcap_rule_find_keysets()
1898 if (found == keycount) in _vcap_rule_find_keysets()

Completed in 20 milliseconds