/linux-5.10/Documentation/vm/ |
D | free_page_reporting.rst | 4 Free Page Reporting 7 Free page reporting is an API by which a device can register to receive 18 page reporting interface with the reporting framework assuming no other 19 page reporting devices are already registered. 21 Once registered the page reporting API will begin reporting batches of 22 pages to the driver. The API will start reporting pages 2 seconds after 26 Pages reported will be stored in the scatterlist passed to the reporting 32 Prior to removing a driver that is making use of free page reporting it 35 reporting removed. Doing this will prevent further reports from being 38 left off in terms of reporting free pages.
|
/linux-5.10/mm/ |
D | page_reporting.c | 22 /* request page reporting */ 34 * If reporting is already active there is nothing we need to do. in __page_reporting_request() 49 /* notify prdev of free page reporting request */ 104 * The page reporting cycle consists of 4 stages, fill, report, drain, and 130 * Limit how many calls we will be making to the page reporting in page_reporting_cycle() 137 * list processed. This should result in us reporting all pages on in page_reporting_cycle() 236 * to allocate page reporting statistics for the zone. in page_reporting_process_zone() 281 * anyone requests page reporting after we complete our pass. If in page_reporting_process() 283 * to idle and quit scheduling reporting runs. in page_reporting_process() 337 /* enable page reporting notification */ in page_reporting_register() [all …]
|
/linux-5.10/drivers/rapidio/switches/ |
D | idt_gen2.c | 229 * Configure LT LAYER error reporting. in idtg2_em_init() 232 /* Enable standard (RIO.p8) error reporting */ in idtg2_em_init() 237 /* Use Port-Writes for LT layer error reporting. in idtg2_em_init() 245 * Configure PORT error reporting. in idtg2_em_init() 251 /* Configure reporting of implementation specific errors/events */ in idtg2_em_init() 255 /* Use Port-Writes for port error reporting and enable error logging */ in idtg2_em_init() 269 * Configure LANE error reporting. in idtg2_em_init() 272 /* Disable line error reporting */ in idtg2_em_init() 275 /* Use Port-Writes for lane error reporting (when enabled) in idtg2_em_init() 286 * Configure AUX error reporting. in idtg2_em_init() [all …]
|
/linux-5.10/Documentation/PCI/ |
D | pcieaer-howto.rst | 5 The PCI Express Advanced Error Reporting Driver Guide HOWTO 20 Reporting (AER) driver and provides information on how to use it, as 30 defines two error reporting paradigms: the baseline capability and 31 the Advanced Error Reporting capability. The baseline capability is 33 set of error reporting requirements. Advanced Error Reporting 34 capability is implemented with a PCI Express advanced error reporting 35 extended capability structure providing more robust error reporting. 38 Express Advanced Error Reporting capability. The PCI Express AER 124 an error. The Root Port, upon receiving an error reporting message, 127 the error reporting agent's requestor ID into the Error Source [all …]
|
/linux-5.10/drivers/pci/pcie/ |
D | Kconfig | 9 support for Native Hot-Plug, Advanced Error Reporting, Power 25 bool "PCI Express Advanced Error Reporting support" 29 This enables PCI Express Root Port Advanced Error Reporting 30 (AER) driver support. Error reporting messages sent to Root 38 This enables PCI Express Root Port Advanced Error Reporting
|
/linux-5.10/drivers/input/misc/ |
D | Kconfig | 21 reporting power button status. 31 reporting power button status. 208 reporting power button status. 230 reporting power button status. 315 Say Y here if you want to enable power key reporting via the 445 Say Y here if you want to enable power key reporting via the 455 Say Y here if you want to enable power button reporting for 465 Say Y here if you want to enable power key reporting via the 476 Say Y here if you want to enable power key reporting via the 533 Say Y here if you want to enable power key reporting via the [all …]
|
/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-siox | 56 Read-only value reporting the inbytes value provided to siox-X/device_add 69 Read-only value reporting the type value provided to siox-X/device_add. 75 Read-only value reporting if the watchdog of the siox device is 83 Read-only value reporting the number to time intervals when the 90 Read-only value reporting the outbytes value provided to siox-X/device_add.
|
/linux-5.10/Documentation/input/devices/ |
D | atarikbd.rst | 66 Relative Position Reporting 96 Absolute Position reporting 119 Joystick Event Reporting 150 time to reporting the state of the joystick ports at a user specifiable rate. 201 The ikbd defaults to a mouse position reporting with threshold of 1 unit in 203 reporting mode for joystick 1, with both buttons being logically assigned to 259 SET RELATIVE MOUSE POSITION REPORTING 266 Set relative mouse position reporting. (DEFAULT) Mouse position packets are 417 All mouse event reporting is disabled (and scanning may be internally 419 valid mouse mode commands are SET RELATIVE MOUSE POSITION REPORTING, SET [all …]
|
/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_fifo_underrun.c | 49 * reporting on all pipes. 283 * intel_set_cpu_fifo_underrun_reporting - set cpu fifo underrrun reporting state 293 * disables for all due to shared interrupts. Actual reporting is still per-pipe 296 * Returns the previous state of underrun reporting. 313 * intel_set_pch_fifo_underrun_reporting - set PCH fifo underrun reporting state 320 * underrun reporting for one transcoder may also disable all the other PCH 324 * Returns the previous state of underrun reporting. 368 * into dmesg if underrun reporting is enabled and then disables the underrun 400 * into dmesg if underrun reporting is enabled and then disables the underrun
|
/linux-5.10/arch/x86/kernel/cpu/mce/ |
D | winchip.c | 3 * IDT Winchip specific Machine Check Exception Reporting 28 /* Set up machine check reporting on the Winchip C6 series */ 44 pr_info("Winchip machine check reporting enabled on CPU#0.\n"); in winchip_mcheck_init()
|
D | p5.c | 3 * P5 specific Machine Check Exception Reporting 44 /* Set up machine check reporting for processors with Intel style MCE: */ 68 pr_info("Intel old style machine check reporting enabled on CPU#%d.\n", in intel_p5_mcheck_init()
|
/linux-5.10/Documentation/devicetree/bindings/input/rmi4/ |
D | rmi_2d_sensor.txt | 30 to generate an interrupt in reduced reporting 33 to generate an interrupt in reduced reporting 36 - syna,disable-report-mask: Mask for disabling posiiton reporting. Used to
|
/linux-5.10/Documentation/x86/ |
D | intel-iommu.rst | 15 - RMRR - Reserved memory Region Reporting Structure 60 If this fixes anything, please ensure you file a bug reporting the problem. 69 Fault reporting 100 Fault reporting
|
/linux-5.10/drivers/thermal/intel/ |
D | Kconfig | 72 tristate "Intel PCH Thermal Reporting Driver" 75 Enable this to support thermal reporting on certain intel PCHs. 76 Thermal reporting device will provide temperature reading,
|
/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
D | processor_thermal_device.c | 19 /* Broadwell-U/HSB thermal reporting device */ 23 /* Skylake thermal reporting device */ 26 /* CannonLake thermal reporting device */ 30 /* Braswell thermal reporting device */ 33 /* Broxton thermal reporting device */ 39 /* GeminiLake thermal reporting device */ 42 /* IceLake thermal reporting device */ 45 /* JasperLake thermal reporting device */ 48 /* TigerLake thermal reporting device */ 788 MODULE_DESCRIPTION("Processor Thermal Reporting Device Driver");
|
/linux-5.10/drivers/crypto/qat/qat_common/ |
D | adf_aer.c | 176 * adf_enable_aer() - Enable Advance Error Reporting for acceleration device 179 * Function enables PCI Advance Error Reporting for the 197 * adf_disable_aer() - Enable Advance Error Reporting for acceleration device 200 * Function disables PCI Advance Error Reporting for the
|
/linux-5.10/Documentation/sound/soc/ |
D | jack.rst | 21 code providing jack reporting mechanisms. 23 For example, a system may have a stereo headset jack with two reporting 63 Each jack may have multiple reporting mechanisms, though it will need at
|
/linux-5.10/include/linux/ |
D | page_reporting.h | 19 /* Current state of page reporting */ 23 /* Tear-down and bring-up for page reporting devices */
|
/linux-5.10/arch/x86/events/ |
D | Kconfig | 30 tristate "AMD Processor Power Reporting Mechanism" 32 Provide power reporting mechanism support for AMD processors.
|
/linux-5.10/drivers/edac/ |
D | layerscape_edac.c | 41 /* make sure error reporting method is sane */ in fsl_ddr_mc_init() 73 "EDAC Error Reporting state: 0=Poll, 2=Interrupt");
|
/linux-5.10/arch/mips/pci/ |
D | pci-octeon.c | 102 /* Enable reporting System errors and parity errors on all devices */ in pcibios_plat_dev_init() 103 /* Enable parity checking and error reporting */ in pcibios_plat_dev_init() 117 /* Enable the PCIe normal error reporting */ in pcibios_plat_dev_init() 118 config = PCI_EXP_DEVCTL_CERE; /* Correctable Error Reporting */ in pcibios_plat_dev_init() 119 config |= PCI_EXP_DEVCTL_NFERE; /* Non-Fatal Error Reporting */ in pcibios_plat_dev_init() 120 config |= PCI_EXP_DEVCTL_FERE; /* Fatal Error Reporting */ in pcibios_plat_dev_init() 124 /* Find the Advanced Error Reporting capability */ in pcibios_plat_dev_init() 132 /* Enable reporting of all uncorrectable errors */ in pcibios_plat_dev_init() 144 /* Enable reporting of all correctable errors */ in pcibios_plat_dev_init()
|
/linux-5.10/Documentation/devicetree/bindings/hwmon/ |
D | max6697.txt | 35 Over-temperature bit mask. Over-temperature reporting disabled for 38 If not specified, over-temperature reporting will be enabled for all
|
/linux-5.10/include/uapi/linux/ |
D | fpga-dfl.h | 171 * Get the number of irqs supported by the fpga port error reporting private 182 * Set fpga port error reporting interrupt trigger if evtfds[n] is valid. 260 * Get the number of irqs supported by the fpga fme error reporting private 271 * Set fpga fme error reporting interrupt trigger if evtfds[n] is valid.
|
/linux-5.10/tools/perf/tests/shell/ |
D | test_arm_coresight.sh | 51 echo "Looking at perf.data file for reporting branch samples:" 53 # Below is an example of the branch samples reporting: 64 # Below is an example of the instruction samples reporting:
|
/linux-5.10/drivers/s390/block/ |
D | Kconfig | 69 prompt "Extended error reporting (EER)" 73 DASD extended error reporting. This is only needed if you want to
|