| /linux/drivers/s390/scsi/ |
| H A D | zfcp_diag.c | 5 * Functions to handle diagnostics. 23 * zfcp_diag_adapter_setup() - Setup storage for adapter diagnostics. 24 * @adapter: the adapter to setup diagnostics for. 26 * Creates the data-structures to store the diagnostics for an adapter. This 27 * overwrites whatever was stored before at &zfcp_adapter->diagnostics! 32 * &zfcp_adapter->diagnostics remains unchanged 63 adapter->diagnostics = diag; in zfcp_diag_adapter_setup() 68 * zfcp_diag_adapter_free() - Frees all adapter diagnostics allocations. 71 * Frees all data-structures in the given adapter that store diagnostics 72 * information. Can savely be called with partially setup diagnostics. [all …]
|
| H A D | zfcp_diag.h | 5 * Definitions for handling diagnostics in the zfcp device driver. 41 * struct zfcp_diag_adapter - central storage for all diagnostics concerning an
|
| H A D | zfcp_sysfs.c | 350 rc = sysfs_emit(buf, "%lu\n", adapter->diagnostics->max_age); in zfcp_sysfs_adapter_diag_max_age_show() 372 adapter->diagnostics->max_age = max_age; in zfcp_sysfs_adapter_diag_max_age_store() 831 diag_hdr = &adapter->diagnostics->config_data.header; in zfcp_sysfs_adapter_diag_b2b_credit_show() 841 adapter->diagnostics->config_data in zfcp_sysfs_adapter_diag_b2b_credit_show() 880 diag_hdr = &adapter->diagnostics->port_data.header; \ 890 adapter->diagnostics->port_data.data._qtcb_member); \ 927 .name = "diagnostics",
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-tpda.rst | 4 The trace performance monitoring and diagnostics aggregator(TPDA) 13 TPDA - The trace performance monitoring and diagnostics aggregator or 15 performance monitoring and diagnostics network specification.
|
| H A D | coresight-tpdm.rst | 4 Trace performance monitoring and diagnostics monitor(TPDM) 12 TPDM - The trace performance monitoring and diagnostics monitor or TPDM in
|
| /linux/arch/sparc/kernel/ |
| H A D | sbus.c | 41 #define IOMMU_TAGCMP (0x4408UL - 0x2400UL) /* TLB tag compare diagnostics */ 42 #define IOMMU_LRUDIAG (0x4500UL - 0x2400UL) /* IOMMU LRU queue diagnostics */ 43 #define IOMMU_TAGDIAG (0x4580UL - 0x2400UL) /* TLB tag diagnostics */ 44 #define IOMMU_DRAMDIAG (0x4600UL - 0x2400UL) /* TLB data RAM diagnostics */ 54 #define STRBUF_ERRDIAG (0x5400UL - 0x2800UL) /* error status diagnostics */ 55 #define STRBUF_PTAGDIAG (0x5800UL - 0x2800UL) /* Page tag diagnostics */ 56 #define STRBUF_LTAGDIAG (0x5900UL - 0x2800UL) /* Line tag diagnostics */ 632 /* Clear out the tags using diagnostics. */ in sbus_iommu_init()
|
| /linux/drivers/hid/ |
| H A D | hid-elo.c | 25 #define ELO_DIAG 0x64 /* Diagnostics command */ 149 /* send Diagnostics command */ in elo_work() 153 dev_err(&dev->dev, "send Diagnostics Command failed, error %d\n", in elo_work() 161 dev_err(&dev->dev, "get Diagnostics Command response failed, error %d\n", in elo_work()
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | adi,adau1977.yaml | 7 title: Analog Devices ADAU1977/ADAU1978/ADAU1979 Quad ADC with Diagnostics 14 Analog Devices ADAU1977 and similar quad ADC with Diagnostics
|
| H A D | richtek,rt9123.yaml | 20 both DC and AC load diagnostics, as well as real-time load monitoring to
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | Kconfig.aic79xx | 80 bool "Decode registers during diagnostics" 85 contents in diagnostics. This make it much easier to understand debug
|
| H A D | Kconfig.aic7xxx | 85 bool "Decode registers during diagnostics" 90 contents in diagnostics. This make it much easier to understand debug
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | Kconfig | 29 recovery diagnostics on OpenPower machines
|
| /linux/Documentation/rust/ |
| H A D | coding-guidelines.rst | 339 In Rust, it is possible to ``allow`` particular warnings (diagnostics, lints) 364 By that virtue, it makes it possible to comfortably enable more diagnostics by 477 For more information about diagnostics in Rust, please see: 479 https://doc.rust-lang.org/stable/reference/attributes/diagnostics.html
|
| /linux/lib/xz/ |
| H A D | Kconfig | 74 data and writes diagnostics to the system log.
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | asi.h | 45 #define ASI_M_TLBDIAG 0x05 /* MMU TLB only Diagnostics */ 46 #define ASI_M_DIAGS 0x06 /* Reference MMU Diagnostics */ 47 #define ASI_M_IODIAG 0x07 /* MMU I/O TLB only Diagnostics */ 104 #define ASI_M_DCDR 0x39 /* Data Cache Diagnostics Register rw, ss */
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | opal-prd.h | 3 * OPAL Runtime Diagnostics interface driver
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| H A D | pcie_priv.h | 60 /* diagnostics stats */
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-touch.rst | 21 side-channel for diagnostics or tuning. In other systems, the ASIC is a simple
|
| /linux/Documentation/mhi/ |
| H A D | topology.rst | 47 modem control messages, and diagnostics messages over MHI. The MHI core will
|
| H A D | mhi.rst | 18 diagnostics over at least one of those logical channels. Also, the MHI 84 diagnostics messages, and so on). Each channel is associated with a single
|
| /linux/drivers/net/phy/ |
| H A D | open_alliance_helpers.c | 8 * channel quality assessment, and other PHY diagnostics.
|
| /linux/Documentation/driver-api/ |
| H A D | hw-recoverable-errors.rst | 28 - Complements existing full hardware diagnostics without replacing them.
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | igbvf.rst | 47 diagnostics, as well as displaying statistical information. The latest ethtool
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kvm-find-errors.sh | 4 # Invoke a text editor on all console.log files for all runs with diagnostics,
|
| /linux/tools/memory-model/Documentation/ |
| H A D | access-marking.txt | 48 and disable KCSAN diagnostics. 80 Data-Racy Reads for Approximate Diagnostics 82 Approximate diagnostics include lockdep reports, monitoring/statistics 98 KCSAN diagnostics, use both data_race() and READ_ONCE(), for example,
|