Home
last modified time | relevance | path

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

/linux/Documentation/gpu/
A Ddrm-usage-stats.rst42 - <keystr> - String excluding any above defined reserved characters or whitespace.
79 - drm-engine-<keystr>: <uint> ns
82 and unique name (keystr), with possible values documented in the driver specific
94 - drm-engine-capacity-<keystr>: <uint>
103 - drm-cycles-<keystr>: <uint>
115 - drm-total-cycles-<keystr>: <uint>
122 of drm-cycles-<keystr>. For drivers that implement this interface, the engine
126 A driver may implement either this key or drm-maxfreq-<keystr>, but not both.
128 - drm-maxfreq-<keystr>: <uint> [Hz|MHz|KHz]
131 drm-engine-<keystr> tag and shall contain the maximum frequency for the given
[all …]
/linux/drivers/usb/storage/
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/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_vcap_impl.c924 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is0_cache_write() local
965 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is2_cache_write() local
1025 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es0_cache_write() local
1066 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es2_cache_write() local
1137 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is0_cache_read() local
1146 keystr[idx] = spx5_rd(sparx5, in sparx5_vcap_is0_cache_read()
1172 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is2_cache_read() local
1227 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es0_cache_read() local
1236 keystr[idx] = in sparx5_vcap_es0_cache_read()
1262 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es2_cache_read() local
[all …]
/linux/drivers/net/ethernet/microchip/vcap/
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()
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/
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/
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/
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)

Completed in 30 milliseconds