Home
last modified time | relevance | path

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

/linux/drivers/pci/pcie/
A Daer_inject.c327 unsigned int devfn = PCI_DEVFN(einj->dev, einj->fn); in aer_inject()
332 dev = pci_get_domain_bus_and_slot(einj->domain, einj->bus, devfn); in aer_inject()
376 cor_mask &= !(einj->cor_status); in aer_inject()
392 aer_error_init(err, einj->domain, einj->bus, devfn, in aer_inject()
427 if (einj->cor_status) { in aer_inject()
435 if (einj->uncor_status) { in aer_inject()
473 einj->cor_status, einj->uncor_status, pci_name(dev)); in aer_inject()
489 struct aer_error_inj einj; in aer_inject_write() local
495 usize > sizeof(einj)) in aer_inject_write()
498 memset(&einj, 0, sizeof(einj)); in aer_inject_write()
[all …]
/linux/drivers/acpi/apei/
A DMakefile4 obj-$(CONFIG_ACPI_APEI_EINJ) += einj.o
5 einj-y := einj-core.o
6 einj-$(CONFIG_ACPI_APEI_EINJ_CXL) += einj-cxl.o
/linux/drivers/edac/
A Di5100_edac.c335 struct pci_dev *einj; /* device 19 func 0 */ member
922 pci_write_config_byte(priv->einj, I5100_DINJ0, 0xaa); in i5100_do_inject()
981 struct pci_dev *ch0mm, *ch1mm, *einj; in i5100_init_one() local
1055 einj = pci_get_device_func(PCI_VENDOR_ID_INTEL, in i5100_init_one()
1057 if (!einj) { in i5100_init_one()
1062 rc = pci_enable_device(einj); in i5100_init_one()
1075 priv->einj = einj; in i5100_init_one()
1133 pci_disable_device(einj); in i5100_init_one()
1136 pci_dev_put(einj); in i5100_init_one()
1180 pci_disable_device(priv->einj); in i5100_remove_one()
[all …]
/linux/Documentation/ABI/testing/
A Ddebugfs-cec-error-inj28 $ cat error-inj >einj.txt
29 $ cat einj.txt >error-inj
/linux/Documentation/firmware-guide/acpi/apei/
A Deinj.rst39 The EINJ user interface is in <debugfs mount point>/apei/einj.
139 under <debugfs mount point>/apei/einj, while CXL 1.1/1.0 port injections
146 command line einj.param_extension=1). This allows the address and mask
148 apei/einj.
172 in drivers/acpi/apei/einj.c.
187 # cd /sys/kernel/debug/apei/einj
/linux/Documentation/firmware-guide/acpi/
A Dindex.rst22 apei/einj
/linux/Documentation/driver-api/media/
A Dcec-core.rst361 $ cat error-inj >einj.txt
362 $ cat einj.txt >error-inj

Completed in 16 milliseconds