/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | lis302.txt | 37 - st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition 38 - st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition 39 - st,irq{1,2}-data-ready: raise IRQ 1/2 on data ready contition 40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | slog2.S | 32 | Step 0. If X < 0, create a NaN and raise the invalid operation 47 | Step 0. If X < 0, create a NaN and raise the invalid operation 61 | Step 0. If X < 0, create a NaN and raise the invalid operation 76 | Step 0. If X < 0, create a NaN and raise the invalid operation
|
/linux-4.1.27/tools/perf/util/ |
D | pager.c | 44 raise(signo); in wait_for_pager_signal()
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_console.h | 80 void (*dtr_rts)(struct hvc_struct *hp, int raise);
|
D | hvc_iucv.c | 669 static void hvc_iucv_dtr_rts(struct hvc_struct *hp, int raise) in hvc_iucv_dtr_rts() argument 677 if (raise) in hvc_iucv_dtr_rts()
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-v7m.S | 68 str r0, [r1, V7M_SCB_ICSR] @ raise PendSV
|
/linux-4.1.27/arch/mips/sgi-ip22/ |
D | Platform | 7 # current variable will break so for 64-bit kernels we have to raise the start
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | boost.txt | 11 very moment, but only that the CPU _may_ raise the frequency at it's 17 Some CPUs support a functionality to raise the operating frequency of
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-module | 29 Through this setting it is possible to raise the limit so that
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | entry.S | 124 raise 15; /* invoked by TRAP #0, for sys call */ 354 raise 5; 819 raise 15; /* raise evt15 to do signal or reschedule */ 853 raise 14; 999 raise 15; /* raise evt15 to do signal or reschedule */ 1020 raise 14;
|
D | head.S | 187 raise 15;
|
D | interrupt.S | 321 raise 14; /* Branches to _evt_evt14 */
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | sigreturn.c | 447 raise(SIGUSR1); in test_valid_sigreturn() 543 raise(SIGUSR1); in test_bad_iret()
|
/linux-4.1.27/arch/blackfin/mach-bf561/ |
D | secondary.S | 119 raise 15;
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu.txt | 7 The SMMU may also raise interrupts in response to various fault
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-dma.txt | 71 the card to raise the DMA_DONE interrupt. From hard personal experience, if
|
/linux-4.1.27/Documentation/ |
D | unaligned-memory-access.txt | 52 - Some architectures raise processor exceptions when unaligned accesses 55 - Some architectures raise processor exceptions when unaligned accesses
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_tty.c | 108 static void ircomm_port_raise_dtr_rts(struct tty_port *port, int raise) in ircomm_port_raise_dtr_rts() argument 117 if (raise) in ircomm_port_raise_dtr_rts()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sram243x.S | 77 bl voltage_shift @ go raise voltage
|
D | sram242x.S | 77 bl voltage_shift @ go raise voltage
|
/linux-4.1.27/Documentation/laptops/ |
D | disk-shock-protection.txt | 74 milliseconds may raise expectations that cannot be satisfied in
|
D | laptop-mode.txt | 349 # Don't raise an error if the config file is incomplete
|
/linux-4.1.27/arch/frv/kernel/ |
D | entry.S | 169 # raise the minimum interrupt priority to 15 (NMI only) and enable exceptions
|
/linux-4.1.27/drivers/tty/ |
D | cyclades.c | 3020 static void cyy_dtr_rts(struct tty_port *port, int raise) in cyy_dtr_rts() argument 3028 cyy_change_rts_dtr(info, raise ? TIOCM_RTS | TIOCM_DTR : 0, in cyy_dtr_rts() 3029 raise ? 0 : TIOCM_RTS | TIOCM_DTR); in cyy_dtr_rts() 3041 static void cyz_dtr_rts(struct tty_port *port, int raise) in cyz_dtr_rts() argument 3051 if (raise) in cyz_dtr_rts()
|
D | amiserial.c | 1667 static void amiga_dtr_rts(struct tty_port *port, int raise) in amiga_dtr_rts() argument 1673 if (raise) in amiga_dtr_rts()
|
/linux-4.1.27/tools/perf/ |
D | builtin-record.c | 133 raise(signr); in record__sig_exit()
|
/linux-4.1.27/include/linux/ |
D | tty.h | 207 void (*dtr_rts)(struct tty_port *port, int raise);
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-acm.c | 527 static void acm_port_dtr_rts(struct tty_port *port, int raise) in acm_port_dtr_rts() argument 533 if (raise) in acm_port_dtr_rts()
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 87 you might want to raise the limit.
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx | 389 operation may raise an interrupt we are not able to handle since 498 If the driver haven't to also raise the SIGP this would be perfect.
|
D | scsi_eh.txt | 52 raise SCSI_SOFTIRQ
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 582 It does not disable interrupts or raise its priority, so it may be
|
/linux-4.1.27/Documentation/development-process/ |
D | 4.Coding | 160 raise the level of concurrency within the kernel. The days when kernel
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 8668 # Step 0. If X < 0, create a NaN and raise the invalid operation # 8682 # Step 0. If X < 0, create a NaN and raise the invalid operation # 8695 # Step 0. If X < 0, create a NaN and raise the invalid operation # 8709 # Step 0. If X < 0, create a NaN and raise the invalid operation #
|
/linux-4.1.27/Documentation/networking/ |
D | ip-sysctl.txt | 22 to raise min_pmtu to the smallest interface MTU on your system
|