| /linux/arch/arm/mach-spear/ |
| H A D | pl080.c | 26 } signals[16] = {{0, 0}, }; variable 36 if (signals[signal].busy && in pl080_get_signal() 37 (signals[signal].val != cd->muxval)) { in pl080_get_signal() 43 if (!signals[signal].busy) { in pl080_get_signal() 56 signals[signal].busy++; in pl080_get_signal() 57 signals[signal].val = cd->muxval; in pl080_get_signal() 70 if (!signals[signal].busy) in pl080_put_signal() 73 signals[signal].busy--; in pl080_put_signal()
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | README | 30 Terminated by signal 15, no error, iterations=9467, signals=1014 33 Terminated by signal 15, no error, iterations=9448, signals=1028 36 Terminated by signal 15, no error, iterations=9436, signals=1039 39 Terminated by signal 15, no error, iterations=9421, signals=1039 42 Terminated by signal 15, no error, iterations=9403, signals=1039 45 Terminated by signal 15, no error, iterations=9385, signals=1036 48 Terminated by signal 15, no error, iterations=9376, signals=1039 51 Terminated by signal 15, no error, iterations=9361, signals=1039 54 Terminated by signal 15, no error, iterations=9350, signals=1039
|
| /linux/drivers/reset/ |
| H A D | reset-imx7.c | 25 const struct imx7_src_signal *signals; member 33 const struct imx7_src_signal *signals; member 51 const struct imx7_src_signal *signal = &imx7src->signals[id]; in imx7_reset_update() 95 const unsigned int bit = imx7src->signals[id].bit; in imx7_reset_set() 129 .signals = imx7_src_signals, 223 const unsigned int bit = imx7src->signals[id].bit; in imx8mq_reset_set() 271 .signals = imx8mq_src_signals, 324 const unsigned int bit = imx7src->signals[id].bit; in imx8mp_reset_set() 359 .signals = imx8mp_src_signals, 378 imx7src->signals = variant->signals; in imx7_reset_probe()
|
| /linux/drivers/counter/ |
| H A D | interrupt-cnt.c | 24 struct counter_signal signals; member 203 priv->signals.name = devm_kasprintf(dev, GFP_KERNEL, "IRQ %d", in interrupt_cnt_probe() 205 if (!priv->signals.name) in interrupt_cnt_probe() 208 counter->signals = &priv->signals; in interrupt_cnt_probe() 213 priv->synapses.signal = &priv->signals; in interrupt_cnt_probe()
|
| /linux/tools/lib/subcmd/ |
| H A D | sigchain.c | 13 static struct sigchain_signal signals[SIGCHAIN_MAX_SIGNALS]; variable 23 struct sigchain_signal *s = signals + sig; in sigchain_push() 36 struct sigchain_signal *s = signals + sig; in sigchain_pop()
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-ect.rst | 14 individual input and output hardware signals known as triggers to and from 50 The hardware trigger signals can also be connected to non-CoreSight devices 72 capable of generating or using trigger signals.:: 100 Individual trigger connection information. This describes trigger signals for 108 * ``in_types`` : functional types for in signals. 109 * ``out_signals`` : output trigger signals for this connection. 110 * ``out_types`` : functional types for out signals. 127 If a connection has zero signals in either the 'in' or 'out' triggers then 177 * ``chan_free``: Show channels with no attached signals. 185 dangerous output signals to be set. [all …]
|
| /linux/Documentation/driver-api/ |
| H A D | hsi.rst | 15 The serial protocol uses two signals, DATA and FLAG as combined data and clock 16 signals and an additional READY signal for flow control. An additional WAKE 17 signal can be used to wakeup the chips from standby modes. The signals are 18 commonly prefixed by AC for signals going from the application die to the 19 cellular die and CA for signals going the other way around.
|
| H A D | ptp.rst | 25 - Period output signals configurable from user space 99 - 3 Periodic signals (optional interrupt) 107 - GPIO outputs can produce periodic signals 119 - Programmable output periodic signals 131 periodic signals. 134 periodic signals.
|
| H A D | miscellaneous.rst | 31 PWM signals. A controller that provides one or more PWM signals is
|
| /linux/drivers/pinctrl/stm32/ |
| H A D | Kconfig | 70 The Hardware Debug Port allows the observation of internal signals. 71 It uses configurable multiplexer to route signals in a dedicated observation register. 72 This driver also permits the observation of signals on external SoC pins. 73 It permits the observation of up to 16 signals per HDP line.
|
| /linux/tools/perf/tests/shell/ |
| H A D | daemon.sh | 421 local signals=0 426 if [ ${signals} -eq 0 ]; then 428 signals=1 429 elif [ ${signals} -eq 1 ] && [ $files -ge 1 ]; then 431 signals=2 432 elif [ ${signals} -eq 2 ] && [ $files -ge 2 ]; then 434 signals=3 435 elif [ ${signals} -eq 3 ] && [ $files -ge 3 ]; then
|
| /linux/tools/objtool/ |
| H A D | signal.c | 102 int signals[] = {SIGSEGV, SIGBUS, SIGILL, SIGABRT}; in init_signal_handler() local 127 for (int i = 0; i < ARRAY_SIZE(signals); i++) { in init_signal_handler() 128 if (sigaction(signals[i], &sa, NULL) == -1) { in init_signal_handler()
|
| /linux/Documentation/devicetree/bindings/reset/ |
| H A D | reset.txt | 3 This binding is intended to represent the hardware reset signals present 4 internally in most IC (SoC, FPGA, ...) designs. Reset signals for whole 24 may be reset. Instead, reset signals should be represented in the DT node 27 block node for dedicated reset signals. The intent of this binding is to give 28 appropriate software access to the reset signals in order to manage the HW,
|
| /linux/arch/mips/kernel/ |
| H A D | entry.S | 85 # signals dont change between 129 # signals dont change between 138 work_notifysig: # deal with pending signals and
|
| /linux/drivers/pinctrl/aspeed/ |
| H A D | pinctrl-aspeed.c | 266 char *signals = get_defined_signals(pdesc); in aspeed_pinmux_set_mux() local 269 pfunc->name, pdesc->name, pin, signals, in aspeed_pinmux_set_mux() 271 kfree(signals); in aspeed_pinmux_set_mux() 409 char *signals = get_defined_signals(pdesc); in aspeed_gpio_request_enable() local 412 pdesc->name, offset, signals); in aspeed_gpio_request_enable() 413 kfree(signals); in aspeed_gpio_request_enable()
|
| /linux/drivers/rpmsg/ |
| H A D | qcom_glink_trace.h | 368 …TP_PROTO(const char *remote, const char *channel, u16 lcid, u16 rcid, unsigned int signals, bool t… 369 TP_ARGS(remote, channel, lcid, rcid, signals, tx), 375 __field(u32, signals) 383 __entry->signals = signals; 392 __entry->signals
|
| /linux/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 237 int signals; in siginfo_handler() 246 tsig->signals++; in ignore_thread() 347 ksft_test_result(tsig.signals == 1 && tsig.overruns == 29, in check_rearm() 350 ksft_test_result(tsig.signals == 0 && tsig.overruns == 0, in check_rearm() 408 ksft_test_result(!tsig.signals, "check_rearm\n"); in check_delete() 456 ksft_test_result(!tsig.signals, "check_delete\n"); 605 ksft_test_result(tsig.signals == 1 && tsig.overruns == 9, 226 int signals; global() member
|
| /linux/Documentation/devicetree/bindings/media/ |
| H A D | st-rc.txt | 11 protocol used for receiving remote control signals. rx-mode should 14 protocol used for transmitting remote control signals. tx-mode should
|
| /linux/arch/m68k/ |
| H A D | Kconfig.debug | 40 bool "Disable BDM signals" 43 Disable the ColdFire CPU's BDM signals.
|
| /linux/drivers/usb/serial/ |
| H A D | upd78f0730.c | 187 int signals; in upd78f0730_tiocmget() local 193 signals = private->line_signals; in upd78f0730_tiocmget() 196 res = ((signals & UPD78F0730_DTR) ? TIOCM_DTR : 0) | in upd78f0730_tiocmget() 197 ((signals & UPD78F0730_RTS) ? TIOCM_RTS : 0); in upd78f0730_tiocmget()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-jaguar-pre-ict-tester.dtso | 93 * either signals). 136 * either signals). 146 * either signals). 156 * either signals). 166 * either signals).
|
| /linux/drivers/pps/ |
| H A D | Kconfig | 13 Some antennae's PPS signals are connected with the CD (Carrier 17 Some antennae's PPS signals are connected with some special host
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-tyan-s8036.dts | 388 * - The -button signals can be used to monitor physical buttons. 389 * - The -control signals can be used to actuate the specific 391 * - In hardware, the -button signals are connected to the -control 392 * signals through drivers with the -control signals being
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | yuv-formats.rst | 10 YUV is the format native to TV broadcast and composite video signals. It 13 *color difference* signals, this way the green component can be 18 was added to transmit the color difference signals.
|
| /linux/Documentation/devicetree/bindings/mux/ |
| H A D | adi,adg792a.txt | 22 States 0 through 3 correspond to signals A through D in the datasheet. 54 * the adc is differential, thus needing two signals to be muxed
|