Home
last modified time | relevance | path

Searched full:signal (Results 1 – 25 of 4074) sorted by relevance

12345678910>>...163

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/include/
H A Dsignal_types.h29 /* Minimum pixel clock, in KHz. For TMDS signal is 25.00 MHz */
31 /* Maximum pixel clock, in KHz. For TMDS signal is 165.00 MHz */
35 SIGNAL_TYPE_NONE = 0L, /* no signal */
47 /* help functions for signal types manipulation */
48 static inline bool dc_is_hdmi_tmds_signal(enum signal_type signal) in dc_is_hdmi_tmds_signal() argument
50 return (signal == SIGNAL_TYPE_HDMI_TYPE_A); in dc_is_hdmi_tmds_signal()
53 static inline bool dc_is_hdmi_signal(enum signal_type signal) in dc_is_hdmi_signal() argument
55 return (signal == SIGNAL_TYPE_HDMI_TYPE_A); in dc_is_hdmi_signal()
58 static inline bool dc_is_dp_sst_signal(enum signal_type signal) in dc_is_dp_sst_signal() argument
60 return (signal == SIGNAL_TYPE_DISPLAY_PORT || in dc_is_dp_sst_signal()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DSignaling.html70 <a name="Giving-Your-Program-a-Signal"></a>
71 <h3 class="section">17.3 Giving Your Program a Signal</h3>
72 <a name="index-deliver-a-signal-to-a-program"></a>
75 <dd><a name="index-signal"></a>
77 <dt><code>signal <var>signal</var></code></dt>
79 signal <var>signal</var>. The <var>signal</var> can be the name or the number of a
80 signal. For example, on many systems <code>signal 2</code> and <code>signal
81 SIGINT</code> are both ways of sending an interrupt signal.
83 <p>Alternatively, if <var>signal</var> is zero, continue execution without
84 giving a signal. This is useful when your program stopped on account of
[all …]
H A DSignals.html74 <p>A signal is an asynchronous event that can happen in a program. The
77 signal a program gets when you type an interrupt character (often <kbd>Ctrl-c</kbd>);
78 <code>SIGSEGV</code> is the signal a program gets from referencing a place in
87 program has not specified in advance some other way to handle the signal.
91 <p><small>GDB</small> has the ability to detect any occurrence of a signal in your
93 signal.
99 but to stop your program immediately whenever an error signal happens.
109 handle each one. You can use this to see the signal numbers of all
114 <dd><p>Similar, but print information only about the specified signal number.
119 <dt><code>catch signal <span class="roman">[</span><var>signal</var>&hellip; <span class="roman">|<…
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DSignaling.html70 <a name="Giving-Your-Program-a-Signal"></a>
71 <h3 class="section">17.3 Giving Your Program a Signal</h3>
72 <a name="index-deliver-a-signal-to-a-program"></a>
75 <dd><a name="index-signal"></a>
77 <dt><code>signal <var>signal</var></code></dt>
79 signal <var>signal</var>. The <var>signal</var> can be the name or the number of a
80 signal. For example, on many systems <code>signal 2</code> and <code>signal
81 SIGINT</code> are both ways of sending an interrupt signal.
83 <p>Alternatively, if <var>signal</var> is zero, continue execution without
84 giving a signal. This is useful when your program stopped on account of
[all …]
H A DSignals.html74 <p>A signal is an asynchronous event that can happen in a program. The
77 signal a program gets when you type an interrupt character (often <kbd>Ctrl-c</kbd>);
78 <code>SIGSEGV</code> is the signal a program gets from referencing a place in
87 program has not specified in advance some other way to handle the signal.
91 <p><small>GDB</small> has the ability to detect any occurrence of a signal in your
93 signal.
99 but to stop your program immediately whenever an error signal happens.
109 handle each one. You can use this to see the signal numbers of all
114 <dd><p>Similar, but print information only about the specified signal number.
119 <dt><code>catch signal <span class="roman">[</span><var>signal</var>&hellip; <span class="roman">|<…
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dgeneric-counter.rst29 * Signal:
33 Association of a Signal, and evaluation trigger, with a Count.
38 SIGNAL section in Theory
40 A Signal represents a stream of data. This is the input data that is
42 signal output line of a rotary encoder. Not all counter devices provide
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
46 interface provides the following available signal values:
49 Signal line is in a low state.
52 Signal line is in a high state.
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/echo/
H A Decho.h31 adequately cover the duration of that impulse response. The signal transmitted
33 properly adapted, the resulting output is an estimate of the echo signal
34 received from the line. This is subtracted from the received signal. The result
35 is an estimate of the signal which originated at the far end of the line, free
36 from echos of our own transmitted signal.
42 very poorly for things like speech echo cancellation, where the signal level
43 varies widely. This is quite easy to fix. If the signal level is normalised -
44 similar to applying AGC - LMS can work as well for a signal of varying
45 amplitude as it does for a modem signal. This normalised least mean squares
52 to adapt best to the strongest parts of a signal. If the signal is white noise,
[all …]
/OK3568_Linux_fs/kernel/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.h13 * basis where a given pin can provide a number of different signal types.
15 * The signal active on a pin is described by both a priority level and
19 * change from a high to low priority signal), or even in the same register.
29 * corner. The signal priorities are in decending order from P0 (highest).
31 * D6 is a pin with a single function (beside GPIO); a high priority signal
34 * Ball | Default | P0 Signal | P0 Expression | P1 Signal | P1 Expression | Other
39 * C5 is a multi-signal pin (high and low priority signals). Here we touch
40 * different registers for the different functions that enable each signal:
46 * E19 is a single-signal pin with two functions that influence the active
47 * signal. In this case both bits have the same meaning - enable a dedicated
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeosatelliteinfosource/
H A Dtestqgeosatelliteinfosource.cpp246 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testIntervals()
248 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testIntervals()
249 QSignalSpy timeout(m_source, SIGNAL(requestTimeout())); in startUpdates_testIntervals()
250 QSignalSpy errorSpy(m_source, SIGNAL(error(QGeoSatelliteInfoSource::Error))); in startUpdates_testIntervals()
281 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testIntervalChangesWhileRunning()
283 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testIntervalChangesWhileRunning()
284 QSignalSpy timeout(m_source, SIGNAL(requestTimeout())); in startUpdates_testIntervalChangesWhileRunning()
285 QSignalSpy errorSpy(m_source, SIGNAL(error(QGeoSatelliteInfoSource::Error))); in startUpdates_testIntervalChangesWhileRunning()
341 SIGNAL(satellitesInViewUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testDefaultInterval()
343 SIGNAL(satellitesInUseUpdated(QList<QGeoSatelliteInfo>))); in startUpdates_testDefaultInterval()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dsignal.h19 * ISO C99 Standard: 7.14 Signal handling <signal.h>
71 /* Type of a signal handler. */
74 /* The X/Open definition of `signal' specifies the SVID semantic. Use
84 /* Set the handler for the signal SIG to HANDLER, returning the old
86 By default `signal' has the BSD semantic. */
88 extern __sighandler_t signal (int __sig, __sighandler_t __handler)
91 /* Make sure the used `signal' implementation is the SVID version. */
93 extern __sighandler_t __REDIRECT_NTH (signal,
97 # define signal __sysv_signal macro
102 /* The X/Open definition of `signal' conflicts with the BSD version.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dsignal.h19 * ISO C99 Standard: 7.14 Signal handling <signal.h>
71 /* Type of a signal handler. */
74 /* The X/Open definition of `signal' specifies the SVID semantic. Use
84 /* Set the handler for the signal SIG to HANDLER, returning the old
86 By default `signal' has the BSD semantic. */
88 extern __sighandler_t signal (int __sig, __sighandler_t __handler)
91 /* Make sure the used `signal' implementation is the SVID version. */
93 extern __sighandler_t __REDIRECT_NTH (signal,
97 # define signal __sysv_signal macro
102 /* The X/Open definition of `signal' conflicts with the BSD version.
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_perfmon.c20 const struct etnaviv_pm_signal *signal);
31 const struct etnaviv_pm_signal *signal; member
42 const struct etnaviv_pm_signal *signal) in perf_reg_read() argument
44 gpu_write(gpu, domain->profile_config, signal->data); in perf_reg_read()
51 const struct etnaviv_pm_signal *signal) in pipe_reg_read() argument
61 gpu_write(gpu, domain->profile_config, signal->data); in pipe_reg_read()
75 const struct etnaviv_pm_signal *signal) in hi_total_cycle_read() argument
89 const struct etnaviv_pm_signal *signal) in hi_total_idle_cycle_read() argument
107 .signal = (const struct etnaviv_pm_signal[]) {
140 .signal = (const struct etnaviv_pm_signal[]) {
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes31 Signal {
37 Signal {
42 Signal {
48 Signal {
53 Signal {
57 Signal { name: "layoutChanged" }
58 Signal {
63 Signal {
67 Signal { name: "layoutAboutToBeChanged" }
68 Signal {
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-bcm6328.txt14 should be controlled by a hardware signal instead of the MODE register value,
18 explained later in brcm,link-signal-sources). Even if a LED is hardware
34 - brcm,serial-clk-low : Boolean, makes clock signal active low.
36 - brcm,serial-dat-low : Boolean, makes data signal active low.
59 - brcm,link-signal-sources : An array of hardware link
60 signal sources. Up to four link hardware signals can get muxed into
63 4 to 7. A signal can be muxed to more than one LED, and one LED can
64 have more than one source signal.
65 - brcm,activity-signal-sources : An array of hardware activity
66 signal sources. Up to four activity hardware signals can get muxed into
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/
H A Dplugins.qmltypes28 Signal {
32 Signal {
36 Signal { name: "destinationReached" }
37 Signal { name: "currentRouteChanged" }
38 Signal { name: "currentRouteLegChanged" }
39 Signal { name: "currentSegmentChanged" }
40 Signal { name: "nextManeuverIconChanged" }
41 Signal { name: "progressInformationChanged" }
42 Signal { name: "isOnRouteChanged" }
43 Signal { name: "alternativeRoutesChanged" }
[all …]
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_jobctrl.c8 #include <linux/signal.h>
9 #include <linux/sched/signal.h>
26 * not in the foreground, send a SIGTTOU. If the signal is blocked or
37 if (current->signal->tty != tty) in __tty_check_change()
78 tty = p->signal->tty; in proc_clear_tty()
79 p->signal->tty = NULL; in proc_clear_tty()
108 if (current->signal->tty) { in __proc_set_tty()
110 current->signal->tty->name); in __proc_set_tty()
111 tty_kref_put(current->signal->tty); in __proc_set_tty()
113 put_pid(current->signal->tty_old_pgrp); in __proc_set_tty()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacemanager.cpp100 has a signal to notify when the request is done, and once completed, the reply
146 connect(d, SIGNAL(finished(QPlaceReply*)), this, SIGNAL(finished(QPlaceReply*))); in QPlaceManager()
147 connect(d, SIGNAL(error(QPlaceReply*,QPlaceReply::Error)), in QPlaceManager()
148 this, SIGNAL(error(QPlaceReply*,QPlaceReply::Error))); in QPlaceManager()
150 connect(d, SIGNAL(placeAdded(QString)), in QPlaceManager()
151 this, SIGNAL(placeAdded(QString)), Qt::QueuedConnection); in QPlaceManager()
152 connect(d, SIGNAL(placeUpdated(QString)), in QPlaceManager()
153 this, SIGNAL(placeUpdated(QString)), Qt::QueuedConnection); in QPlaceManager()
154 connect(d, SIGNAL(placeRemoved(QString)), in QPlaceManager()
155 this, SIGNAL(placeRemoved(QString)), Qt::QueuedConnection); in QPlaceManager()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-spear/
H A Dpl080.c32 unsigned int signal = cd->min_signal, val; in pl080_get_signal() local
37 /* Return if signal is already acquired by somebody else */ in pl080_get_signal()
38 if (signals[signal].busy && in pl080_get_signal()
39 (signals[signal].val != cd->muxval)) { in pl080_get_signal()
45 if (!signals[signal].busy) { in pl080_get_signal()
51 * value by 2 * signal number. in pl080_get_signal()
53 val &= ~(0x3 << (signal * 2)); in pl080_get_signal()
54 val |= cd->muxval << (signal * 2); in pl080_get_signal()
58 signals[signal].busy++; in pl080_get_signal()
59 signals[signal].val = cd->muxval; in pl080_get_signal()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/reset/
H A Dreset.txt1 = Reset Signal Device Tree Bindings =
8 Hardware blocks typically receive a reset signal. This signal is generated by
14 A reset signal is represented by the phandle of the provider, plus a reset
15 specifier - a list of DT cells that represents the reset signal within the
20 A word on where to place reset signal consumers in device tree: It is possible
21 in hardware for a reset signal to affect multiple logically separate HW blocks
22 at once. In this case, it would be unwise to represent this reset signal in
26 children of the bus are affected by the reset signal, or an individual HW
29 rather than to slavishly enumerate the reset signal that affects each HW
49 for each reset signal that affects the device, or that the
[all …]
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/reset/
H A Dreset.txt1 = Reset Signal Device Tree Bindings =
8 Hardware blocks typically receive a reset signal. This signal is generated by
14 A reset signal is represented by the phandle of the provider, plus a reset
15 specifier - a list of DT cells that represents the reset signal within the
20 A word on where to place reset signal consumers in device tree: It is possible
21 in hardware for a reset signal to affect multiple logically separate HW blocks
22 at once. In this case, it would be unwise to represent this reset signal in
26 children of the bus are affected by the reset signal, or an individual HW
29 rather than to slavishly enumerate the reset signal that affects each HW
49 for each reset signal that affects the device, or that the
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c3 * linux/kernel/signal.c
32 #include <linux/signal.h>
52 #include <trace/events/signal.h>
61 #include <trace/hooks/signal.h>
63 * SLAB caches for signal bits.
92 if (unlikely(t->signal->flags & SIGNAL_UNKILLABLE) && in sig_task_ignored()
108 * signal handler may change by the time it is in sig_ignored()
115 * Tracers may want to know about even ignored signal unless it in sig_ignored()
129 static inline bool has_pending_signals(sigset_t *signal, sigset_t *blocked) in has_pending_signals() argument
137 ready |= signal->sig[i] &~ blocked->sig[i]; in has_pending_signals()
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dformats.c352 if (ft->signal.rate <= 0) { in sox_checkformat()
356 if (!ft->signal.precision) { in sox_checkformat()
490 sox_signalinfo_t const * signal, in open_read() argument
587 if (signal) in open_read()
588 ft->signal = *signal; in open_read()
607 ft->signal.precision = sox_precision(ft->encoding.encoding, ft->encoding.bits_per_sample); in open_read()
608 if (!(ft->handler.flags & SOX_FILE_PHONY) && !ft->signal.channels) in open_read()
609 ft->signal.channels = 1; in open_read()
616 if (signal) { in open_read()
617 if (signal->rate && signal->rate != ft->signal.rate) in open_read()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dtabwidget.cpp61 connect(this, SIGNAL(customContextMenuRequested(QPoint)), in TabBar()
71 connect(shortCut, SIGNAL(activated()), this, SLOT(selectTabAction())); in TabBar()
74 connect(this, SIGNAL(tabCloseRequested(int)), in TabBar()
75 this, SIGNAL(closeTab(int))); in TabBar()
93 menu.addAction(tr("New &Tab"), this, SIGNAL(newTab()), QKeySequence::AddTab); in contextMenuRequested()
118 menu.addAction(tr("Reload All Tabs"), this, SIGNAL(reloadAllTabs())); in contextMenuRequested()
212 connect(m_tabBar, SIGNAL(newTab()), this, SLOT(newTab())); in TabWidget()
213 connect(m_tabBar, SIGNAL(closeTab(int)), this, SLOT(closeTab(int))); in TabWidget()
214 connect(m_tabBar, SIGNAL(cloneTab(int)), this, SLOT(cloneTab(int))); in TabWidget()
215 connect(m_tabBar, SIGNAL(closeOtherTabs(int)), this, SLOT(closeOtherTabs(int))); in TabWidget()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dreset.h13 * A reset is a hardware signal indicating that a HW module (or IP block, or
34 * struct reset_ctl - A handle to (allowing control of) a single reset signal.
40 * reset signal to operate upon.
42 * @dev: The device which implements the reset signal.
43 * @id: The reset signal ID within the provider.
46 * identify and configure any reset signal for any reset provider. If this
73 * @resets: An array of reset signal handles handles.
74 * @count: The number of reset signal handles in the reset array.
83 * reset_get_by_index - Get/request a reset signal by integer index.
85 * This looks up and requests a reset signal. The index is relative to the
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/support/
H A Dhttpserver.py9 import signal
45 # The signal handler from testimage.bbclass can cause deadlocks here
47 #signal behaviour
48 orig = signal.getsignal(signal.SIGTERM)
49 signal.signal(signal.SIGTERM, signal.SIG_DFL)
51 signal.signal(signal.SIGTERM, orig)

12345678910>>...163