Searched refs:soft (Results 51 - 75 of 92) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/math-emu/
H A Dmtfsf.c6 #include <math-emu/soft-fp.h>
H A Dudivmodti4.c3 #include <math-emu/soft-fp.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dhrtimer.h358 ktime_t soft, hard; local
359 soft = hrtimer_get_softexpires(timer);
361 delta = ktime_to_ns(ktime_sub(hard, soft));
362 return hrtimer_start_range_ns(timer, soft, delta, mode);
H A Drfkill.h74 * @soft: soft state (0/1)
83 __u8 soft, hard; member in struct:rfkill_event
239 * should be blocked) so that drivers need not keep track of the soft
249 * rfkill drivers that get events when the soft-blocked state changes
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/sn/
H A Dtiocx.h23 void *soft; /* driver specific */ member in struct:cx_dev
H A Dpcibr_provider.h145 extern int sal_pcibr_slot_enable(struct pcibus_info *soft, int device,
147 extern int sal_pcibr_slot_disable(struct pcibus_info *soft, int device,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dioc4_serial.c641 * @port: ptr to soft struct for this port
658 * @ioc4_soft: ptr to soft struct for this port
792 pending_intrs(struct ioc4_soft *soft, int type) argument
794 struct ioc4_misc_regs __iomem *mem = soft->is_ioc4_misc_addr;
801 spin_lock_irqsave(&soft->is_ir_lock, flag);
818 spin_unlock_irqrestore(&soft->is_ir_lock, flag);
961 * @soft: soft struct for this card
968 intr_connect(struct ioc4_soft *soft, int type, argument
977 i = atomic_inc(&soft
995 struct ioc4_soft *soft; local
1059 struct ioc4_soft *soft = control->ic_soft; local
2648 struct ioc4_soft *soft; local
2778 struct ioc4_soft *soft; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/dmasound/
H A Ddmasound_paula.c14 * [0.4] - put in default hard/soft settings
161 if (!dmasound.soft.stereo) {
195 if (!dmasound.soft.stereo) { \
248 if (!dmasound.soft.stereo) { \
363 if (dmasound.soft.speed)
364 period = amiga_colorclock/dmasound.soft.speed-1;
367 dmasound.hard = dmasound.soft;
392 return dmasound.soft.format;
410 dmasound.soft.format = format;
411 dmasound.soft
[all...]
H A Ddmasound.h96 /* description of the set-up applies to either hard or soft settings */
163 SETTINGS soft; /* software settings */ member in struct:sound_settings
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dposix-cpu-timers.c914 unsigned long soft; local
963 soft = ACCESS_ONCE(sig->rlim[RLIMIT_RTTIME].rlim_cur);
964 if (soft != RLIM_INFINITY) {
977 if (tsk->rt.timeout > DIV_ROUND_UP(soft, USEC_PER_SEC/HZ)) {
979 * At the soft limit, send a SIGXCPU every second.
981 if (soft < hard) {
982 soft += USEC_PER_SEC;
983 sig->rlim[RLIMIT_RTTIME].rlim_cur = soft;
1068 unsigned long soft; local
1128 soft
[all...]
H A Dsched_rt.c1664 unsigned long soft, hard; local
1667 soft = task_rlimit(p, RLIMIT_RTTIME);
1670 if (soft != RLIM_INFINITY) {
1674 next = DIV_ROUND_UP(min(soft, hard), USEC_PER_SEC/HZ);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Di387.h194 extern void finit_soft_fpu(struct i387_soft_struct *soft);
196 static inline void finit_soft_fpu(struct i387_soft_struct *soft) {} argument
H A Dkvm.h281 __u8 soft; member in struct:kvm_vcpu_events::__anon10544
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/pci/
H A Dtioca_provider.c528 struct tioca_common *soft = arg; local
535 segment = soft->ca_common.bs_persist_segment;
536 busnum = soft->ca_common.bs_persist_busnum;
573 * Allocate kernel bus soft and copy from prom.
H A Dtioce_provider.c677 struct tioce_common *soft = arg; local
683 soft->ce_pcibus.bs_persist_segment,
684 soft->ce_pcibus.bs_persist_busnum, 0, 0, 0, 0, 0);
987 * Allocate kernel bus soft and copy from prom.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rfkill/
H A Dcore.c204 ev->soft = !!(rfkill->state & (RFKILL_BLOCK_SW |
741 __ATTR(soft, S_IRUGO|S_IWUSR, rfkill_soft_show, rfkill_soft_store),
1163 rfkill_global_states[i].cur = ev.soft;
1165 rfkill_global_states[ev.type].cur = ev.soft;
1176 rfkill_set_block(rfkill, ev.soft);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmount.c787 int soft; local
868 soft = 0;
994 "soft\0"
1015 case 2: // "soft"
1016 soft = val;
1019 soft = !val;
1053 data.flags = (soft ? NFS_MOUNT_SOFT : 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/math-emu/
H A Dfpu_entry.c684 struct i387_soft_struct *s387 = &target->thread.fpu.state->soft;
736 struct i387_soft_struct *s387 = &target->thread.fpu.state->soft;
H A Dreg_ld_str.c1183 I387->soft.fcs &= ~0xf8000000;
1184 I387->soft.fos |= 0xffff0000;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dmakevms.com22 $! SOFTLINKS Just fix the Unix soft links.
716 $ WRITE SYS$OUTPUT " SOFTLINKS: Just Fix The Unix soft links."
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/math-emu/
H A Dmath.c9 #include <math-emu/soft-fp.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dprocess.c102 * soft boot works.
372 memcpy(fp, &thread->fpstate.soft, sizeof (*fp));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/math-emu/
H A Dmath_32.c35 * soft-fp.h is on the same level as op-common.h, and defines some
52 * Emulation routines originate from soft-fp package, which is
74 #include <math-emu/soft-fp.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dsysinfo.c21 #include <math-emu/soft-fp.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/
H A Dio_common.c69 sn_default_pci_bus_fixup(struct pcibus_bussoft *soft, struct pci_controller *controller) argument
292 * Per-provider fixup. Copies the bus soft structure from prom

Completed in 137 milliseconds

1234