Home
last modified time | relevance | path

Searched refs:signals (Results 1 – 189 of 189) sorted by relevance

/linux-4.1.27/arch/arm/mach-spear/
Dpl080.c28 } signals[16] = {{0, 0}, }; variable
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()
58 signals[signal].busy++; in pl080_get_signal()
59 signals[signal].val = cd->muxval; in pl080_get_signal()
72 if (!signals[signal].busy) in pl080_put_signal()
75 signals[signal].busy--; in pl080_put_signal()
/linux-4.1.27/Documentation/isdn/
DINTERFACE.fax72 ISDN_TTY_FAX_DR signals +FDR command to HL
74 ISDN_TTY_FAX_DT signals +FDT command to HL
76 ISDN_TTY_FAX_ET signals +FET command to HL
92 ISDN_TTY_FAX_ET signals end of data,
95 ISDN_TTY_FAX_FCON signals the established, outgoing connection,
98 ISDN_TTY_FAX_FCON_I signals the established, incoming connection,
103 ISDN_TTY_FAX_SENT signals that all data has been sent
107 ISDN_TTY_FAX_PTS signals a msg-confirmation (page sent successful),
114 ISDN_TTY_FAX_EOP signals end of data in receive mode,
DINTERFACE490 With this call, the HL-driver signals the availability of new data
503 With this call, the HL-driver signals an incoming call to the LL.
542 With this call, the HL-driver signals availability of the ISDN-card.
553 With this call, the HL-driver signals unavailability of the ISDN-card.
564 With this call, the HL-driver signals the successful establishment of
575 With this call, the HL-driver signals the successful establishment of
592 With this call, the HL-driver signals the shutdown of a
605 With this call, the HL-driver signals the shutdown of a
633 With this call, the HL-driver signals that it will be unloaded now. This
644 With this call the HL-driver signals the delivery of a data-packet.
[all …]
/linux-4.1.27/tools/perf/util/
Dsigchain.c11 static struct sigchain_signal signals[SIGCHAIN_MAX_SIGNALS]; variable
21 struct sigchain_signal *s = signals + sig; in sigchain_push()
34 struct sigchain_signal *s = signals + sig; in sigchain_pop()
/linux-4.1.27/Documentation/
Dhsi.txt14 The serial protocol uses two signals, DATA and FLAG as combined data and clock
15 signals and an additional READY signal for flow control. An additional WAKE
16 signal can be used to wakeup the chips from standby modes. The signals are
17 commonly prefixed by AC for signals going from the application die to the
18 cellular die and CA for signals going the other way around.
Dsmsc_ece1099.txt8 Keypad scan Input(KSI) and Keypad Scan Output(KSO) signals
52 located on the Companion device. The bus comprises three signals,
Dunshare.txt242 set and signals are also being shared, force CLONE_THREAD. If
289 signals and signal handlers. Signals are complex to begin with and
290 to unshare signals and/or signal handlers of a currently running
292 need to allow unsharing of signals and/or signal handlers, it can
DIntel-IOMMU.txt70 When errors are reported, the DMA engine signals via an interrupt. The fault
Drtc.txt47 However it can also be used to generate signals from a slow 2Hz to a
48 relatively fast 8192Hz, in increments of powers of two. These signals
Ddma-buf-sharing.txt150 Once the DMA for the current buffer-user is over, it signals 'end-of-DMA' to
Dkernel-parameters.txt29 log_buf_len=1M print-fatal-signals=1
2904 print-fatal-signals=
2905 [KNL] debug: print fatal signals
2908 related application anomalies: too many signals,
2909 too many POSIX.1 timers, fatal signals causing a
Dkernel-docs.txt232 Keywords: character device drivers, I/O, signals, DMA, accessing
Dpinctrl.txt860 - Registers (or fields within registers) that control muxing of signals
/linux-4.1.27/Documentation/devicetree/bindings/reset/
Dreset.txt3 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,
Dsirf,rstc.txt25 reset signals for most blocks in system. Those device nodes should specify the
/linux-4.1.27/drivers/tty/
Dsynclink_gt.c314 unsigned char signals; /* serial signal states */ member
788 info->signals &= ~(SerialSignal_RTS | SerialSignal_DTR); in set_termios()
797 info->signals |= SerialSignal_DTR; in set_termios()
800 info->signals |= SerialSignal_RTS; in set_termios()
1269 if (info->signals & SerialSignal_RTS) in line_info()
1271 if (info->signals & SerialSignal_CTS) in line_info()
1273 if (info->signals & SerialSignal_DTR) in line_info()
1275 if (info->signals & SerialSignal_DSR) in line_info()
1277 if (info->signals & SerialSignal_DCD) in line_info()
1279 if (info->signals & SerialSignal_RI) in line_info()
[all …]
/linux-4.1.27/arch/mips/kernel/
Dentry.S87 # signals dont change between
143 # signals dont change between
152 work_notifysig: # deal with pending signals and
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dst-rc.txt11 protocol used for receiving remote control signals. rx-mode should
14 protocol used for transmitting remote control signals. tx-mode should
Dvideo-interfaces.txt76 mode horizontal and vertical synchronization signals are provided to the
78 mode the data source device is also the source of the synchronization signals.
/linux-4.1.27/Documentation/ptp/
Dptp.txt23 - Period output signals configurable from user space
52 signals may be configured via the POSIX timer_settime() system
77 - 3 Periodic signals (optional interrupt)
84 - GPIO outputs can produce periodic signals
/linux-4.1.27/arch/m68k/
DKconfig.debug47 bool "Disable BDM signals"
50 Disable the ColdFire CPU's BDM signals.
/linux-4.1.27/drivers/pps/
DKconfig14 Some antennae's PPS signals are connected with the CD (Carrier
18 Some antennae's PPS signals are connected with some special host
/linux-4.1.27/Documentation/arm64/
Dtagged-pointers.txt21 (2) Non-zero tags are not preserved when delivering signals.
25 One exception to this rule is for signals raised in response
/linux-4.1.27/drivers/gpu/drm/sti/
DNOTES14 - The HDMI / DVO / HD Analog / SD analog IP builds the video signals
19 - The VTG (Video Timing Generators) build Vsync signals used by the other HW IP
/linux-4.1.27/fs/notify/dnotify/
DKconfig7 that uses signals to communicate events to user-space. There exist
/linux-4.1.27/scripts/kconfig/
Dqconf.h79 signals:
236 signals:
264 signals:
/linux-4.1.27/drivers/pps/generators/
DKconfig12 utilizes STROBE pin of a parallel port to send PPS signals. It uses
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dadi,adv7511.txt42 - adi,embedded-sync: The input uses synchronization signals embedded in the
44 signals.
Dadi,adv7123.txt4 The ADV7123 is a digital-to-analog converter that outputs VGA signals from a
Darm,pl11x.txt40 - port: describes LCD panel signals, following the common binding
/linux-4.1.27/Documentation/gpio/
Dgpio.txt53 - Inputs can often be used as IRQ signals, often edge triggered but
89 Sometimes shared signals need to use "open drain" (where only the low signal
97 Also, bidirectional data bus signals sometimes use open drain signals.
Dgpio-legacy.txt40 - Inputs can often be used as IRQ signals, often edge triggered but
93 reserves "negative" numbers for other purposes like marking signals as
261 These calls serve two basic purposes. One is marking the signals which
286 to implement a workaround on signals typically driven by a non-GPIO HW block.
288 Some platforms allow some or all GPIO signals to be routed to different pins.
414 Sometimes shared signals need to use "open drain" signaling, where only the
421 Also, bidirectional data bus signals sometimes use open drain signals.
549 Any debugfs dump method should normally ignore signals which haven't been
675 GPIO signals have paths like /sys/class/gpio/gpio42/ (for GPIO #42)
Ddriver.txt61 Any debugfs dump method should normally ignore signals which haven't been
158 Input GPIOs can be used as IRQ signals. When this happens, a driver is requested
Dsysfs.txt56 GPIO signals have paths like /sys/class/gpio/gpio42/ (for GPIO #42)
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dsbs_sbs-battery.txt12 - sbs,battery-detect-gpios : The gpio which signals battery detection and
/linux-4.1.27/Documentation/arm/SA1100/
DLART6 other StrongARM-gadgets. Almost all SA signals are directly accessible
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Ddra7-atl.txt7 signals - can compensate the drift between the two ws signal.
46 For valid word select signals, see the dt-bindings/clk/ti-dra7-atl.h include
Dcomposite.txt8 a multiplexer clock with multiple input clock signals or parents, one
Dmux.txt6 register-mapped multiplexer with multiple input clock signals or
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dsleep-s3c2410.S54 orr r8, r8, #S3C2410_MISCCR_SDSLEEP @ SDRAM power-down signals
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dti,omap-intc-irq.txt4 96 or 128 IRQ signals to the ARM host depending on the SoC.
Dti,keystone-irq.txt4 host using the IRQ controller IP. It provides 28 IRQ signals to ARM.
Dbrcm,bcm7120-l2-intc.txt9 - outputs multiple interrupts signals towards its interrupt controller parent
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dbfticu.txt4 Its main functionality is to collect IRQs from the whole chassis and signals
Darizona.txt53 of input signals. Valid values are 0 (Differential), 1 (Single-ended) and
56 input singals. If values less than the number of input signals, elements
/linux-4.1.27/Documentation/cgroups/
D00-INDEX14 - checkpointing; rationale to not use signals, interface.
Dfreezer-subsystem.txt20 and resuming tasks in userspace. Both of these signals are observable
40 This happens because bash can observe both signals and choose how it
44 signals is gdb. In fact any program designed to use ptrace is likely to
/linux-4.1.27/Documentation/filesystems/
Ddnotify.txt10 being delivered using signals.
33 Preferably the application will choose one of the real time signals
Ddlmfs.txt83 mkdir(2) signals dlmfs to join a domain (which will have the same name
86 rmdir(2) signals dlmfs to leave the domain
Docfs2.txt46 intr (*) Allow signals to interrupt cluster operations.
47 nointr Do not allow signals to interrupt cluster
Dproc.txt241 SigQ number of signals queued/max. number for queue
242 SigPnd bitmap of pending signals for the thread
243 ShdPnd bitmap of shared pending signals for the process
244 SigBlk bitmap of blocked signals
245 SigIgn bitmap of ignored signals
246 SigCgt bitmap of caught signals
309 pending bitmap of pending signals
310 blocked bitmap of blocked signals
311 sigign bitmap of ignored signals
312 sigcatch bitmap of caught signals
Dfiemap.txt199 structure directly. Filesystem handlers should be tolerant to signals and return
Dcoda.txt349 signals are put in the queue at the head, and read first by Venus. If
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dguts.txt6 signals, and clock control.
Ddcsr.txt80 two interrupt signals based on debug event sources within the SoC.
81 The interrupt signals are epu_xt_int0 and epu_xt_int1.
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/
Dtvp514x.txt6 to-digital (A/D) conversion of component RGB and YPbPr signals as well as A/D
/linux-4.1.27/drivers/usb/serial/
Dsierra.c622 unsigned char signals = *((unsigned char *) in sierra_instat_callback() local
627 signals); in sierra_instat_callback()
631 portdata->dcd_state = ((signals & 0x01) ? 1 : 0); in sierra_instat_callback()
632 portdata->dsr_state = ((signals & 0x02) ? 1 : 0); in sierra_instat_callback()
633 portdata->ri_state = ((signals & 0x08) ? 1 : 0); in sierra_instat_callback()
Doption.c2131 unsigned char signals = *((unsigned char *) in option_instat_callback() local
2135 dev_dbg(dev, "%s: signal x%x\n", __func__, signals); in option_instat_callback()
2139 portdata->dcd_state = ((signals & 0x01) ? 1 : 0); in option_instat_callback()
2140 portdata->dsr_state = ((signals & 0x02) ? 1 : 0); in option_instat_callback()
2141 portdata->ri_state = ((signals & 0x08) ? 1 : 0); in option_instat_callback()
/linux-4.1.27/Documentation/hwmon/
Dlm9372 The LM93 can monitor two #PROCHOT signals. The results are found in the
82 The monitoring intervals for the two #PROCHOT signals is also configurable.
92 signals. I.e. when #P1_PROCHOT is asserted, the LM93 will automatically
110 The LM93 can monitor two #VRD_HOT signals. The results are found in the
123 four signals are measured within 4 seconds.
233 If the #PROCHOT or #VRDHOT signals are asserted while bound to a PWM output
Ducd900030 can be used for power supply enables, power-on reset signals, external
38 power-on reset signals, external interrupts, cascading, or other system
Dsmm66579 Min, max, lcrit, and crit values are used by the chip to trigger external signals
80 and/or other activity. Triggered signals can include HEALTHY, RST, Power Off,
Dsht1541 chip. These coefficients are used to internally calibrate the signals from the
Dw83627hf58 it is possible or even likely for a w83627thf to have the VID signals routed
Dadm102690 The datasheet shows an example application with VID signals attached to
Dlm8556 VID signals from the processor to the VRM. Lastly, there are three (3) PWM
/linux-4.1.27/scripts/coccinelle/free/
Diounmap.cocci3 //# This only signals a missing iounmap when there is an iounmap later
Dclk_put.cocci3 //# This only signals a missing clk_put when there is a clk_put later
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-gpio7 As a Kconfig option, individual GPIO signals may be accessed from
Dsysfs-devices-power19 Some devices support "wakeup" events, which are hardware signals
/linux-4.1.27/drivers/staging/dgnc/
Ddgnc_cls.c37 static void cls_parse_modem(struct channel_t *ch, unsigned char signals);
1054 static void cls_parse_modem(struct channel_t *ch, unsigned char signals) in cls_parse_modem() argument
1056 unsigned char msignals = signals; in cls_parse_modem()
1068 unsigned char mswap = signals; in cls_parse_modem()
1093 signals &= 0xf0; in cls_parse_modem()
Ddgnc_neo.c40 static void neo_parse_modem(struct channel_t *ch, unsigned char signals);
1555 static void neo_parse_modem(struct channel_t *ch, unsigned char signals) in neo_parse_modem() argument
1557 unsigned char msignals = signals; in neo_parse_modem()
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-dsp-keystone.txt4 the DSP GPIO controller IP. It provides 28 IRQ signals per each DSP core.
Dgpio.txt31 and bit-banged data signals:
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DSMDK2440.txt9 10MBit Ethernet, and expansion headers for various signals, including
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dti,tas5086.txt18 PWM signals. This helps reduce pops and clicks.
Dsimple-card.txt20 - simple-audio-card,hp-det-gpio : Reference to GPIO that signals when
22 - simple-audio-card,mic-det-gpio : Reference to GPIO that signals when
Dfsl,ssi.txt34 all be connected to valid signals. In synchronous mode,
/linux-4.1.27/drivers/media/radio/si4713/
DKconfig36 RDS and RBDS signals as well. This module is the v4l2 radio
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dspi-fsl-dspi.txt11 - spi-num-chipselects : the number of the chipselect signals.
Dfsl-spi.txt43 - fsl,espi-num-chipselects : the number of the chipselect signals.
/linux-4.1.27/tools/perf/Documentation/
Dperf-sched.txt37 a dot signals an idle CPU.
/linux-4.1.27/Documentation/input/
Damijoy.txt84 clocked by 2 of the signals input from the mouse serial
132 addresses is shown below. The counters are stopped by signals
Drotary-encoder.txt82 signals (because of an inverting buffer or other reasons). The encoder
Dalps.txt95 Note that the device never signals overflow condition.
Djoystick-parport.txt240 resistors on each of the direction and button signals, like this:
Dmulti-touch-protocol.txt72 slot by changing its ABS_MT_TRACKING_ID. If the hardware signals that it is
/linux-4.1.27/arch/powerpc/boot/dts/
Dxcalibur1501.dts251 /* On-board signals for VID, flash, serial */
260 /* PMC0/XMC0 signals */
269 /* PMC1/XMC1 signals */
278 /* CompactPCI signals (sysen, GA[4:0]) */
Dkatmai.dts304 * On Katmai, the following PCI-X interrupts signals
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dgpio-control-nand.txt5 signals.
/linux-4.1.27/Documentation/powerpc/
Dtransactional_memory.txt98 Delivery of signals (both sync and async) during transactions provides a second
100 state. Signal delivery 'treclaim's to capture both register states, so signals
166 For signals taken in non-TM or suspended mode, we use the
Dqe_firmware.txt89 structure signals the microcode which of these virtual traps is active.
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dti-gpmc.txt50 WE signals timings (in nanoseconds) corresponding to GPMC_CONFIG4:
54 OE signals timings (in nanoseconds) corresponding to GPMC_CONFIG4:
/linux-4.1.27/arch/m68k/kernel/
Dentry.S217 bnes 1b | if so, skip resched, signals
230 bnes 1f | if so, skip resched, signals
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dshdma.txt20 - dma-requests: number of DMA request signals
Ddma.txt17 - dma-requests: Number of DMA request signals supported by the
Dste-dma40.txt59 Existing signal numbers for the DB8500 ASIC. Unless specified, the signals are
/linux-4.1.27/Documentation/devicetree/bindings/soc/mediatek/
Dpwrap.txt14 The signals of these pins are routed over the SPI bus using the pwrap
/linux-4.1.27/Documentation/devicetree/bindings/arm/samsung/
Dpmu.txt44 this PMU signals interrupts to.
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-mux-gpio.txt4 route the I2C signals.
Di2c-mux-pinctrl.txt4 route the I2C signals, and represents the pin multiplexing configuration
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/
Datmel-wdt.txt23 "all" : assert peripherals and processor reset signals
/linux-4.1.27/drivers/i2c/muxes/
DKconfig57 This is useful for SoCs whose I2C module's signals can be routed to
/linux-4.1.27/drivers/mailbox/
DKconfig6 signals. Say Y if your platform supports hardware mailboxes.
/linux-4.1.27/drivers/staging/iio/Documentation/
Dinkernel.txt5 signals. The functionality supported will grow as use cases arise.
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dpwm-samsung.txt23 - "timers" - PWM base clock used to generate PWM signals,
/linux-4.1.27/Documentation/sound/alsa/
DAudigy-mixer.txt169 All stereo signals are mixed together and mirrored to surround, center and LFE.
175 All stereo signals are mixed together and mirrored to surround, center and LFE.
181 All stereo signals are mixed together and mirrored to surround, center and LFE.
186 All stereo signals are mixed together and mirrored to surround, center and LFE.
DREADME.maya4442 - The level meters ("multi track") in 'alsamixer' do not seem to react to signals in (if this is a …
/linux-4.1.27/arch/avr32/boards/atstk1000/
DKconfig74 All the signals for the second SPI controller are available on
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx27-pinctrl.txt34 signals of function blocks A,B and C. Specific function blocks are
Dfsl,imx-pinctrl.txt5 multiplexing the PAD input/output signals. For each PAD there are up to
Datmel,at91-pinctrl.txt5 multiplexing the PAD input/output signals. For each PAD there are up to
Drockchip,pinctrl.txt5 multiplexing the PAD input/output signals. For each PAD there are several
Dpinctrl-bindings.txt8 Hardware modules whose signals are affected by pin configuration are
/linux-4.1.27/Documentation/watchdog/
Dpcwd-watchdog.txt14 signals to it so it doesn't reset your computer ... at least during
/linux-4.1.27/drivers/media/rc/img-ir/
DKconfig25 signals in hardware. This is more reliable, consumes less processing
/linux-4.1.27/arch/powerpc/kernel/vdso64/
Dsigtramp.S303 # I don't think so, since gcc doesn't support async signals.
/linux-4.1.27/Documentation/arm/
Dmem_alignment49 fixing up or sending SIGBUS signals:
Dkernel_mode_neon.txt69 software assistance, it signals the kernel by raising an undefined instruction
Dcluster-pm-race-avoidance.txt454 __mcpm_cpu_going_down() signals the transition of a CPU to the
457 __mcpm_cpu_down() signals the transition of a CPU to the CPU_DOWN
/linux-4.1.27/Documentation/usb/
Diuu_phoenix.txt59 if the card is present or not. Eight signals are possible.
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-calling.txt66 firmware which notification mailbox to use. The firmware signals the host via
/linux-4.1.27/Documentation/power/
Dsuspend-and-interrupts.txt64 (such as an SoC) so that signals from a given line are routed in a different way
69 controller needs to be enabled to receive signals from the line in question.
Dpci.txt47 Devices supporting the native PCI PM usually can generate wakeup signals called
60 preparing the device to generate wakeup signals. In that case, however, it
174 wakeup signals from that state, the _DSW (or _PSW, replaced with _DSW by ACPI
193 enabled for the device to be able to generate wakeup signals.
197 Wakeup signals generated by PCI devices, either as native PCI PMEs, or as
206 On ACPI-based systems wakeup signals sent by conventional PCI devices are
207 converted into ACPI General-Purpose Events (GPEs) which are hardware signals
215 If a PCI device known to the system's ACPI BIOS signals wakeup, the GPE
237 Unfortunately, there is no standard way of handling wakeup signals sent by
361 entire mechanics necessary for handling runtime wakeup signals from PCI devices
[all …]
Ddevices.txt153 of system wakeup events (hardware signals that can force the system out of a
375 generating hardware wakeup signals to trigger a system wakeup event when the
377 GPIO signals hooked up to a switch or other external hardware, and
/linux-4.1.27/arch/mn10300/kernel/
Dentry.S141 # deal with pending signals and notify-resume requests
171 mov (REG_EPSW,fp),d0 # need to deliver signals before
/linux-4.1.27/Documentation/dvb/
Davermedia.txt30 dealing with digital signals, not analogue signals and a
294 decoding HDTV signals, although the PC is dropping the odd
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dads7846.txt35 ti,settle-delay-usec Settling time of the analog signals;
/linux-4.1.27/arch/arm/mach-pxa/
Dsleep.S104 @ (see Errata 31, GPIO output signals, ... unpredictable in sleep
/linux-4.1.27/arch/arm/boot/dts/
Dste-hrefv60plus.dtsi187 * reset signals low.
/linux-4.1.27/drivers/net/wan/
Dfarsync.c1113 int signals; in fst_intr_ctlchg() local
1115 signals = FST_RDL(card, v24DebouncedSts[port->index]); in fst_intr_ctlchg()
1117 if (signals & (((port->hwif == X21) || (port->hwif == X21D)) in fst_intr_ctlchg()
2136 int signals; in fst_openport() local
2157 signals = FST_RDL(port->card, v24DebouncedSts[port->index]); in fst_openport()
2158 if (signals & (((port->hwif == X21) || (port->hwif == X21D)) in fst_openport()
/linux-4.1.27/drivers/gpio/
DKconfig816 Say yes here to access the GPIO signals of various multi-function
823 Say yes here to access the GPO signals of twl6040
837 Say yes here to access the GPIO signals of WM831x power management
844 Say yes here to access the GPIO signals of WM8350 power management
851 Say yes here to access the GPIO signals of WM8994 audio hub
982 Say yes here to access the GPIO signals of Nano River
/linux-4.1.27/Documentation/pps/
Dpps.txt193 Sometimes one needs to be able not only to catch PPS signals but to produce
199 cables to deliver signals using parallel ports, for example.
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dbrcm,kona-ccu.txt5 a set of clock signals. Each CCU is represented by a node in the
Dclock-bindings.txt130 signal generated by the external oscillator, and provides two output signals
/linux-4.1.27/Documentation/serial/
Dserial-rs485.txt16 toggling RTS or DTR signals. That can be used to control external
Dmoxa-smartio69 - msmon Monitor program to observe data count and line status signals.
/linux-4.1.27/Documentation/sound/alsa/soc/
Doverview.txt47 signals the codec when to change power states.
Ddapm.txt53 o Mixer - Mixes several analog signals into a single analog signal.
/linux-4.1.27/drivers/tty/serial/jsm/
Djsm_cls.c510 static void cls_parse_modem(struct jsm_channel *ch, u8 signals) in cls_parse_modem() argument
512 u8 msignals = signals; in cls_parse_modem()
Djsm_neo.c569 static void neo_parse_modem(struct jsm_channel *ch, u8 signals) in neo_parse_modem() argument
571 u8 msignals = signals; in neo_parse_modem()
/linux-4.1.27/arch/cris/arch-v10/drivers/
DKconfig68 Enables the status and control signals DTR, RI, DSR and CD on PB for
156 Enables the status and control signals DTR, RI, DSR and CD on PB for
244 Enables the status and control signals DTR, RI, DSR and CD on PA for
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.quirks24 The inter-nal GNT[0:1] signals are gated asynchronously with GNT and
/linux-4.1.27/Documentation/arm/pxa/
Dmfp.txt49 internal controllers like PWM, SSP and UART, with 128 internal signals
169 Bit 9: SLEEP_SEL - selection control for low power modes signals
/linux-4.1.27/drivers/staging/panel/
DKconfig158 port. But before assigning signals, the driver needs to know if it will
160 (SDA/SCL), while parallel ones use 2 or 3 wires for the control signals
/linux-4.1.27/drivers/scsi/
DNCR5380.c362 } signals[] = { variable
420 for (i = 0; signals[i].mask; ++i) in NCR5380_print()
421 if (status & signals[i].mask) in NCR5380_print()
422 printk(",%s", signals[i].name); in NCR5380_print()
Datari_NCR5380.c484 } signals[] = { variable
524 for (i = 0; signals[i].mask; ++i) in NCR5380_print()
525 if (status & signals[i].mask) in NCR5380_print()
526 printk(",%s", signals[i].name); in NCR5380_print()
/linux-4.1.27/Documentation/ia64/
Dfsys.txt167 The delivery of (asynchronous) signals must be delayed until fsys-mode
174 The kernel exit path then checks for and delivers any pending signals.
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt100 * Make all your ioctls restartable. First X really loves signals and second
102 interrupting your main test suite constantly with signals. Thanks to X's
/linux-4.1.27/Documentation/spi/
Dspi-summary15 Slave Out" (MISO) signals. (Other names are also used.) There are four
24 low signals, labeled nCSx for slave 'x' (e.g. nCS0). Some devices have
25 other signals, often including an interrupt to the master.
245 /* also: set up pin modes so the spi2 signals are
/linux-4.1.27/Documentation/networking/
Doperstates.txt144 netlink multicast signals this state
Dnetdev-features.txt118 On platforms where this is relevant, NETIF_F_HIGHDMA signals that
Dstmmac.txt61 This is based on NAPI so the interrupt handler signals only if there is work
/linux-4.1.27/Documentation/s390/
Dkvm.txt68 -EINVAL error code: program interrupts and interprocessor signals. Valid
Ddriver-model.txt173 return code of the notify function the device driver signals if it
DDebugging390.txt1716 info signals:
1717 what gdb does when the victim receives certain signals.
2028 Showing among other things memory usage & status of some signals &
/linux-4.1.27/arch/arm/kernel/
Dentry-header.S97 @ r0-r7 are used for signals and never touched from now on. Clobbering
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt136 signals the kernel via a 4-byte write(). When cmd_head equals
162 mailbox.cmd_tail by entry.hdr.length (mod cmdr_size) and signals the
/linux-4.1.27/Documentation/arm/nwfpe/
DREADME.FPE152 on signals. It is not strictly necessary to use the module.
/linux-4.1.27/arch/m68k/ifpsp060/
Diskeleton.S78 | deliver signals, reschedule etc..
/linux-4.1.27/Documentation/video4linux/
Dsoc-camera.txt16 and horizontal synchronization signals.
/linux-4.1.27/Documentation/fb/
Dmodedb.txt44 signals (e.g. HDMI and DVI-I). For other outputs it behaves like 'e'. If 'd'
/linux-4.1.27/Documentation/metag/
Dkernel-ABI.txt245 by interrupts (kernel) or signals (user). Therefore it's common to see the MGETL
/linux-4.1.27/Documentation/trace/
Dcoresight.txt84 a way to aggregate and distribute signals between CoreSight components.
/linux-4.1.27/drivers/char/
DKconfig291 signals from as low as 1Hz up to 8192Hz, and can also be used
317 signals from as low as 1Hz up to 8192Hz, and can also be used
/linux-4.1.27/Documentation/locking/
Dww-mutex-design.txt87 Of course, all the usual variants for handling wake-ups due to signals are also
Drt-mutex-design.txt655 If the mutex is TASK_INTERRUPTIBLE a check for signals and timeout is done
699 Note: For various reasons, because of timeout and signals, the steal mutex
/linux-4.1.27/Documentation/timers/
Dhighres.txt197 resolution timer signals which are used by itimer and POSIX interval
/linux-4.1.27/Documentation/fmc/
Dcarrier.txt228 configuration of specific signals within the carrier needs at least
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.reg145 * Writing to this register modifies the control signals on the bus. Only
146 * those signals that are allowed in the current mode (Initiator/Target) are
Daic7xxx.seq485 * Start honoring ATN signals now that
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt729 of POSIX realtime (queued) signals that can be outstanding
732 rtsig-nr shows the number of RT signals currently queued.
/linux-4.1.27/arch/x86/kernel/
Dentry_32.S613 work_notifysig: # deal with pending signals and
/linux-4.1.27/tools/perf/
Ddesign.txt399 fcntl() managing signals.
/linux-4.1.27/kernel/
Dsignal.c997 static inline int legacy_queue(struct sigpending *signals, int sig) in legacy_queue() argument
999 return (sig < SIGRTMIN) && sigismember(&signals->signal, sig); in legacy_queue()
/linux-4.1.27/drivers/mtd/nand/
DKconfig81 This enables a NAND flash driver where control signals are
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt428 This means it may lose signals or ptrace events for example, and affects what
/linux-4.1.27/firmware/keyspan_pda/
Dkeyspan_pda.S966 movx @dptr, a ; in[0] signals that rest of IN is rx data
Dxircom_pgs.S1031 movx @dptr, a ; in[0] signals that rest of IN is rx data
/linux-4.1.27/drivers/spi/
DKconfig228 interface to manage MOSI, MISO, SCK, and chipselect signals. SPI
/linux-4.1.27/arch/s390/kernel/
Dentry.S516 jnz .Lio_work # there is work to do (signals etc.)
/linux-4.1.27/Documentation/scsi/
DChangeLog.ncr53c8xx117 - Display correctly bus signals when bus is detected wrong.
DChangeLog.sym53c8xx202 - Display correctly bus signals when bus is detected wrong.
DChangeLog.lpfc1458 because this function doesn't handle signals.
/linux-4.1.27/Documentation/laptops/
Dthinkpad-acpi.txt176 system. Enabling the hotkey functionality of thinkpad-acpi signals the
196 will handle it. If it is "unmasked", it signals the firmware that
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt421 External signals given to the processor may also have the effect of stopping
Dapi.txt540 Defines which signals are blocked during execution of KVM_RUN. This
2095 This signals to the host kernel that the specified guest is being paused by
3100 incomplete operations and then check for pending signals. Userspace
/linux-4.1.27/drivers/mfd/
DKconfig1189 which have a separate driver; some are control signals, such
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2338 hosts, where there's a bug which causes signals to UML to be lost,
4156 If the panic was 'segfault in signals', then follow the instructions
/linux-4.1.27/init/
DKconfig1513 Enable the signalfd() system call that allows to receive signals