Home
last modified time | relevance | path

Searched refs:keystr (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/storage/
H A Ddebug.c148 const char *what, *keystr, *fmt; in usb_stor_show_sense() local
150 keystr = scsi_sense_key_string(key); in usb_stor_show_sense()
153 if (keystr == NULL) in usb_stor_show_sense()
154 keystr = "(Unknown Key)"; in usb_stor_show_sense()
159 usb_stor_dbg(us, "%s: %s (%s%x)\n", keystr, what, fmt, ascq); in usb_stor_show_sense()
161 usb_stor_dbg(us, "%s: %s\n", keystr, what); in usb_stor_show_sense()
/linux/Documentation/gpu/
H A Ddrm-usage-stats.rst42 - <keystr> - String excluding any above defined reserved characters or whitespace.
84 - drm-engine-<keystr>: <uint> ns
87 and unique name (keystr), with possible values documented in the driver specific
99 - drm-engine-capacity-<keystr>: <uint>
102 drm-engine-<keystr> tag and shall contain a greater than zero number in case the
108 - drm-cycles-<keystr>: <uint>
111 drm-engine-<keystr> tag and shall contain the number of busy cycles for the given
120 - drm-total-cycles-<keystr>: <uint>
123 drm-cycles-<keystr> tag and shall contain the total number cycles for the given
127 of drm-cycles-<keystr>. For drivers that implement this interface, the engine
[all …]
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs_kunit.c115 u32 *keystr, *mskstr, *actstr; in test_cache_read() local
121 keystr = &admin->cache.keystream[start]; in test_cache_read()
125 __LINE__, start + idx, keystr[idx]); in test_cache_read()
157 u32 *keystr, *mskstr, *actstr; in test_cache_write() local
162 keystr = &admin->cache.keystream[start]; in test_cache_write()
166 __LINE__, start + idx, keystr[idx]); in test_cache_write()
H A Dvcap_api_kunit.c106 u32 *keystr, *mskstr, *actstr; in test_cache_read() local
112 keystr = &admin->cache.keystream[start]; in test_cache_read()
116 __LINE__, start + idx, keystr[idx]); in test_cache_read()
148 u32 *keystr, *mskstr, *actstr; in test_cache_write() local
153 keystr = &admin->cache.keystream[start]; in test_cache_write()
157 __LINE__, start + idx, keystr[idx]); in test_cache_write()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_impl.c438 u32 *keystr, *mskstr, *actstr; in lan966x_vcap_cache_write() local
440 keystr = &admin->cache.keystream[start]; in lan966x_vcap_cache_write()
447 lan_wr(keystr[i] & mskstr[i], lan966x, in lan966x_vcap_cache_write()
480 u32 *keystr, *mskstr, *actstr; in lan966x_vcap_cache_read() local
482 keystr = &admin->cache.keystream[start]; in lan966x_vcap_cache_read()
488 keystr[i] = in lan966x_vcap_cache_read()
/linux/drivers/nvdimm/
H A Dsecurity.c525 char cmd[SEC_CMD_SIZE+1], keystr[KEY_ID_SIZE+1], in nvdimm_security_store() local
533 cmd, keystr, nkeystr); in nvdimm_security_store()
542 rc = kstrtouint(keystr, 0, &key); in nvdimm_security_store()
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py2454 keystr = "(none)"
2457 keystr = key_field.dpstr(None, True)
2462 print("MISS upcall[%d/%s]: %s" % (seq, pktpres, keystr), flush=True)