/linux/drivers/gpu/drm/amd/display/include/ |
H A D | signal_types.h | 29 /* 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 */ 51 return "No signal"; in signal_type_to_string() 75 /* help functions for signal types manipulation */ 76 static inline bool dc_is_hdmi_tmds_signal(enum signal_type signal) in dc_is_hdmi_tmds_signal() argument 78 return (signal == SIGNAL_TYPE_HDMI_TYPE_A); in dc_is_hdmi_tmds_signal() 81 static inline bool dc_is_hdmi_signal(enum signal_type signal) in dc_is_hdmi_signal() argument 83 return (signal == SIGNAL_TYPE_HDMI_TYPE_A); in dc_is_hdmi_signal() 86 static inline bool dc_is_dp_sst_signal(enum signal_type signal) in dc_is_dp_sst_signal() argument [all …]
|
/linux/drivers/misc/echo/ |
H A D | echo.h | 31 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 …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-timecard | 24 IRIG adjustments from external IRIG-B signal 25 DCF adjustments from external DCF signal 32 input signal. 35 10Mhz signal is used as the 10Mhz reference clock 36 PPS1 signal is sent to the PPS1 selector 37 PPS2 signal is sent to the PPS2 selector 38 TS1 signal is sent to timestamper 1 39 TS2 signal is sent to timestamper 2 40 TS3 signal is sent to timestamper 3 41 TS4 signal is sent to timestamper 4 [all …]
|
H A D | sysfs-class-led-trigger-netdev | 26 Signal the link state of the named network device. 40 Signal transmission of data on the named network device. 45 in interval to signal transmission. 55 Signal reception of data on the named network device. 60 in interval to signal reception. 83 Signal the link speed state of 10Mbps of the named network device. 98 Signal the link speed state of 100Mbps of the named network device. 113 Signal the link speed state of 1000Mbps of the named network device. 128 Signal the link speed state of 2500Mbps of the named network device. 143 Signal the link speed state of 5000Mbps of the named network device. [all …]
|
/linux/drivers/pinctrl/aspeed/ |
H A D | pinmux-aspeed.h | 12 * basis where a given pin can provide a number of different signal types. 14 * The signal active on a pin is described by both a priority level and 18 * change from a high to low priority signal), or even in the same register. 28 * corner. The signal priorities are in decending order from P0 (highest). 30 * D6 is a pin with a single function (beside GPIO); a high priority signal 33 * Ball | Default | P0 Signal | P0 Expression | P1 Signal | P1 Expression | Other 38 * C5 is a multi-signal pin (high and low priority signals). Here we touch 39 * different registers for the different functions that enable each signal: 45 * E19 is a single-signal pin with two functions that influence the active 46 * signal. In this case both bits have the same meaning - enable a dedicated [all …]
|
H A D | pinctrl-aspeed.c | 80 pr_debug("Enabling signal %s for %s\n", expr->signal, in aspeed_sig_expr_enable() 98 pr_debug("Disabling signal %s for %s\n", expr->signal, in aspeed_sig_expr_disable() 112 * aspeed_disable_sig() - Disable a signal on a pin by disabling all provided 113 * signal expressions. 116 * @exprs: The list of signal expressions (from a priority level on a pin) 137 * aspeed_find_expr_by_name - Search for the signal expression needed to 138 * enable the pin's signal for the requested function. 140 * @exprs: List of signal expressions (haystack) 143 * Return: A pointer to the signal expression whose function tag matches the 215 return expr->signal; in aspeed_sig_expr_signal() [all …]
|
/linux/arch/arm/mach-spear/ |
H A D | pl080.c | 30 unsigned int signal = cd->min_signal, val; in pl080_get_signal() local 35 /* Return if signal is already acquired by somebody else */ in pl080_get_signal() 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() 49 * value by 2 * signal number. in pl080_get_signal() 51 val &= ~(0x3 << (signal * 2)); in pl080_get_signal() 52 val |= cd->muxval << (signal * 2); in pl080_get_signal() 56 signals[signal].busy++; in pl080_get_signal() 57 signals[signal].val = cd->muxval; in pl080_get_signal() [all …]
|
/linux/Documentation/devicetree/bindings/leds/ |
H A D | leds-bcm6328.yaml | 25 should be controlled by a hardware signal instead of the MODE register value, 29 explained later in brcm,link-signal-sources). Even if a LED is hardware 53 description: Makes clock signal active low. 57 description: Makes data signal active low. 85 brcm,link-signal-sources: 90 An array of hardware link signal sources. Up to four link hardware 93 7 may be muxed to LEDs 4 to 7. A signal can be muxed to more than one 94 LED, and one LED can have more than one source signal. 96 brcm,activity-signal-sources: 101 An array of hardware activity signal sources. Up to four activity [all …]
|
/linux/Documentation/devicetree/bindings/reset/ |
H A D | reset.txt | 1 = 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 …]
|
/linux/drivers/tty/ |
H A D | tty_jobctrl.c | 8 #include <linux/signal.h> 9 #include <linux/sched/signal.h> 25 * @sig: signal to send 28 * not in the foreground, send a SIGTTOU. If the signal is blocked or 39 if (current->signal->tty != tty) in __tty_check_change() 81 tty = p->signal->tty; in proc_clear_tty() 82 p->signal->tty = NULL; in proc_clear_tty() 112 if (current->signal->tty) { in __proc_set_tty() 114 current->signal->tty->name); in __proc_set_tty() 115 tty_kref_put(current->signal->tty); in __proc_set_tty() [all …]
|
/linux/tools/testing/selftests/powerpc/tm/ |
H A D | Makefile | 2 SIGNAL_CONTEXT_CHK_TESTS := tm-signal-context-chk-gpr tm-signal-context-chk-fpu \ 3 tm-signal-context-chk-vmx tm-signal-context-chk-vsx 5 TEST_GEN_PROGS := tm-resched-dscr tm-syscall tm-signal-msr-resv tm-signal-stack \ 7 $(SIGNAL_CONTEXT_CHK_TESTS) tm-sigreturn tm-signal-sigreturn-nt \ 8 tm-signal-context-force-tm tm-poison tm-signal-pagefault 27 $(OUTPUT)/tm-signal-context-force-tm: CFLAGS += -pthread -m64 28 $(OUTPUT)/tm-signal-pagefault: CFLAGS += -pthread -m64 32 $(SIGNAL_CONTEXT_CHK_TESTS): tm-signal.S
|
H A D | .gitignore | 4 tm-signal-msr-resv 5 tm-signal-stack 11 tm-signal-context-chk-fpu 12 tm-signal-context-chk-gpr 13 tm-signal-context-chk-vmx 14 tm-signal-context-chk-vsx 15 tm-signal-context-force-tm 16 tm-signal-sigreturn-nt 17 tm-signal-pagefault
|
/linux/Documentation/arch/arm64/ |
H A D | gcs.rst | 151 4. Signal handling 154 * A new signal frame record gcs_context encodes the current GCS mode and 155 pointer for the interrupted context on signal delivery. This will always 161 * The signal handler is run with the same GCS configuration as the interrupted 164 * When GCS is enabled for the interrupted thread a signal handling specific 167 signal frame will point to this cap token. 169 * The signal handler will use the same GCS as the interrupted context. 171 * When GCS is enabled on signal entry a frame with the address of the signal 172 return handler will be pushed onto the GCS, allowing return from the signal 174 the signal frame. [all …]
|
/linux/tools/testing/selftests/arm64/signal/ |
H A D | README | 1 KSelfTest arm64/signal/ 9 signal-test (setup/trigger/run/result/cleanup) 14 - Each signal testcase is compiled into its own executable: a separate 16 by receiving some kind of fatal signal from the Kernel, so it's safer 27 - 'mangle_' tests: a real signal (SIGUSR1) is raised and used as a trigger 28 and then the test case code modifies the signal frame from inside the 29 signal handler itself. 33 real signal return. This kind of tests does not use a trigger usually and 37 some fatal signal: usually SIGSEGV or SIGBUS. Since while writing this 57 - some fatal signal sent by the Kernel to the test process
|
/linux/Documentation/driver-api/gpio/ |
H A D | intro.rst | 18 digital signal. They are provided from many kinds of chips, and are familiar 71 It is natural to assume that a GPIO is "active" when its output signal is 1 72 ("high"), and inactive when it is 0 ("low"). However in practice the signal of a 77 means "active") so that drivers only need to worry about the logical signal and 82 Sometimes shared signals need to use "open drain" (where only the low signal 83 level is actually driven), or "open source" (where only the high signal level is 85 used for TTL. A pullup or pulldown resistor causes the high or low signal level. 89 One common example of an open drain signal is a shared active-low IRQ line. 97 **LOW**: ``gpiod_direction_output(gpio, 0)`` ... this drives the signal and 101 the pullup (or some other device) controls the signal. [all …]
|
/linux/security/apparmor/ |
H A D | ipc.c | 48 * audit_signal_cb() - call back for signal specific audit fields 65 if (ad->signal == SIGUNKNOWN) in audit_signal_cb() 66 audit_log_format(ab, "signal=unknown(%d)", in audit_signal_cb() 68 else if (ad->signal < MAXMAPPED_SIGNAME) in audit_signal_cb() 69 audit_log_format(ab, " signal=%s", sig_names[ad->signal]); in audit_signal_cb() 71 audit_log_format(ab, " signal=rtmin+%d", in audit_signal_cb() 72 ad->signal - SIGRT_BASE); in audit_signal_cb() 97 ad->signal); in profile_signal_perm() 110 ad.signal = map_signal_num(sig); in aa_may_signal()
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | pm_netlink.sh | 151 add_endpoint 10.0.1.3 flags signal,backup 157 "3,10.0.1.3,signal backup")" "dump addrs" 163 "3,10.0.1.3,signal backup")" "dump addrs after del" 168 add_endpoint 10.0.1.4 flags signal 169 check "get_endpoint 4" "$(format_endpoints "4,10.0.1.4,signal")" "id addr increment" 172 add_endpoint "10.0.1.${i}" flags signal >/dev/null 2>&1 174 check "get_endpoint 9" "$(format_endpoints "9,10.0.1.9,signal")" "hard addr limit" 184 "3,10.0.1.3,signal backup" \ 185 "4,10.0.1.4,signal" \ 186 "5,10.0.1.5,signal" \ [all …]
|
/linux/drivers/dma/ |
H A D | lpc32xx-dmamux.c | 23 int signal; member 41 .signal = 3, 48 .signal = 10, 55 .signal = 11, 62 .signal = 14, 69 .signal = 15, 82 dev_dbg(dev, "releasing dma request signal %d routed to %s\n", in lpc32xx_dmamux_release() 83 mux->signal, mux->muxval ? mux->name_sel1 : mux->name_sel1); in lpc32xx_dmamux_release() 106 if (lpc32xx_muxes[i].signal == dma_spec->args[0]) { in lpc32xx_dmamux_reserve() 133 dev_err(dev, "dma request signal %d busy, routed to %s\n", in lpc32xx_dmamux_reserve() [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs35l35.txt | 26 - cirrus,audio-channel : Set Location of Audio Signal on Serial Port 30 - cirrus,advisory-channel : Set Location of Advisory Signal on Serial Port 34 - cirrus,shared-boost : Boolean to enable ClassH tracking of Advisory Signal 105 Optional Monitor Signal Format sub-node: 107 The cs35l35 node can have a single "cirrus,monitor-signal-format" sub-node 113 -cirrus,monitor-signal-format : Sub-node for the Monitor Signaling Formatting 120 for each monitoring signal. 123 scale of the IMON monitor signal. 126 of the VMON monitor signal. 129 of the VPMON monitor signal. [all …]
|
/linux/scripts/kconfig/ |
H A D | gconf.glade | 20 <signal name="destroy" handler="on_window1_destroy" object="window1"/> 21 …<signal name="size_request" handler="on_window1_size_request" object="vpaned1" last_modification_t… 22 …<signal name="delete_event" handler="on_window1_delete_event" object="window1" last_modification_t… 49 <signal name="activate" handler="on_load1_activate"/> 50 <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/> 72 <signal name="activate" handler="on_save_activate"/> 73 <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/> 95 <signal name="activate" handler="on_save_as1_activate"/> 122 <signal name="activate" handler="on_quit1_activate"/> 123 <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/> [all …]
|
/linux/drivers/w1/masters/ |
H A D | amd_axi_w1.c | 113 /* Wait for READY signal to be 1 to ensure 1-wire IP is ready */ in amd_axi_w1_touch_bit() 129 /* Write Go signal and clear control reset signal in control register */ in amd_axi_w1_touch_bit() 132 /* Wait for done signal to be 1 */ in amd_axi_w1_touch_bit() 143 /* Clear Go signal in register 1 */ in amd_axi_w1_touch_bit() 161 /* Wait for READY signal to be 1 to ensure 1-wire IP is ready */ in amd_axi_w1_read_byte() 172 /* Write Go signal and clear control reset signal in control register */ in amd_axi_w1_read_byte() 175 /* Wait for done signal to be 1 */ in amd_axi_w1_read_byte() 185 /* Clear Go signal in control register */ in amd_axi_w1_read_byte() 202 /* Wait for READY signal to be 1 to ensure 1-wire IP is ready */ in amd_axi_w1_write_byte() 213 /* Write Go signal and clear control reset signal in register 1 */ in amd_axi_w1_write_byte() [all …]
|
/linux/tools/perf/Documentation/ |
H A D | perf-daemon.txt | 17 'perf daemon signal' [<options>] 80 SIGNAL COMMAND 82 The signal command sends signal to configured sessions. 85 Send signal to specific session. 177 Send USR2 signal to session 'cycles' to generate perf.data file: 179 # perf daemon signal --session cycles 180 signal 12 sent to session 'cycles [603452]' 187 Send USR2 signal to all sessions: 189 # perf daemon signal 190 signal 12 sent to session 'cycles [603452]' [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-rf-tuner.rst | 14 converts that received signal to lower intermediate frequency (IF) or 43 Filter(s) on tuner signal path are used to filter signal according 59 The RF amplifier is the very first amplifier on the receiver signal 68 signal path. It is located very close to tuner antenna input. Used 75 Mixer gain is second gain stage on the RF tuner signal path. It is 76 located inside mixer block, where RF signal is down-converted by the 81 IF gain is last gain stage on the RF tuner signal path. It is 82 located on output of RF tuner. It controls signal level of
|
/linux/arch/x86/kernel/ |
H A D | signal.c | 34 #include <asm/fpu/signal.h> 43 #include <asm/signal.h> 65 * execution stack as well as the alternate signal stack are writeable. 67 * alternate signal stack, and we don't know which one it is, so enable 70 * to enable the appropriate pkey as the first step in the signal handler 82 * Set up a signal frame. 111 /* This is the X/Open sanctioned signal stack switching. */ in get_sigframe() 127 /* This is the legacy signal stack switching. */ in get_sigframe() 147 * If we are on the alternate signal stack and would overflow it, don't. in get_sigframe() 160 /* Update PKRU to enable access to the alternate signal stack. */ in get_sigframe() [all …]
|
/linux/drivers/mailbox/ |
H A D | mailbox-test.c | 22 #include <linux/sched/signal.h> 40 char *signal; member 62 "Signal length %zd greater than max allowed %d\n", in mbox_test_signal_write() 68 if (!tdev->signal) { in mbox_test_signal_write() 69 tdev->signal = kzalloc(MBOX_MAX_SIG_LEN, GFP_KERNEL); in mbox_test_signal_write() 70 if (!tdev->signal) in mbox_test_signal_write() 74 if (copy_from_user(tdev->signal, userbuf, count)) { in mbox_test_signal_write() 75 kfree(tdev->signal); in mbox_test_signal_write() 76 tdev->signal = NULL; in mbox_test_signal_write() 131 * A separate signal is only of use if there is in mbox_test_message_write() [all …]
|