Searched refs:normal (Results 26 - 50 of 80) sorted by relevance

1234

/linux-master/drivers/tty/serial/
H A Dserial_core.c2812 * We have a proc file in /proc/tty/driver which is named after the normal
2822 struct tty_driver *normal; local
2835 normal = tty_alloc_driver(drv->nr, TTY_DRIVER_REAL_RAW |
2837 if (IS_ERR(normal)) {
2838 retval = PTR_ERR(normal);
2842 drv->tty_driver = normal;
2844 normal->driver_name = drv->driver_name;
2845 normal->name = drv->dev_name;
2846 normal->major = drv->major;
2847 normal
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dslog2.S135 bsr slogn | ...log(X), X normal.
179 bsr slogn | ...log(X), X normal.
H A Dx_unfl.S225 tstb LOCAL_HI(%a0) |If rounded result is normal,don't
H A Dsetox.S468 bges EXPC1 | ...normal case
475 blts EXPMAIN | ...normal case
480 |--This is the normal branch: 2^(-65) <= |X| < 16380 log2.
H A Ddecbin.S20 | Expected is a normal bcd (i.e. non-exceptional; all inf, zero,
/linux-master/drivers/net/wireless/intersil/p54/
H A Dlmac.h267 } __packed normal; member in union:p54_tx_data::__anon1168
384 struct p54_scan_body normal; member in union:p54_scan_body_union
H A Dtxrx.c930 txhdr->normal.output_power = priv->output_power;
931 txhdr->normal.cts_rate = cts_rate;
/linux-master/arch/arc/kernel/
H A Dentry-compact.S170 bbit0 r9, STATUS_A1_BIT, 1f ; L1 not active when L2 IRQ, so normal
350 bbit0 r9, STATUS_A1_BIT, 149f ; L1 not active when L2 IRQ, so normal
/linux-master/arch/x86/kernel/
H A Dnmi.c70 unsigned int normal; member in struct:nmi_stats
352 __this_cpu_add(nmi_stats.normal, handled);
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h135 # Jump to the normal Linux SMP entry point
/linux-master/drivers/power/supply/
H A Dab8500-bm.h334 * @normal: normal capacity level in percent
341 int normal; member in struct:ab8500_bm_capacity_levels
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dior.h59 void (*power)(struct nvkm_ior *, bool normal, bool pu,
H A Dnv50.c80 nv50_pior_power(struct nvkm_ior *pior, bool normal, bool pu, bool data, bool vsync, bool hsync) argument
84 const u32 shift = normal ? 0 : 16;
212 nv50_sor_power(struct nvkm_ior *sor, bool normal, bool pu, bool data, bool vsync, bool hsync) argument
216 const u32 shift = normal ? 0 : 16;
313 nv50_dac_power(struct nvkm_ior *dac, bool normal, bool pu, bool data, bool vsync, bool hsync) argument
317 const u32 shift = normal ? 0 : 16;
/linux-master/arch/arm64/kernel/
H A Dstacktrace.c219 STACKINFO_SDEI(normal),
/linux-master/net/core/
H A Dgro.c453 goto normal;
463 goto normal;
518 goto normal;
543 normal:
/linux-master/arch/sh/lib/
H A Dcopy_page.S149 1: mov #0,r0 ! normal return
371 mov #0,r0 ! normal return
/linux-master/drivers/crypto/nx/
H A Dnx-common-powernv.c45 unsigned int ct; /* Can be 842 or GZIP high/normal*/
751 int high, int normal)
756 coproc->ct = normal;
944 * Initialize NX instance for both high and normal priority FIFOs.
1089 * normal FIFO priority is assigned for userspace.
750 nx_set_ct(struct nx_coproc *coproc, const char *priority, int high, int normal) argument
/linux-master/net/rxrpc/
H A Dsendmsg.c534 if (p->call.nr_timeouts >= 3 && p->call.timeouts.normal > 60 * 60 * 1000)
689 WRITE_ONCE(call->next_rx_timo, p.call.timeouts.normal);
H A Dcall_object.c227 if (p->timeouts.normal)
228 call->next_rx_timo = min(p->timeouts.normal, 1);
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.h23 unsigned long normal; member in struct:fotg210_stats
257 #define STS_INT (1<<0) /* "normal" completion (short, ...) */
366 * descriptors as well as a normal little-endian PCI EHCI controller.
/linux-master/drivers/platform/x86/hp/
H A Dhp_accel.c153 DEFINE_CONV(normal, 1, 2, 3);
/linux-master/tools/perf/Documentation/
H A DMakefile50 MANPAGE_XSL = manpage-normal.xsl
/linux-master/arch/arm/kernel/
H A Diwmmxt.S96 ret r9 @ normal exit from exception
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S59 | Software Package. For a normal exit, all 060FPSP routines call this
H A Diskeleton.S59 | Instruction exception handler. For a normal exit, the

Completed in 227 milliseconds

1234