/linux-6.12.1/Documentation/gpu/ |
D | drm-usage-stats.rst | 42 - <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> 97 drm-engine-<keystr> tag and shall contain a greater than zero number in case the 103 - drm-cycles-<keystr>: <uint> 106 drm-engine-<keystr> tag and shall contain the number of busy cycles for the given 115 - drm-total-cycles-<keystr>: <uint> 118 drm-cycles-<keystr> tag and shall contain the total number cycles for the given 122 of drm-cycles-<keystr>. For drivers that implement this interface, the engine [all …]
|
/linux-6.12.1/drivers/usb/storage/ |
D | debug.c | 148 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-6.12.1/drivers/net/ethernet/microchip/sparx5/ |
D | sparx5_vcap_impl.c | 924 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is0_cache_write() local 927 keystr = &admin->cache.keystream[start]; in sparx5_vcap_is0_cache_write() 935 spx5_wr(keystr[idx] & mskstr[idx], sparx5, in sparx5_vcap_is0_cache_write() 965 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_is2_cache_write() local 968 keystr = &admin->cache.keystream[start]; in sparx5_vcap_is2_cache_write() 976 spx5_wr(keystr[idx] & mskstr[idx], sparx5, in sparx5_vcap_is2_cache_write() 1025 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es0_cache_write() local 1028 keystr = &admin->cache.keystream[start]; in sparx5_vcap_es0_cache_write() 1036 spx5_wr(keystr[idx] & mskstr[idx], sparx5, in sparx5_vcap_es0_cache_write() 1066 u32 *keystr, *mskstr, *actstr; in sparx5_vcap_es2_cache_write() local [all …]
|
/linux-6.12.1/drivers/net/ethernet/microchip/vcap/ |
D | vcap_api_debugfs_kunit.c | 115 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()
|
D | vcap_api_kunit.c | 106 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-6.12.1/drivers/net/ethernet/microchip/lan966x/ |
D | lan966x_vcap_impl.c | 438 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-6.12.1/drivers/nvdimm/ |
D | security.c | 525 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-6.12.1/tools/testing/selftests/net/openvswitch/ |
D | ovs-dpctl.py | 2454 keystr = "(none)" 2457 keystr = key_field.dpstr(None, True) 2462 print("MISS upcall[%d/%s]: %s" % (seq, pktpres, keystr), flush=True)
|