Home
last modified time | relevance | path

Searched refs:attention (Results 1 – 25 of 215) sorted by relevance

123456789

/openbmc/openpower-hw-diags/attn/
H A DAttention_Handler.md5 An attention is a hardware, firmware or software alert mechanism used to request
6 service from an Attention Handler via an attention signal (e.g. a GPIO). An
7 attention handler is, in this case, a stateless service that handles attention
8 requests. The attention handler in combination with a hardware analyzer
12 attention handler or attention handler service. When operating in application
15 of the attention handler service, per attention signal.
19 The main role of the attention handler is a long running process monitoring the
20 attention interrupt signal and delegating tasks to external components to aid in
21 handling attention requests. The attention handler is loaded into memory when
22 the host is started and monitors the attention signal until the host is stopped.
[all …]
H A Dmeson.build19 # attention handler default config override
22 # install attention handler unit file
32 # install attention handler config file
43 'attention.cpp',
/openbmc/openpower-hw-diags/test/
H A Dtest-end2end.cpp64 [](attn::Attention attention) { in main() argument
66 attention.handle(); in main()
H A Dtest-attention.cpp20 int handleAttention(Attention* attention) in handleAttention() argument
23 if (attention != nullptr) in handleAttention()
/openbmc/docs/designs/
H A Dpower-systems-memory-preserving-reboot.md96 - The hypervisor should send a special attention to BMC to notify about a severe
99 - BMC should receive special TI attention from hypervisor
129 When there is a fault, the hypervisor generates attention. The attention
130 listener on the BMC detects the attention. In the case of OpenPOWER based Linux
136 The attention listener on the BMC calls a chip-op to analyze the reason for the
137 attention.
232 - Add support to openpower-hw-diags to catch special attention and initiate
235 - SBE needs to support a new operation to analyze the attention received from
/openbmc/linux/drivers/pci/hotplug/
H A Dpci_hotplug_core.c142 u8 attention; in attention_write_file() local
146 attention = (u8)(lattention & 0xff); in attention_write_file()
147 dbg(" - attention = %d\n", attention); in attention_write_file()
154 retval = ops->set_attention_status(slot, attention); in attention_write_file()
/openbmc/linux/drivers/s390/char/
H A Dfs3270.c38 int attention; /* Got attention. */ member
222 fp->attention = 1; in fs3270_irq()
260 rc = wait_event_interruptible(fp->wait, fp->attention); in fs3270_read()
261 fp->attention = 0; in fs3270_read()
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dlegacy_dvb_apis.rst14 .. attention::
H A Dfe-read-ber.rst15 .. attention:: This ioctl is deprecated.
H A Dfe-read-signal-strength.rst15 .. attention:: This ioctl is deprecated.
H A Dfe-get-frontend.rst15 .. attention:: This ioctl is deprecated.
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-fclose.rst15 .. attention:: This ioctl is deprecated.
H A Daudio-fclose.rst15 .. attention:: This ioctl is deprecated
H A Daudio-continue.rst15 .. attention:: This ioctl is deprecated
H A Daudio-stop.rst15 .. attention:: This ioctl is deprecated
H A Dvideo-clear-buffer.rst15 .. attention:: This ioctl is deprecated.
H A Daudio-clear-buffer.rst15 .. attention:: This ioctl is deprecated
H A Daudio-set-mixer.rst15 .. attention:: This ioctl is deprecated
H A Daudio-play.rst15 .. attention:: This ioctl is deprecated
H A Daudio-get-status.rst15 .. attention:: This ioctl is deprecated
H A Daudio-get-capabilities.rst15 .. attention:: This ioctl is deprecated
H A Dvideo-set-blank.rst15 .. attention:: This ioctl is deprecated.
H A Dvideo-set-display-format.rst15 .. attention:: This ioctl is deprecated.
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-powernv.txt12 - led-types : Supported LED types (attention/identify/fault) provided
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dsis_i2c.txt13 - attn-gpios: the gpio pin used as attention line

123456789