/Linux-v6.1/arch/arm/mach-spear/ |
D | pl080.c | 25 } signals[16] = {{0, 0}, }; variable 35 if (signals[signal].busy && in pl080_get_signal() 36 (signals[signal].val != cd->muxval)) { in pl080_get_signal() 42 if (!signals[signal].busy) { in pl080_get_signal() 55 signals[signal].busy++; in pl080_get_signal() 56 signals[signal].val = cd->muxval; in pl080_get_signal() 69 if (!signals[signal].busy) in pl080_put_signal() 72 signals[signal].busy--; in pl080_put_signal()
|
/Linux-v6.1/tools/testing/selftests/arm64/fp/ |
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-v6.1/drivers/reset/ |
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() 265 .signals = imx8mq_src_signals, 318 const unsigned int bit = imx7src->signals[id].bit; in imx8mp_reset_set() 353 .signals = imx8mp_src_signals, 372 imx7src->signals = variant->signals; in imx7_reset_probe()
|
D | Kconfig | 92 Say Y to control the reset signals provided by reset controller. 102 Say Y if you want to control reset signals provided by this 168 reset signals provided by AOSS for Modem, Venus, ADSP, 177 to control reset signals provided by PDC for Modem, Compute, 207 firmware controlling all the reset signals. 290 It provides reset signals for Armada 7040 and 385 SoC-s, Alleycat 3X 304 Say Y if you want to control reset signals provided by System Control 314 on UniPhier SoCs. Say Y if you want to control reset signals
|
/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | intel_breadcrumbs.c | 95 if (!list_empty(&ce->signals)) in remove_signaling_context() 111 if (!list_is_last(&rq->signal_link, &ce->signals) && in check_signal_order() 116 if (!list_is_first(&rq->signal_link, &ce->signals) && in check_signal_order() 209 list_for_each_entry_rcu(rq, &ce->signals, signal_link) { in signal_irq_work() 363 if (list_empty(&ce->signals)) { in insert_breadcrumb() 366 pos = &ce->signals; in insert_breadcrumb() 382 list_for_each_prev(pos, &ce->signals) { in insert_breadcrumb() 464 if (list_empty(&ce->signals)) in intel_context_remove_breadcrumbs() 467 list_for_each_entry_safe(rq, rn, &ce->signals, signal_link) { in intel_context_remove_breadcrumbs() 497 list_for_each_entry_rcu(rq, &ce->signals, signal_link) in print_signals()
|
/Linux-v6.1/drivers/counter/ |
D | interrupt-cnt.c | 22 struct counter_signal signals; member 197 priv->signals.name = devm_kasprintf(dev, GFP_KERNEL, "IRQ %d", in interrupt_cnt_probe() 199 if (!priv->signals.name) in interrupt_cnt_probe() 202 counter->signals = &priv->signals; in interrupt_cnt_probe() 207 priv->synapses.signal = &priv->signals; in interrupt_cnt_probe()
|
/Linux-v6.1/tools/lib/subcmd/ |
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-v6.1/Documentation/trace/coresight/ |
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-v6.1/Documentation/driver-api/ |
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.
|
D | ptp.rst | 25 - Period output signals configurable from user space 83 - 3 Periodic signals (optional interrupt) 91 - GPIO outputs can produce periodic signals 103 - Programmable output periodic signals
|
D | miscellaneous.rst | 31 PWM signals. A controller that provides one or more PWM signals is
|
/Linux-v6.1/drivers/tty/ |
D | synclink_gt.c | 284 unsigned char signals; /* serial signal states */ member 715 info->signals &= ~(SerialSignal_RTS | SerialSignal_DTR); in set_termios() 723 info->signals |= SerialSignal_DTR; in set_termios() 725 info->signals |= SerialSignal_RTS; in set_termios() 1183 if (info->signals & SerialSignal_RTS) in line_info() 1185 if (info->signals & SerialSignal_CTS) in line_info() 1187 if (info->signals & SerialSignal_DTR) in line_info() 1189 if (info->signals & SerialSignal_DSR) in line_info() 1191 if (info->signals & SerialSignal_DCD) in line_info() 1193 if (info->signals & SerialSignal_RI) in line_info() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/gpio/ |
D | gpio-eic-sprd.txt | 11 connections. A debounce mechanism is used to capture the input signals' 19 The EIC-latch sub-module is used to latch some special power down signals 21 clock to capture signals. 23 The EIC-async sub-module uses a 32kHz clock to capture the short signals 28 when detecting input signals.
|
/Linux-v6.1/Documentation/devicetree/bindings/reset/ |
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-v6.1/Documentation/gpu/amdgpu/display/ |
D | dcn-overview.rst | 67 2. Global sync signals (green): It is a set of synchronization signals composed 70 4. Sideband signals: All other signals that do not fit the previous one. 72 These signals are essential and play an important role in DCN. Nevertheless, 197 These atomic register updates are driven by global sync signals in DCN. In 199 signals page flip and vblank events it is helpful to understand how global sync 202 Global sync consists of three signals, VSTARTUP, VUPDATE, and VREADY. These are 206 The global sync signals always happen during VBlank, are independent from the 210 or userspace clients as it signals the point at which hardware latches to 218 The below picture illustrates the global sync signals: 222 These signals affect core DCN behavior. Programming them incorrectly will lead
|
/Linux-v6.1/Documentation/devicetree/bindings/media/i2c/ |
D | tvp5150.txt | 4 (and also SECAM in the TVP5151 case) video signals to either 8-bit 4:2:2 YUV 55 - sdtv-standards: Set the possible signals to which the hardware tries to lock 67 sdtv-standards = <SDTV_STD_PAL_M>; /* limit to pal-m signals */ 79 sdtv-standards = <SDTV_STD_NTSC_M>; /* limit to ntsc-m signals */
|
/Linux-v6.1/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed.c | 256 char *signals = get_defined_signals(pdesc); in aspeed_pinmux_set_mux() local 259 pfunc->name, pdesc->name, pin, signals, in aspeed_pinmux_set_mux() 261 kfree(signals); in aspeed_pinmux_set_mux() 399 char *signals = get_defined_signals(pdesc); in aspeed_gpio_request_enable() local 402 pdesc->name, offset, signals); in aspeed_gpio_request_enable() 403 kfree(signals); in aspeed_gpio_request_enable()
|
/Linux-v6.1/arch/mips/kernel/ |
D | entry.S | 85 # signals dont change between 129 # signals dont change between 138 work_notifysig: # deal with pending signals and
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-cti | 35 Description: (Read) Input trigger signals from connected device <N> 41 Description: (Read) Functional types for the input trigger signals 48 Description: (Read) Output trigger signals to connected device <N> 54 Description: (Read) Functional types for the output trigger signals 129 Description: (Read) read current status of input trigger signals 135 Description: (Read) read current status of output trigger signals. 214 Description: (Read) show channels with no attached trigger signals.
|
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
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-v6.1/drivers/usb/serial/ |
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-v6.1/arch/m68k/ |
D | Kconfig.debug | 45 bool "Disable BDM signals" 48 Disable the ColdFire CPU's BDM signals.
|
/Linux-v6.1/drivers/pps/ |
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-v6.1/arch/arm/boot/dts/ |
D | aspeed-bmc-tyan-s8036.dts | 387 * - The -button signals can be used to monitor physical buttons. 388 * - The -control signals can be used to actuate the specific 390 * - In hardware, the -button signals are connected to the -control 391 * signals through drivers with the -control signals being
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | yuv-formats.rst | 9 YUV is the format native to TV broadcast and composite video signals. It 12 *color difference* signals, this way the green component can be 17 was added to transmit the color difference signals.
|