Home
last modified time | relevance | path

Searched refs:Attention (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/openpower-hw-diags/attn/
H A Dattention.hpp25 class Attention class
37 Attention() = delete;
40 Attention(AttentionType i_type, int (*i_handler)(Attention*),
44 ~Attention() = default;
59 Attention(const Attention&) = default;
62 Attention& operator=(const Attention&) = default;
65 bool operator<(const Attention& right) const;
69 int (*iv_handler)(Attention*); // handler function
H A Dattention.cpp8 Attention::Attention(AttentionType i_type, int (*i_handler)(Attention*), in Attention() function in attn::Attention
16 int Attention::getPriority() const in getPriority()
22 Config* Attention::getConfig() const in getConfig()
28 int Attention::handle() in handle()
34 pdbg_target* Attention::getTarget() const in getTarget()
40 bool Attention::operator<(const Attention& right) const in operator <()
H A Dattn_handler.cpp44 int handleCheckstop(Attention* i_attention);
53 int handleSpecial(Attention* i_attention);
82 std::vector<Attention> active_attentions; in attnHandler()
168 active_attentions.emplace_back(Attention::Vital, in attnHandler()
177 active_attentions.emplace_back(Attention::Checkstop, in attnHandler()
185 active_attentions.emplace_back(Attention::Special, in attnHandler()
227 int handleCheckstop(Attention* i_attention) in handleCheckstop()
275 int handleSpecial(Attention* i_attention) in handleSpecial()
H A Dvital_handler.hpp13 int handleVital(Attention* i_attention);
H A DAttention_Handler.md1 # Attention Handler
6 service from an Attention Handler via an attention signal (e.g. a GPIO). An
28 priority, Vital Attention (vital), Terminate Immediately (TI), Breakpoint
29 Attention (BP) and Checkstop Attention (checkstop). TI and BP attentions are
64 - Attention handler starting and stopping: systemd.
90 #### Vital Attention
H A Dattn_handler.service.in2 Description=The Attention Handler service
H A Dvital_handler.cpp128 int handleVital(Attention* i_attention) in handleVital()
/openbmc/openpower-hw-diags/test/
H A Dtest-end2end.cpp14 int handleSpecial(Attention* i_attention);
15 int handleCheckstop(Attention* i_attention);
16 int handleVital(Attention* i_attention);
52 std::vector<attn::Attention> attentions; in main()
54 attentions.emplace_back(attn::Attention::AttentionType::Special, in main()
57 attentions.emplace_back(attn::Attention::AttentionType::Checkstop, in main()
60 attentions.emplace_back(attn::Attention::AttentionType::Vital, in main()
64 [](attn::Attention attention) { in main()
H A Dtest-attention.cpp13 int handleSpecial(Attention* i_attention);
20 int handleAttention(Attention* attention) in handleAttention()
35 Attention::AttentionType gType = Attention::AttentionType::Special;
37 int (*gHandler)(Attention*) = &(handleSpecial);
62 pAttn = std::make_unique<Attention>( in SetUp()
63 Attention(gType, gHandler, target, config)); in SetUp()
71 std::unique_ptr<Attention> pAttn;
131 pAttn = std::make_unique<Attention>( in SetUp()
132 Attention(gType, gHandler, target, config)); in SetUp()
140 std::unique_ptr<Attention> pAttn;
/openbmc/linux/drivers/staging/pi433/Documentation/
H A Dpi433.txt128 Attention: While possible to generate sync without preamble, the
135 Attention: For telegram length over 255 bytes, this option can't be used
136 Attention: should be used in combination with sync, only
143 Attention: should be used in combination with sync, only
233 Attention: should be used in combination with sync, only
241 Attention: Sync option must be enabled in order to use this feature
248 Attention: This option is only operational if sync on and fixed length
252 Attention: This setting must meet the setting of the transmitter,
/openbmc/openpower-hw-diags/
H A Dmeson.options7 description : '''Attention handler default configuration override''')
/openbmc/linux/Documentation/security/
H A Dsak.rst2 Linux Secure Attention Key (SAK) handling
8 An operating system's Secure Attention Key is a security tool which is
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DCondor-1.15 …on, WI. All Rights Reserved. For more information contact: Condor Team, Attention: Professor Miron…
33 Attention: Professor Miron Livny
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dtoshiba,tc358746.yaml40 support #clock-cells must be specified. Attention if this feature is used
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dpfuze100.yaml46 consumption. Attention, ensure that all important regulators
/openbmc/qemu/target/ppc/
H A Dinsn64.decode254 ## Invalid suffixes: Service Processor Attention
/openbmc/docs/designs/
H A Dpower-systems-memory-preserving-reboot.md54 - **Attention**: The signal generated by the hardware or the firmware for a
141 Attention on the BMC sets the Diagnostic target for reboot to initiate a memory
/openbmc/openbmc/meta-openembedded/meta-multimedia/licenses/
H A DFraunhofer_FDK_AAC_Codec_Library_for_Android86 Attention: Audio and Multimedia Departments - FDK AAC LL
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-tqma8mq.dtsi276 /* Attention: wdog reset forcing POR needs baseboard support */
H A Dimx8mn-tqma8mqnl.dtsi237 * Attention:
H A Dimx8mm-tqma8mqml.dtsi253 * Attention:
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmicrel-ksz90x1.txt157 Attention: The link partner must be configurable as slave otherwise
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-opp-zaius.dts83 label = "Attention";
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt7622-bananapi-bpi-r64.dts309 /* Attention: GPIO 90 is used to switch between PCIe@1,0 and
/openbmc/linux/Documentation/admin-guide/
H A Dsysrq.rst174 It seems others find it useful as (System Attention Key) which is

12