Home
last modified time | relevance | path

Searched full:indicators (Results 1 – 25 of 108) sorted by relevance

12345

/Linux-v6.6/tools/testing/nvdimm/test/
Dndtest.h20 /* Bits status indicators for health bitmap indicating unarmed dimm */
26 /* Bits status indicators for health bitmap indicating unflushed dimm */
29 /* Bits status indicators for health bitmap indicating unrestored dimm */
32 /* Bit status indicators for smart event notification */
/Linux-v6.6/drivers/s390/virtio/
Dvirtio_ccw.c51 unsigned long indicators; member
77 static inline unsigned long *indicators(struct virtio_ccw_device *vcdev) in indicators() function
79 return &vcdev->dma_area->indicators; in indicators()
216 /* Walk through indicators field, summary indicator active. */ in virtio_airq_handler()
225 /* Walk through indicators field, summary indicator not active. */ in virtio_airq_handler()
367 /* payload is the address of the indicators */ in virtio_ccw_drop_indicator()
369 sizeof(indicators(vcdev))); in virtio_ccw_drop_indicator()
374 ccw->count = sizeof(indicators(vcdev)); in virtio_ccw_drop_indicator()
377 /* Deregister indicators from host. */ in virtio_ccw_drop_indicator()
378 *indicators(vcdev) = 0; in virtio_ccw_drop_indicator()
[all …]
/Linux-v6.6/arch/s390/include/uapi/asm/
Dvtoc.h101 __u8 DS1SMSFG; /* system managed storage indicators */
112 __u8 DS1DSIND; /* data set indicators */
132 __u8 DS4VTOCI; /* VTOC indicators */
134 __u8 DS4SMSFG; /* system managed storage indicators */
/Linux-v6.6/drivers/s390/cio/
Dqdio_thinint.c33 /* device state change indicators */
36 atomic_t count; /* use count, 0 or 1 for non-shared indicators */
198 /* reset adapter interrupt indicators */ in qdio_shutdown_thinint()
/Linux-v6.6/include/linux/
Dllc.h2 * IEEE 802.2 User Interface SAPs for Linux, data structures and indicators.
/Linux-v6.6/Documentation/devicetree/bindings/usb/
Dmediatek,mt6370-tcpc.yaml14 It integrates charger, ADC, flash, RGB indicators,
Dmediatek,mt6360-tcpc.yaml13 Mediatek MT6360 is a multi-functional device. It integrates charger, ADC, flash, RGB indicators,
/Linux-v6.6/Documentation/userspace-api/media/dvb/
Ddvb-fe-read-status.rst24 :ref:`Frontend statistics indicators <frontend-stat-properties>` for
/Linux-v6.6/drivers/usb/common/
DKconfig14 LEDs and you want to use them as activity indicators for USB host or
/Linux-v6.6/Documentation/hwmon/
Duserspace-tools.rst39 If you want some graphical indicators of system health look for applications
/Linux-v6.6/drivers/acpi/pmic/
DKconfig61 general purpose indicators.
/Linux-v6.6/tools/perf/util/
Ds390-cpumcf-kernel.h34 unsigned long flags; /* 0-63 All indicators */
Ds390-cpumsf-kernel.h55 unsigned long long flags; /* 0 - 64: All indicators */
/Linux-v6.6/arch/s390/include/asm/
Dperf_event.h45 /* Perf pt_regs extension for sample-data-entry indicators */
/Linux-v6.6/include/uapi/linux/
Dllc.h3 * IEEE 802.2 User Interface SAPs for Linux, data structures and indicators.
Dlp.h83 line, and error indicators good on all writes,
/Linux-v6.6/drivers/leds/trigger/
DKconfig123 Enabling this option will allow to mark certain LEDs as panic indicators,
/Linux-v6.6/drivers/cpufreq/
Dcpufreq_governor.h97 /* Status indicators */
/Linux-v6.6/arch/powerpc/mm/nohash/
D40x.c56 * indicators, except the LSB. For user access, zone 1 is used, in MMU_init_hw()
/Linux-v6.6/arch/powerpc/platforms/pseries/
Dpapr_scm.c32 /* DIMM health bitmap indicators */
54 /* Bits status indicators for health bitmap indicating unarmed dimm */
58 /* Bits status indicators for health bitmap indicating unflushed dimm */
61 /* Bits status indicators for health bitmap indicating unrestored dimm */
64 /* Bit status indicators for smart event notification */
/Linux-v6.6/arch/powerpc/include/uapi/asm/
Dpapr_pdsm.h69 /* Various nvdimm health indicators */
/Linux-v6.6/arch/powerpc/include/asm/nohash/32/
Dpte-8xx.h16 * the TLB entry (24 and 25) for these indicators. Although the level 1
/Linux-v6.6/Documentation/virt/kvm/devices/
Ds390_flic.rst80 swap whether the indicators need to be byte swapped, and flags contains
/Linux-v6.6/drivers/char/hw_random/
Dstm32-rng.c101 /* clear error indicators */ in stm32_rng_init()
/Linux-v6.6/arch/powerpc/kernel/
Drtas.c1438 } *indicators; in rtas_indicator_present() local
1440 indicators = of_get_property(rtas.dev, "rtas-indicators", &proplen); in rtas_indicator_present()
1441 if (!indicators) in rtas_indicator_present()
1447 if (__be32_to_cpu(indicators[i].token) != token) in rtas_indicator_present()
1450 *maxindex = __be32_to_cpu(indicators[i].maxindex); in rtas_indicator_present()

12345