Searched full:usr1 (Results 1 – 25 of 37) sorted by relevance
12
/linux-6.14.4/tools/testing/selftests/signal/ |
D | mangle_uc_sigmask.c | 100 "USR1 is blocked, cannot invoke handler right now\n"); in handler_usr() 102 /* Raise USR1 again; only one instance must be delivered upon exit */ in handler_usr() 110 /* USR1 has been blocked, but ucontext is empty */ in handler_usr() 112 ksft_test_result(ret == 0, "USR1 not blocked in ucontext\n"); in handler_usr() 151 /* USR1 must not be queued */ in main()
|
D | sas.c | 60 ksft_print_msg("[RUN]\tsignal USR1\n"); in my_usr1()
|
/linux-6.14.4/drivers/tty/serial/ |
D | imx.c | 46 #define USR1 0x94 /* Status Register 1 */ macro 350 * all FIFOs and register USR1, USR2, UBIR, UBMR, UBRC, URXD, UTXD in imx_uart_soft_reset() 353 * We don't need to restore the old values from USR1, USR2, URXD and in imx_uart_soft_reset() 765 u32 usr1; in __imx_uart_rtsint() local 767 imx_uart_writel(sport, USR1_RTSD, USR1); in __imx_uart_rtsint() 768 usr1 = imx_uart_readl(sport, USR1) & USR1_RTSS; in __imx_uart_rtsint() 780 if (usr1 & USR1_RTSS) in __imx_uart_rtsint() 784 uart_handle_cts_change(&sport->port, usr1); in __imx_uart_rtsint() 945 unsigned usr1 = imx_uart_readl(sport, USR1); in imx_uart_get_hwmctrl() local 948 if (usr1 & USR1_RTSS) in imx_uart_get_hwmctrl() [all …]
|
/linux-6.14.4/arch/arm/boot/dts/ti/omap/ |
D | omap5-igep0050.dts | 43 label = "board:red:usr1"; 48 label = "board:blue:usr1";
|
D | am335x-boneblack.dts | 89 "[usr1 led]",
|
D | am572x-idk-common.dtsi | 80 usr1-led {
|
D | omap5-uevm.dts | 45 label = "omap5:blue:usr1";
|
D | am571x-idk.dts | 73 usr1-led {
|
D | am335x-pocketbeagle.dts | 36 led-usr1 { 37 label = "beaglebone:green:usr1";
|
D | dra7-evm-common.dtsi | 63 label = "dra7:usr1";
|
D | omap3-beagle-xm.dts | 47 label = "beagleboard::usr1";
|
/linux-6.14.4/tools/testing/selftests/arm64/fp/ |
D | ssve-stress | 53 kill -USR1 $pids
|
D | sve-stress | 53 kill -USR1 $pids
|
D | fpsimd-stress | 54 kill -USR1 $pids
|
D | za-stress | 53 kill -USR1 $pids
|
/linux-6.14.4/tools/perf/trace/beauty/ |
D | signum.c | 21 P_SIGNUM(USR1); in syscall_arg__scnprintf_signum()
|
/linux-6.14.4/Documentation/devicetree/bindings/leds/ |
D | leds-is31fl32xx.txt | 41 label = "EB:blue:usr1";
|
/linux-6.14.4/arch/x86/boot/ |
D | genimage.sh | 40 trap 'exit 1' USR1 45 kill -USR1 $topshell
|
/linux-6.14.4/security/apparmor/include/ |
D | task.h | 90 #define AA_SFS_SIG_MASK "hup int quit ill trap abrt bus fpe kill usr1 " \
|
D | sig_names.h | 73 "usr1",
|
/linux-6.14.4/Documentation/devicetree/bindings/mfd/ |
D | max77650.yaml | 133 label = "red:usr1";
|
/linux-6.14.4/arch/microblaze/kernel/cpu/ |
D | mb.c | 126 "PVR-USR1:\t%02x\n" in show_cpuinfo()
|
/linux-6.14.4/arch/arm/boot/dts/allwinner/ |
D | sun7i-a20-pcduino3-nano.dts | 76 label = "pcduino3-nano:green:usr1";
|
/linux-6.14.4/Documentation/devicetree/bindings/input/ |
D | microchip,cap11xx.yaml | 216 label = "cap11xx:green:usr1";
|
/linux-6.14.4/tools/testing/selftests/powerpc/tm/ |
D | tm-trap.c | 181 /* Got a USR1 signal from ping(), so just tell pong() to exit */ in usr1_signal_handler()
|
12