Home
last modified time | relevance | path

Searched refs:Signal (Results 1 – 25 of 142) sorted by relevance

123456

/openbmc/sdeventplus/src/sdeventplus/source/
H A Dsignal.cpp15 Signal::Signal(const Event& event, int sig, Callback&& callback) : in Signal() function in sdeventplus::source::Signal
22 Signal::Signal(const Signal& other, sdeventplus::internal::NoOwn) : in Signal() function in sdeventplus::source::Signal
26 void Signal::set_callback(Callback&& callback) in set_callback()
31 int Signal::get_signal() const in get_signal()
38 detail::SignalData& Signal::get_userdata() const in get_userdata()
43 Signal::Callback& Signal::get_callback() in get_callback()
48 sd_event_source* Signal::create_source(const Event& event, int sig) in create_source()
57 int Signal::signalCallback(sd_event_source* source, in signalCallback()
60 return sourceCallback<Callback, detail::SignalData, &Signal::get_callback>( in signalCallback()
67 SignalData::SignalData(const Signal& base, Signal::Callback&& callback) : in SignalData()
[all …]
H A Dsignal.hpp24 class Signal : public Base class
29 Signal& source, const struct signalfd_siginfo* si)>;
41 Signal(const Event& event, int sig, Callback&& callback);
53 Signal(const Signal& other, sdeventplus::internal::NoOwn);
105 class SignalData : public Signal, public BaseData
108 Signal::Callback callback;
111 SignalData(const Signal& base, Signal::Callback&& callback);
113 friend Signal;
/openbmc/sdeventplus/test/source/
H A Dsignal.cpp87 Signal::Callback callback = in TEST_F()
88 [&](Signal&, const struct signalfd_siginfo* si) { in TEST_F() argument
92 Signal signal(*event, sig, std::move(callback)); in TEST_F()
119 Signal::Callback callback = in TEST_F()
120 [&completions](Signal&, const struct signalfd_siginfo*) { in TEST_F() argument
123 EXPECT_THROW(Signal(*event, sig, std::move(callback)), SdEventError); in TEST_F()
131 std::unique_ptr<Signal> signal;
155 signal = std::make_unique<Signal>( in SetUp()
156 *event, sig, [](Signal&, const struct signalfd_siginfo*) {}); in SetUp() argument
173 auto signal2 = std::make_unique<Signal>(*signal); in TEST_F()
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libipc/
H A Dlibipc-signal-perl_1.00.bb1 SUMMARY = "IPC::Signal - Utility functions dealing with signals"
2 DESCRIPTION = "IPC::Signal - This module contains utility functions for \
5 HOMEPAGE = "https://metacpan.org/release/ROSCH/IPC-Signal-1.00"
11 S = "${WORKDIR}/IPC-Signal-${PV}"
13 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RO/ROSCH/IPC-Signal-${PV}.tar.gz"
/openbmc/linux/Documentation/driver-api/
H A Dgeneric-counter.rst29 * Signal:
33 Association of a Signal, and evaluation trigger, with a Count.
40 A Signal represents a stream of data. This is the input data that is
43 user access to the Signal data, so exposure is optional for drivers.
45 When the Signal data is available for user access, the Generic Counter
49 Signal line is in a low state.
52 Signal line is in a high state.
54 A Signal may be associated with one or more Counts.
58 A Synapse represents the association of a Signal with a Count. Signal
62 The Synapse action mode specifies the Signal data condition that
[all …]
/openbmc/kcsbridge/src/
H A Dmain.cpp27 using sdeventplus::source::Signal;
40 auto exit_handler = [&event](Signal&, const struct signalfd_siginfo*) { in execute() argument
45 Signal sig_int(event, SIGINT, exit_handler); in execute()
47 Signal sig_term(event, SIGTERM, exit_handler); in execute()
/openbmc/sdeventplus/example/
H A Dheartbeat_timer.cpp20 using sdeventplus::source::Signal;
25 void intCb(Signal& signal, const struct signalfd_siginfo*) in intCb()
47 Signal(event, SIGINT, intCb).set_floating(true); in main()
H A Dheartbeat.cpp14 using sdeventplus::source::Signal;
20 void intCb(Signal& signal, const struct signalfd_siginfo*) in intCb()
50 Signal(event, SIGINT, intCb).set_floating(true); in main()
H A Dfollow.cpp61 void clean_exit(sdeventplus::source::Signal& source, in clean_exit()
108 sdeventplus::source::Signal sigint(event, SIGINT, clean_exit); in main()
/openbmc/linux/Documentation/driver-api/soundwire/
H A Dstream.rst31 +---------------+ Clock Signal +---------------+
35 | | Data Signal | |
45 +---------------+ Clock Signal +---------------+
49 | | Data Signal | |
59 +---------------+ Clock Signal +---------------+
63 | | | Data Signal | |
85 +---------------+ Clock Signal +---------------+
89 | | | Data Signal | |
124 | +--------------+ Clock Signal | L + R |
133 +---------------+ Clock Signal +---------------+
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-netdev26 Signal the link state of the named network device.
40 Signal transmission of data on the named network device.
55 Signal reception of data on the named network device.
83 Signal the link speed state of 10Mbps of the named network device.
96 Signal the link speed state of 100Mbps of the named network device.
109 Signal the link speed state of 1000Mbps of the named network device.
122 Signal the link half duplex state of the named network device.
135 Signal the link full duplex state of the named network device.
H A Dsysfs-bus-counter277 Action mode of Count Y for Signal Z. This attribute indicates
278 the condition of Signal Z that triggers the count function
283 Signal does not trigger the count function. In
284 Pulse-Direction count function mode, this Signal is
374 for the respective channel of Signal Y. Valid attribute values
383 respective channel of Signal Y is enabled. Valid attribute
390 Filter clock factor for input Signal Y. This prescaler value
397 Active level of index input Signal Y; irrelevant in
405 Discrete set of available values for the respective Signal Y
412 Active level of Signal Y. The following polarity values are
[all …]
H A Dsysfs-driver-zynqmp-fpga43 BIT(13) 0: Signal not released
44 1: Signal released
/openbmc/sdbusplus/tools/sdbusplus/
H A Dsignal.py6 class Signal(NamedElement, Renderer): class
10 super(Signal, self).__init__(**kwargs)
H A Dinterface.py12 from .signal import Signal
31 self.signals = [Signal(**s) for s in kwargs.pop("signals", [])]
/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/
H A DKconfig3 tristate "Allwinner A31 Image Signal Processor (ISP) Driver"
14 Support for the Allwinner A31 Image Signal Processor (ISP), also
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/
H A DKconfig3 tristate "Rockchip Image Signal Processing v1 Unit driver"
15 Enable this to support the Image Signal Processing (ISP) module
/openbmc/phosphor-fan-presence/monitor/
H A Dmain.cpp83 sdeventplus::source::Signal signal( in main()
90 sdeventplus::source::Signal sigUsr1( in main()
H A Dsystem.hpp68 void sighupHandler(sdeventplus::source::Signal&,
131 void dumpDebugData(sdeventplus::source::Signal&,
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager_main.cpp54 void termCb(sdeventplus::source::Signal& signal, const struct signalfd_siginfo*) in termCb()
64 sdeventplus::source::Signal(event, SIGTERM, termCb).set_floating(true); in main()
/openbmc/phosphor-watchdog/src/
H A Dmainapp.cpp251 auto intCb = [](sdeventplus::source::Signal& s, in main()
256 sdeventplus::source::Signal sigint(event, SIGINT, intCb); in main()
258 sdeventplus::source::Signal sigterm(event, SIGTERM, std::move(intCb)); in main()
/openbmc/phosphor-host-postd/
H A Dmain.cpp406 auto intCb = [](sdeventplus::source::Signal& source, in main()
411 sdeventplus::source::Signal(event, SIGINT, intCb).set_floating(true); in main()
413 sdeventplus::source::Signal(event, SIGTERM, std::move(intCb)) in main()
/openbmc/linux/arch/powerpc/crypto/
H A DKconfig62 - SPE (Signal Processing Engine) extensions
73 - SPE (Signal Processing Engine) extensions
84 - SPE (Signal Processing Engine) extensions
/openbmc/linux/Documentation/spi/
H A Dbutterfly.rst32 Signal Butterfly Parport (DB-25)
48 Signal Butterfly Parport (DB-25)
65 Signal Butterfly Parport (DB-25)
/openbmc/linux/drivers/media/platform/renesas/
H A DKconfig18 tristate "R-Car Image Signal Processor (ISP)"
27 Support for Renesas R-Car Image Signal Processor (ISP).
28 Enable this to support the Renesas R-Car Image Signal

123456