/openbmc/qemu/hw/s390x/ |
H A D | virtio-ccw.c | 103 VMSTATE_PTR_TO_IND_ADDR(indicators, VirtioCcwDevice), 257 if (dev->indicators) { in virtio_ccw_reset_virtio() 258 release_indicator(&dev->routes.adapter, dev->indicators); in virtio_ccw_reset_virtio() 259 dev->indicators = NULL; in virtio_ccw_reset_virtio() 323 hwaddr indicators; in virtio_ccw_cb() local 553 if (ccw.count != sizeof(indicators)) { in virtio_ccw_cb() 557 } else if (ccw.count < sizeof(indicators)) { in virtio_ccw_cb() 575 ret = ccw_dstream_read(&sch->cds, indicators); in virtio_ccw_cb() 579 indicators = be64_to_cpu(indicators); in virtio_ccw_cb() 580 dev->indicators = get_indicator(indicators, sizeof(uint64_t)); in virtio_ccw_cb() [all …]
|
H A D | virtio-ccw.h | 77 IndAddr *indicators; member
|
/openbmc/linux/tools/testing/nvdimm/test/ |
H A D | ndtest.h | 20 /* 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 */
|
/openbmc/linux/drivers/s390/virtio/ |
H A D | virtio_ccw.c | 51 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 …]
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | vtoc.h | 101 __u8 DS1SMSFG; /* system managed storage indicators */ 112 __u8 DS1DSIND; /* data set indicators */ 132 __u8 DS4VTOCI; /* VTOC indicators */ 134 __u8 DS4SMSFG; /* system managed storage indicators */
|
/openbmc/linux/drivers/s390/cio/ |
H A D | qdio_thinint.c | 33 /* 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()
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_led_indicator_asserted.robot | 65 [Template] Set and Verify Fan LED Indicators 75 [Template] Set and Verify Fan LED Indicators 174 Set and Verify Fan LED Indicators
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | tftpy_0.8.2.bb | 4 included for easy inclusion in a UI for populating progress indicators. It \
|
/openbmc/linux/include/linux/ |
H A D | llc.h | 2 * IEEE 802.2 User Interface SAPs for Linux, data structures and indicators.
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | mediatek,mt6370-tcpc.yaml | 14 It integrates charger, ADC, flash, RGB indicators,
|
H A D | mediatek,mt6360-tcpc.yaml | 13 Mediatek MT6360 is a multi-functional device. It integrates charger, ADC, flash, RGB indicators,
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dvb-fe-read-status.rst | 24 :ref:`Frontend statistics indicators <frontend-stat-properties>` for
|
/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/ |
H A D | test_inventory_and_leds_sub_menu.robot | 33 System indicators
|
/openbmc/qemu/docs/sphinx/ |
H A D | qmp_lexer.py | 21 This lexer adds support for directionality flow and elision indicators.
|
/openbmc/linux/drivers/usb/common/ |
H A D | Kconfig | 14 LEDs and you want to use them as activity indicators for USB host or
|
/openbmc/linux/Documentation/hwmon/ |
H A D | userspace-tools.rst | 39 If you want some graphical indicators of system health look for applications
|
/openbmc/linux/drivers/acpi/pmic/ |
H A D | Kconfig | 61 general purpose indicators.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/ |
H A D | iptraf-ng_1.2.1.bb | 7 and activity indicators, TCP/UDP traffic breakdowns, and LAN station \
|
/openbmc/linux/tools/perf/util/ |
H A D | s390-cpumcf-kernel.h | 34 unsigned long flags; /* 0-63 All indicators */
|
H A D | s390-cpumsf-kernel.h | 55 unsigned long long flags; /* 0 - 64: All indicators */
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | tach.hpp | 24 * The Tach class uses one or more tach speed indicators
|
/openbmc/linux/include/uapi/linux/ |
H A D | llc.h | 3 * IEEE 802.2 User Interface SAPs for Linux, data structures and indicators.
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | perf_event.h | 45 /* Perf pt_regs extension for sample-data-entry indicators */
|
/openbmc/qemu/docs/devel/migration/ |
H A D | virtio.rst | 18 transport specific state (msix vectors, indicators, ...)
|
/openbmc/u-boot/drivers/net/ |
H A D | lpc32xx_eth.c | 92 u32 mind; /* MII management indicators register */ 258 /* read MII indicators register */ in mii_reg_read() 317 /* read MII indicators register */ in mii_reg_write()
|