Home
last modified time | relevance | path

Searched refs:signal (Results 226 – 250 of 2040) sorted by relevance

12345678910>>...82

/openbmc/linux/include/trace/events/
H A Dtask.h26 __entry->oom_score_adj = task->signal->oom_score_adj;
51 __entry->oom_score_adj = task->signal->oom_score_adj;
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Darm,pl18x.yaml107 description: ST Micro-specific property, bus signal direction pins used for
112 description: ST Micro-specific property, bus signal direction pins used for
117 description: ST Micro-specific property, bus signal direction pins used for
122 description: ST Micro-specific property, bus signal direction pins used for
127 description: ST Micro-specific property, CMD signal direction used for
132 description: ST Micro-specific property, feedback clock FBCLK signal pin
137 description: ST Micro-specific property, signal direction polarity used for
/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dqcom-spmi-adc-tm-hc.yaml85 description: Used for scaling the channel input signal before the
86 signal is fed to VADC. The configuration for this node is to know the
89 which input signal is multiplied. For example, <1 3> indicates the
90 signal is scaled down to 1/3 of its value before ADC measurement. If
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py14 import signal
236 self.origchldhandler = signal.getsignal(signal.SIGCHLD)
237 signal.signal(signal.SIGCHLD, self.handleSIGCHLD)
272 os.killpg(os.getpgid(self.runqemu.pid), signal.SIGTERM)
552 signal.signal(signal.SIGCHLD, self.origchldhandler)
557 os.kill(self.monitorpid, signal.SIGKILL)
560 os.killpg(os.getpgid(self.runqemu.pid), signal.SIGTERM)
572 os.killpg(os.getpgid(self.runqemu.pid), signal.SIGKILL)
603 os.kill(self.qemupid, signal.SIGTERM)
/openbmc/qemu/tests/qtest/fuzz/
H A Dfuzz.c236 signal(SIGINT, SIG_DFL); in LLVMFuzzerInitialize()
237 signal(SIGHUP, SIG_DFL); in LLVMFuzzerInitialize()
238 signal(SIGTERM, SIG_DFL); in LLVMFuzzerInitialize()
/openbmc/sdbusplus/src/
H A Devent.cpp65 void condition::signal() in signal() function in sdbusplus::event::condition
107 run_condition.signal(); in break_run()
186 run_condition.signal(); in obtain_lock()
/openbmc/linux/Documentation/devicetree/bindings/fsi/
H A Dfsi-master-gpio.txt7 - data-gpios = <gpio-descriptor>; : GPIO for FSI data signal
10 - enable-gpios = <gpio-descriptor>; : GPIO for enable signal
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/
H A Dtest_runbuilds.py20 import signal
42 os.kill(int(pid), signal.SIGTERM)
/openbmc/linux/Documentation/devicetree/bindings/pwm/
H A Dclk-pwm.yaml16 suitable for generating PWM signal.
26 description: Clock used to generate the signal.
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dstarfive,jh7100-pinctrl.yaml37 on the left to pins on the right. StarFive calls the 7 configurations "signal
44 Note that signal group 0 doesn't map any of the GPIOs to pins, and only
45 signal group 1 maps the GPIOs to the pins named PAD_GPIO[0] to PAD_GPIO[63].
84 starfive,signal-group:
86 Select one of the 7 signal groups. If this property is not set it
186 starfive,signal-group = <6>;
/openbmc/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c478 signal(SIGUSR1, signal_handler); in TEST()
521 signal(SIGUSR1, signal_handler); in TEST()
564 signal(SIGUSR1, signal_handler); in TEST()
613 signal(SIGUSR1, signal_handler); in TEST()
662 signal(SIGUSR1, signal_handler); in TEST()
705 signal(SIGUSR1, signal_handler); in TEST()
748 signal(SIGUSR1, signal_handler); in TEST()
797 signal(SIGUSR1, signal_handler); in TEST()
1200 signal(SIGUSR1, signal_handler); in TEST()
1252 signal(SIGUSR1, signal_handler); in TEST()
[all …]
/openbmc/linux/tools/testing/selftests/arm64/bti/
H A DMakefile33 $(OUTPUT)/signal-bti.o \
44 $(OUTPUT)/signal-nobti.o \
/openbmc/linux/drivers/gpu/drm/sti/
H A DNOTES15 - DVO (Digital Video Output) handles a 24bits parallel signal
16 - The HD analog signal is typically driven by a YCbCr cable, supporting up to
18 - The SD analog signal is typically used for legacy TV
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcs42l56.txt22 MCLK = Where MCLK is the frequency of the mclk signal after the MCLKDIV2 circuit.
39 Amplifiers adapt to the output signal levels.
43 3 = Adapted to Signal; Voltage level is dynamically determined by the output signal.
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dspi-fsl-dspi.txt26 - bus-num : the slave chip chipselect signal number.
30 select and the start of clock signal, at the start of a transfer.
32 signal and deactivating chip select, at the end of a transfer.
/openbmc/sdbusplus/include/sdbusplus/bus/
H A Dmatch.hpp62 constexpr auto signal() noexcept in signal() function
162 return type::signal() in propertiesChanged()
172 return type::signal() in propertiesChangedNamespace()
/openbmc/linux/security/apparmor/
H A Dresource.c177 rlim = current->signal->rlim + j; in __aa_transition_rlimits()
178 initrlim = init_task.signal->rlim + j; in __aa_transition_rlimits()
199 rlim = current->signal->rlim + j; in __aa_transition_rlimits()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dqcom,bam-dmux.yaml29 Interrupts used by the modem to signal the AP.
42 description: State bits used by the AP to signal the modem.
48 description: Names for the state bits used by the AP to signal the modem.
/openbmc/linux/tools/bpf/bpftool/
H A Dmap_perf_ring.c197 signal(SIGINT, int_exit); in do_event_pipe()
198 signal(SIGHUP, int_exit); in do_event_pipe()
199 signal(SIGTERM, int_exit); in do_event_pipe()
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Drichtek,rtmv20-regulator.yaml52 Fsin1 pulse high delay in microsecond after vsync signal pulse high.
59 Fsin1 pulse high width in microsecond after vsync signal pulse high.
66 Fsin2 pulse high delay in microsecond after vsync signal pulse high.
73 Fsin2 pulse high width in microsecond after vsync signal pulse high.
/openbmc/linux/drivers/media/dvb-frontends/
H A Dtda8083.c242 u8 signal = ~tda8083_readreg (state, 0x01); in tda8083_read_status() local
247 if (signal > 10) in tda8083_read_status()
286 u8 signal = ~tda8083_readreg (state, 0x01); in tda8083_read_signal_strength() local
287 *strength = (signal << 8) | signal; in tda8083_read_signal_strength()
/openbmc/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py27 import signal
243 def signal_handler(signal, frame): argument
252 signal.signal(signal.SIGINT, signal_handler)
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-ast2600-evb.dts299 * The signal voltage of sdhci0 and sdhci1 on AST2600-A2 EVB is able to be
303 * a 1.8v and a 3.3v power load switch that provides signal voltage to
306 * If GPIOV1 is active high, 3.3v power load switch is enabled, sdhci0 signal
308 * sdhci0 signal voltage becomes 1.8v.
309 * AST2600-A2 EVB also supports toggling signal voltage for sdhci1.
/openbmc/linux/Documentation/devicetree/bindings/pps/
H A Dpps-gpio.yaml17 description: The GPIO that provides the PPS signal.
21 description: The GPIO that provides the PPS ECHO signal.
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_scheduler.h29 struct i915_sched_node *signal,
34 struct i915_sched_node *signal,

12345678910>>...82