Home
last modified time | relevance | path

Searched refs:indicators (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw.c103 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 Dvirtio-ccw.h77 IndAddr *indicators; member
/openbmc/linux/drivers/s390/virtio/
H A 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()
369 sizeof(indicators(vcdev))); in virtio_ccw_drop_indicator()
374 ccw->count = sizeof(indicators(vcdev)); in virtio_ccw_drop_indicator()
378 *indicators(vcdev) = 0; in virtio_ccw_drop_indicator()
389 ccw_device_dma_free(vcdev->cdev, indicatorp, sizeof(indicators(vcdev))); in virtio_ccw_drop_indicator()
690 sizeof(indicators(vcdev))); in virtio_ccw_find_vqs()
693 *indicatorp = (unsigned long) indicators(vcdev); in virtio_ccw_find_vqs()
702 *indicators(vcdev) = 0; in virtio_ccw_find_vqs()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dtftpy_0.8.2.bb4 included for easy inclusion in a UI for populating progress indicators. It \
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddvb-fe-read-status.rst24 :ref:`Frontend statistics indicators <frontend-stat-properties>` for
H A Dfrontend-stat-properties.rst6 Frontend statistics indicators
/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/
H A Dtest_inventory_and_leds_sub_menu.robot33 System indicators
/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c1458 } *indicators; in rtas_indicator_present() local
1460 indicators = of_get_property(rtas.dev, "rtas-indicators", &proplen); in rtas_indicator_present()
1461 if (!indicators) in rtas_indicator_present()
1467 if (__be32_to_cpu(indicators[i].token) != token) in rtas_indicator_present()
1470 *maxindex = __be32_to_cpu(indicators[i].maxindex); in rtas_indicator_present()
/openbmc/linux/Documentation/hwmon/
H A Duserspace-tools.rst39 If you want some graphical indicators of system health look for applications
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/
H A Diptraf-ng_1.2.1.bb7 and activity indicators, TCP/UDP traffic breakdowns, and LAN station \
/openbmc/linux/drivers/usb/common/
H A DKconfig14 LEDs and you want to use them as activity indicators for USB host or
/openbmc/linux/drivers/acpi/pmic/
H A DKconfig61 general purpose indicators.
/openbmc/qemu/docs/devel/migration/
H A Dvirtio.rst18 transport specific state (msix vectors, indicators, ...)
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventory.vue5 <!-- Service indicators -->
/openbmc/linux/drivers/leds/trigger/
H A DKconfig123 Enabling this option will allow to mark certain LEDs as panic indicators,
/openbmc/docs/tof/
H A Dcontract.md86 Issue vote indicators by reacting to the top post:
/openbmc/linux/Documentation/virt/kvm/devices/
H A Ds390_flic.rst80 swap whether the indicators need to be byte swapped, and flags contains
/openbmc/openbmc/poky/scripts/
H A Dpatchtest.README127 including the PASS, FAIL, and SKIP indicators for each test run.
/openbmc/linux/Documentation/bpf/
H A Dmap_hash.rst253 the top right provides indicators for which locks may be involved in specific
/openbmc/linux/Documentation/hid/
H A Dintel-ish-hid.rst208 and DMA_XFER_ACK act as ownership indicators.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-tuner.rst122 indicators. To pass this information drivers set flags defined in
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dthinkpad-acpi.rst774 Some of the LED indicators can be controlled through this feature. On
776 LED indicators as well. Newer ThinkPads cannot query the real status
777 of the LED indicators.
836 indicators cannot be read due to an error, thinkpad-acpi will report it as
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.2.rst165 be indicators of genuine underlying problems and are therefore now treated as
/openbmc/qemu/docs/interop/
H A Dbitmaps.rst118 Additionally, it shows several boolean status indicators:
161 These states are directly replaced by the status indicators and should not be
/openbmc/phosphor-logging/extensions/openpower-pels/
H A DREADME.md443 location code may be used to turn on service indicators, so the LocationCode

12