Home
last modified time | relevance | path

Searched refs:soft (Results 1 – 166 of 166) sorted by relevance

/linux-4.4.14/drivers/char/
Dmbcs.c201 static inline int mbcs_getdma_start(struct mbcs_soft *soft) in mbcs_getdma_start() argument
208 mmr_base = soft->mmr_base; in mbcs_getdma_start()
209 gdma = &soft->getdma; in mbcs_getdma_start()
241 static inline int mbcs_putdma_start(struct mbcs_soft *soft) in mbcs_putdma_start() argument
248 mmr_base = soft->mmr_base; in mbcs_putdma_start()
249 pdma = &soft->putdma; in mbcs_putdma_start()
281 static inline int mbcs_algo_start(struct mbcs_soft *soft) in mbcs_algo_start() argument
283 struct algoblock *algo_soft = &soft->algo; in mbcs_algo_start()
284 void *mmr_base = soft->mmr_base; in mbcs_algo_start()
287 if (mutex_lock_interruptible(&soft->algolock)) in mbcs_algo_start()
[all …]
/linux-4.4.14/drivers/net/arcnet/
Drfc1201.c94 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in type_trans() local
109 switch (soft->proto) { in type_trans()
138 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; in rx() local
150 if (soft->split_flag == 0xFF) { /* Exception Packet */ in rx()
163 soft, sizeof(pkt->soft)); in rx()
165 if (!soft->split_flag) { /* not split */ in rx()
167 soft->split_flag); in rx()
171 in->sequence, soft->split_flag, in rx()
172 soft->sequence); in rx()
173 lp->rfc1201.aborted_seq = soft->sequence; in rx()
[all …]
Dcapmode.c77 memcpy(pktbuf, pkthdrbuf, ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto)); in rx()
78 memcpy(pktbuf + ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto) + sizeof(int), in rx()
79 pkthdrbuf + ARC_HDR_SIZE + sizeof(pkt->soft.cap.proto), in rx()
80 sizeof(struct archdr) - ARC_HDR_SIZE - sizeof(pkt->soft.cap.proto)); in rx()
82 if (length > sizeof(pkt->soft)) in rx()
83 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx()
84 pkt->soft.raw + sizeof(pkt->soft) in rx()
86 length - sizeof(pkt->soft)); in rx()
107 *((int *)&pkt->soft.cap.cookie[0])); in build_header()
148 *((int *)&pkt->soft.cap.cookie[0])); in prepare_tx()
[all …]
Drfc1051.c90 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; in type_trans() local
105 switch (soft->proto) { in type_trans()
148 if (length > sizeof(pkt->soft)) in rx()
149 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx()
150 pkt->soft.raw + sizeof(pkt->soft), in rx()
151 length - sizeof(pkt->soft)); in rx()
166 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; in build_header() local
171 soft->proto = ARC_P_IP_RFC1051; in build_header()
174 soft->proto = ARC_P_ARP_RFC1051; in build_header()
237 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, length); in prepare_tx()
Darc-rawmode.c69 if (length > sizeof(pkt->soft)) in rx()
70 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx()
71 pkt->soft.raw + sizeof(pkt->soft), in rx()
72 length - sizeof(pkt->soft)); in rx()
146 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, length); in prepare_tx()
Darcnet.c601 struct arc_rfc1201 *soft; in arcnet_send_packet() local
612 soft = &pkt->soft.rfc1201; in arcnet_send_packet()
613 proto = arc_proto_map[soft->proto]; in arcnet_send_packet()
1013 struct arc_rfc1201 *soft; in arcnet_rx() local
1016 soft = &pkt.soft.rfc1201; in arcnet_rx()
1028 if (sizeof(pkt.soft) <= length) { in arcnet_rx()
1029 lp->hw.copy_from_card(dev, bufnum, ofs, soft, sizeof(pkt.soft)); in arcnet_rx()
1031 memset(&pkt.soft, 0, sizeof(pkt.soft)); in arcnet_rx()
1032 lp->hw.copy_from_card(dev, bufnum, ofs, soft, length); in arcnet_rx()
1042 if (arc_proto_map[soft->proto]->is_ip) { in arcnet_rx()
[all …]
DKconfig50 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
/linux-4.4.14/arch/ia64/sn/pci/pcibr/
Dpcibr_provider.c26 sal_pcibr_slot_enable(struct pcibus_info *soft, int device, void *resp, in sal_pcibr_slot_enable() argument
36 segment = soft->pbi_buscommon.bs_persist_segment; in sal_pcibr_slot_enable()
37 busnum = soft->pbi_buscommon.bs_persist_busnum; in sal_pcibr_slot_enable()
46 sal_pcibr_slot_disable(struct pcibus_info *soft, int device, int action, in sal_pcibr_slot_disable() argument
56 segment = soft->pbi_buscommon.bs_persist_segment; in sal_pcibr_slot_disable()
57 busnum = soft->pbi_buscommon.bs_persist_busnum; in sal_pcibr_slot_disable()
65 static int sal_pcibr_error_interrupt(struct pcibus_info *soft) in sal_pcibr_error_interrupt() argument
73 segment = soft->pbi_buscommon.bs_persist_segment; in sal_pcibr_error_interrupt()
74 busnum = soft->pbi_buscommon.bs_persist_busnum; in sal_pcibr_error_interrupt()
105 struct pcibus_info *soft = arg; in pcibr_error_intr_handler() local
[all …]
/linux-4.4.14/arch/x86/math-emu/
Dfpu_system.h50 #define FPU_info (I387->soft.info)
60 #define FPU_lookahead (I387->soft.lookahead)
64 #define no_ip_update (*(u_char *)&(I387->soft.no_update))
65 #define FPU_rm (*(u_char *)&(I387->soft.rm))
69 #define access_limit (*(u_char *)&(I387->soft.alimit))
71 #define partial_status (I387->soft.swd)
72 #define control_word (I387->soft.cwd)
73 #define fpu_tag_word (I387->soft.twd)
74 #define registers (I387->soft.st_space)
75 #define top (I387->soft.ftop)
[all …]
Dfpu_aux.c33 void fpstate_init_soft(struct swregs_state *soft) in fpstate_init_soft() argument
36 memset(soft, 0, sizeof(*soft)); in fpstate_init_soft()
37 soft->cwd = 0x037f; in fpstate_init_soft()
38 soft->swd = 0; in fpstate_init_soft()
39 soft->ftop = 0; /* We don't keep top in the status word internally. */ in fpstate_init_soft()
40 soft->twd = 0xffff; in fpstate_init_soft()
43 oaddr = (struct address *)&soft->foo; in fpstate_init_soft()
46 iaddr = (struct address *)&soft->fip; in fpstate_init_soft()
50 soft->no_update = 1; in fpstate_init_soft()
55 fpstate_init_soft(&current->thread.fpu.state.soft); in finit()
Dfpu_entry.c646 struct swregs_state *s387 = &target->thread.fpu.state.soft; in fpregs_soft_set()
698 struct swregs_state *s387 = &target->thread.fpu.state.soft; in fpregs_soft_get()
Dreg_ld_str.c1183 I387->soft.fcs &= ~0xf8000000; in fstenv()
1184 I387->soft.fos |= 0xffff0000; in fstenv()
DREADME197 original Linux emulator with the 4.1 'soft' lib.
204 look-ahead 'soft' lib
/linux-4.4.14/Documentation/vm/
Dsoft-dirty.txt3 The soft-dirty is a bit on a PTE which helps to track which pages a task
6 1. Clear soft-dirty bits from the task's PTEs.
13 3. Read soft-dirty bits from the PTEs.
16 64-bit qword is the soft-dirty one. If set, the respective PTE was
21 when the soft-dirty bit is cleared. So, after this, when the task tries to
23 the soft-dirty bit on the respective PTE.
26 soft-dirty bits clear, the #PF-s that occur after that are processed fast.
28 the kernel does is finds this fact out and puts both writable and soft-dirty
32 there is still a scenario when we can lose soft dirty bits -- a task
35 including soft dirty bits. To notify user space application about such
[all …]
D00-INDEX33 soft-dirty.txt
34 - short explanation for soft-dirty PTEs
Dpagemap.txt18 * Bit 55 pte is soft-dirty (see Documentation/vm/soft-dirty.txt)
182 after first clear of soft-dirty bits. Since Linux 4.2 they are used for
/linux-4.4.14/sound/oss/dmasound/
Ddmasound_q40.c65 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8; in q40_ct_law()
122 (dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8); in q40_ctx_law()
126 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_law()
162 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_s8()
199 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_u8()
232 (dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8); in q40_ctc_law()
236 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_law()
275 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_s8()
314 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_u8()
423 if (dmasound.soft.stereo) in Q40PlayNextFrame()
[all …]
Ddmasound_atari.c158 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8 in ata_ct_law()
164 if (dmasound.soft.stereo) in ata_ct_law()
187 if (dmasound.soft.stereo) in ata_ct_s8()
203 if (!dmasound.soft.stereo) { in ata_ct_u8()
238 if (!dmasound.soft.stereo) { in ata_ct_s16be()
270 if (!dmasound.soft.stereo) { in ata_ct_u16be()
310 if (!dmasound.soft.stereo) { in ata_ct_s16le()
351 if (!dmasound.soft.stereo) { in ata_ct_u16le()
388 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8 in ata_ctx_law()
392 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_law()
[all …]
Ddmasound_core.c241 return dmasound.soft.speed; in sound_set_speed()
252 dmasound.soft.speed = speed; in sound_set_speed()
255 dmasound.dsp.speed = dmasound.soft.speed; in sound_set_speed()
257 return dmasound.soft.speed; in sound_set_speed()
263 return dmasound.soft.stereo; in sound_set_stereo()
267 dmasound.soft.stereo = stereo; in sound_set_stereo()
280 switch (dmasound.soft.format) { in sound_copy_translate()
490 (dmasound.soft.size * (dmasound.soft.stereo+1) ) ; in sq_setup()
499 (dmasound.soft.size * (dmasound.soft.stereo+1) ) ; in sq_setup()
502 sq->block_size /= dmasound.soft.speed ; in sq_setup()
[all …]
Ddmasound_paula.c161 if (!dmasound.soft.stereo) { in ami_ct_s8()
195 if (!dmasound.soft.stereo) { \
248 if (!dmasound.soft.stereo) { \
363 if (dmasound.soft.speed) in AmiInit()
364 period = amiga_colorclock/dmasound.soft.speed-1; in AmiInit()
367 dmasound.hard = dmasound.soft; in AmiInit()
392 return dmasound.soft.format; in AmiSetFormat()
410 dmasound.soft.format = format; in AmiSetFormat()
411 dmasound.soft.size = size; in AmiSetFormat()
414 dmasound.dsp.size = dmasound.soft.size; in AmiSetFormat()
Ddmasound.h163 SETTINGS soft; /* software settings */ member
/linux-4.4.14/fs/xfs/
Dxfs_qm_syscalls.c408 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() local
453 soft = (newlim->d_fieldmask & QC_SPC_SOFT) ? in xfs_qm_scall_setqlim()
456 if (hard == 0 || hard >= soft) { in xfs_qm_scall_setqlim()
458 ddq->d_blk_softlimit = cpu_to_be64(soft); in xfs_qm_scall_setqlim()
462 q->qi_bsoftlimit = soft; in xfs_qm_scall_setqlim()
465 xfs_debug(mp, "blkhard %Ld < blksoft %Ld", hard, soft); in xfs_qm_scall_setqlim()
470 soft = (newlim->d_fieldmask & QC_RT_SPC_SOFT) ? in xfs_qm_scall_setqlim()
473 if (hard == 0 || hard >= soft) { in xfs_qm_scall_setqlim()
475 ddq->d_rtb_softlimit = cpu_to_be64(soft); in xfs_qm_scall_setqlim()
478 q->qi_rtbsoftlimit = soft; in xfs_qm_scall_setqlim()
[all …]
/linux-4.4.14/drivers/tty/serial/
Dioc4_serial.c792 pending_intrs(struct ioc4_soft *soft, int type) in pending_intrs() argument
794 struct ioc4_misc_regs __iomem *mem = soft->is_ioc4_misc_addr; in pending_intrs()
801 spin_lock_irqsave(&soft->is_ir_lock, flag); in pending_intrs()
818 spin_unlock_irqrestore(&soft->is_ir_lock, flag); in pending_intrs()
968 intr_connect(struct ioc4_soft *soft, int type, in intr_connect() argument
977 i = atomic_inc_return(&soft-> is_intr_type[type].is_num_intrs) - 1; in intr_connect()
981 intr_ptr = &soft->is_intr_type[type].is_intr_info[i]; in intr_connect()
995 struct ioc4_soft *soft; in ioc4_intr() local
1002 soft = arg; in ioc4_intr()
1005 &soft->is_intr_type[intr_type].is_num_intrs); in ioc4_intr()
[all …]
/linux-4.4.14/arch/mips/kernel/
Delf.c45 bool soft; member
175 prog_req.soft = interp_req.soft && prog_req.soft; in arch_check_elf()
215 !prog_req.fr1 && !prog_req.single && !prog_req.soft) in arch_check_elf()
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/
Dkeystone-reset.txt10 Additionally soft or hard reset can be configured.
26 - ti,soft-reset: Boolean option indicating soft reset.
59 WDT0 or WDT2 is triggered it issues soft reset for SoC.
66 ti,soft-reset;
/linux-4.4.14/drivers/watchdog/
Dbcm47xx_wdt.c194 bool soft; in bcm47xx_wdt_probe() local
200 soft = wdt->max_timer_ms < WDT_SOFTTIMER_THRESHOLD * 1000; in bcm47xx_wdt_probe()
202 if (soft) { in bcm47xx_wdt_probe()
236 soft ? ", Software Timer" : ""); in bcm47xx_wdt_probe()
244 if (soft) in bcm47xx_wdt_probe()
DKconfig241 Note: The internal IXP4xx watchdog does a soft CPU reset
1267 global soft reset.
/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c865 unsigned long soft; in check_thread_timers() local
886 soft = READ_ONCE(sig->rlim[RLIMIT_RTTIME].rlim_cur); in check_thread_timers()
887 if (soft != RLIM_INFINITY) { in check_thread_timers()
900 if (tsk->rt.timeout > DIV_ROUND_UP(soft, USEC_PER_SEC/HZ)) { in check_thread_timers()
904 if (soft < hard) { in check_thread_timers()
905 soft += USEC_PER_SEC; in check_thread_timers()
906 sig->rlim[RLIMIT_RTTIME].rlim_cur = soft; in check_thread_timers()
969 unsigned long soft; in check_process_timers() local
1003 soft = READ_ONCE(sig->rlim[RLIMIT_CPU].rlim_cur); in check_process_timers()
1004 if (soft != RLIM_INFINITY) { in check_process_timers()
[all …]
/linux-4.4.14/include/linux/
Dhrtimer.h403 ktime_t soft, hard; in hrtimer_start_expires() local
404 soft = hrtimer_get_softexpires(timer); in hrtimer_start_expires()
406 delta = ktime_to_ns(ktime_sub(hard, soft)); in hrtimer_start_expires()
407 hrtimer_start_range_ns(timer, soft, delta, mode); in hrtimer_start_expires()
/linux-4.4.14/arch/x86/kvm/
Dx86.h15 bool soft) in kvm_queue_interrupt() argument
18 vcpu->arch.interrupt.soft = soft; in kvm_queue_interrupt()
Dx86.c2920 vcpu->arch.interrupt.pending && !vcpu->arch.interrupt.soft; in kvm_vcpu_ioctl_x86_get_vcpu_events()
2922 events->interrupt.soft = 0; in kvm_vcpu_ioctl_x86_get_vcpu_events()
2961 vcpu->arch.interrupt.soft = events->interrupt.soft; in kvm_vcpu_ioctl_x86_set_vcpu_events()
6951 if (vcpu->arch.interrupt.pending && !vcpu->arch.interrupt.soft) in kvm_arch_vcpu_ioctl_get_sregs()
Dvmx.c5028 if (vcpu->arch.interrupt.soft) in vmx_inject_irq()
5035 if (vcpu->arch.interrupt.soft) { in vmx_inject_irq()
10058 if (vcpu->arch.interrupt.soft) { in vmcs12_save_pending_event()
/linux-4.4.14/arch/ia64/include/asm/sn/
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,
Dtiocx.h23 void *soft; /* driver specific */ member
/linux-4.4.14/arch/arm/vfp/
DMakefile10 KBUILD_AFLAGS :=$(KBUILD_AFLAGS:-msoft-float=-Wa,-mfpu=softvfp+vfp -mfloat-abi=soft)
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-rfkill38 Description: Whether the soft blocked state is initialised from non-volatile
58 What: /sys/class/rfkill/rfkill[0-9]+/soft
/linux-4.4.14/drivers/staging/rdma/hfi1/
DTODO5 by qib, ipath (if still present), hfi1, and eventually soft-roce
/linux-4.4.14/Documentation/
Drfkill.txt21 The rfkill subsystem has a concept of "hard" and "soft" block, which
25 - soft block: writable radio block (need not be readable) that is set by
55 keeps track of soft and hard block separately.
99 soft and hard block are properly separated (unlike sysfs, see below) and
Dlockup-watchdogs.txt5 The Linux kernel can act as a watchdog to detect both soft and hard
35 The soft and hard lockup detectors are built on top of the hrtimer and
Doops-tracing.txt271 15: 'L' if a soft lockup has previously occurred on the system.
Dkernel-parameters.txt1609 soft
1858 * nohrst, nosrst, norst: suppress hard, soft
2359 default). To disable both hard and soft lockup detectors,
2572 nosoftlockup [KNL] Disable the soft-lockup detector.
2581 soft-lockup and NMI watchdog (hard-lockup).
3337 Where reboot_mode is one of warm (soft) or cold (hard) or gpio,
3556 [KNL] Should the soft-lockup detector generate panics.
3560 [KNL] Should the soft-lockup detector generate
D00-INDEX291 - info on soft and hard lockup detectors (aka nmi_watchdog).
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Datmel-nand.txt21 - nand-ecc-mode : String, operation mode of the NAND ecc mode, soft by default.
22 Supported values are: "none", "soft", "hw", "hw_syndrome", "hw_oob_first",
56 nand-ecc-mode = "soft";
Ddavinci-nand.txt45 - "soft"
61 - "soft"
Dnand.txt4 Supported values are: "none", "soft", "hw", "hw_syndrome", "hw_oob_first",
Dsunxi-nand.txt21 - nand-ecc-mode : one of the supported ECC modes ("hw", "hw_syndrome", "soft",
/linux-4.4.14/drivers/mfd/
Dsi476x-i2c.c136 int si476x_core_start(struct si476x_core *core, bool soft) in si476x_core_start() argument
141 if (!soft) { in si476x_core_start()
230 int si476x_core_stop(struct si476x_core *core, bool soft) in si476x_core_stop() argument
235 if (soft) { in si476x_core_stop()
254 if (!soft) { in si476x_core_stop()
/linux-4.4.14/include/uapi/linux/
Drfkill.h85 __u8 soft, hard; member
Dif_arcnet.h126 } soft; member
/linux-4.4.14/arch/arm/include/asm/
Dfpstate.h75 struct fp_soft_struct soft; member
/linux-4.4.14/Documentation/isdn/
DREADME.audio65 (default 0 , I4L soft-decode)
66 (1-15 soft-decode off, hardware on)
68 Not for I4L soft decode (default 8, 40ms)
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dqcom,spmi-regulator.txt103 soft start are active all the time.
144 - qcom,vs-soft-start-strength:
147 Description: This property sets the soft start strength for voltage
Dregulator.txt24 - regulator-soft-start: Enable soft start so that voltage ramps slowly
/linux-4.4.14/drivers/staging/wilc1000/
DTODO11 - support soft-ap and p2p mode
/linux-4.4.14/net/batman-adv/
DMakefile37 batman-adv-y += soft-interface.o
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/
Dof-xilinx-wdt.txt1 Xilinx AXI/PLB soft-core watchdog Device Tree Bindings
/linux-4.4.14/arch/arm/boot/dts/
Dge863-pro3.dtsi37 nand-ecc-mode = "soft";
Dethernut5.dts60 nand-ecc-mode = "soft";
Dtny_a9260_common.dtsi46 nand-ecc-mode = "soft";
Dtny_a9263.dts56 nand-ecc-mode = "soft";
Dusb_a9260_common.dtsi48 nand-ecc-mode = "soft";
Daks-cdu.dts67 nand-ecc-mode = "soft";
Dusb_a9263.dts76 nand-ecc-mode = "soft";
Dat91-kizbox.dts64 nand-ecc-mode = "soft";
Dpm9g45.dts88 nand-ecc-mode = "soft";
Dat91-qil_a9260.dts121 nand-ecc-mode = "soft";
Danimeo_ip.dts97 nand-ecc-mode = "soft";
Dat91sam9g20ek_common.dtsi128 nand-ecc-mode = "soft";
Dat91sam9rlek.dts68 nand-ecc-mode = "soft";
Dat91sam9263ek.dts130 nand-ecc-mode = "soft";
Dat91sam9261ek.dts73 nand-ecc-mode = "soft";
Dat91sam9m10g45ek.dts250 nand-ecc-mode = "soft";
Dat91rm9200.dtsi933 nand-ecc-mode = "soft";
Dexynos5420-peach-pit.dts1058 * watchdog provides no debugging information (compared to soft/hard
Dexynos5800-peach-pi.dts1021 * watchdog provides no debugging information (compared to soft/hard
/linux-4.4.14/arch/ia64/sn/pci/
Dtioca_provider.c555 struct tioca_common *soft = arg; in tioca_error_intr_handler() local
562 segment = soft->ca_common.bs_persist_segment; in tioca_error_intr_handler()
563 busnum = soft->ca_common.bs_persist_busnum; in tioca_error_intr_handler()
Dtioce_provider.c677 struct tioce_common *soft = arg; in tioce_error_intr_handler() local
683 soft->ce_pcibus.bs_persist_segment, in tioce_error_intr_handler()
684 soft->ce_pcibus.bs_persist_busnum, 0, 0, 0, 0, 0); in tioce_error_intr_handler()
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dsocfpga-dwmac.txt16 altr,emac-splitter: Should be the phandle to the emac splitter soft IP node if
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-class-rfkill11 because its not possible to express the 'soft and hard block'
/linux-4.4.14/net/rfkill/
Dcore.c203 ev->soft = !!(rfkill->state & (RFKILL_BLOCK_SW | in rfkill_fill_event()
687 static DEVICE_ATTR_RW(soft);
1171 rfkill_global_states[i].cur = ev.soft; in rfkill_fop_write()
1173 rfkill_global_states[ev.type].cur = ev.soft; in rfkill_fop_write()
1184 rfkill_set_block(rfkill, ev.soft); in rfkill_fop_write()
/linux-4.4.14/drivers/media/radio/
Dradio-si476x.c625 bool soft; in si476x_radio_change_func() local
634 soft = true; in si476x_radio_change_func()
635 err = si476x_core_stop(radio->core, soft); in si476x_radio_change_func()
641 soft = false; in si476x_radio_change_func()
642 err = si476x_core_stop(radio->core, soft); in si476x_radio_change_func()
651 err = si476x_core_start(radio->core, soft); in si476x_radio_change_func()
/linux-4.4.14/Documentation/devicetree/bindings/reset/
Dzynq-reset.txt25 0 : soft reset
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dcs4271.txt23 - cirrus,enable-soft-reset:
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dahci-st.txt16 - resets : The power-down, soft-reset and power-reset lines of SATA IP
/linux-4.4.14/arch/x86/include/asm/fpu/
Dtypes.h248 struct swregs_state soft; member
Dinternal.h86 extern void fpstate_init_soft(struct swregs_state *soft);
88 static inline void fpstate_init_soft(struct swregs_state *soft) {} in fpstate_init_soft() argument
/linux-4.4.14/Documentation/networking/
Dproc_net_tcp.txt33 | | | | | | |---------> Predicted tick of soft clock
Daltera_tse.txt6 using the SGDMA and MSGDMA soft DMA IP components. The driver uses the
18 The Triple-Speed Ethernet, SGDMA, and MSGDMA components are all soft IP
33 developer wishes to support their own soft DMA logic and driver support. Any
37 therefore will not perform as well compared to the MSGDMA soft IP. Please
Doperstates.txt91 Note that for certain kind of soft-devices, which are not managing any
Drxrpc.txt149 (*) There are two types of positive acknowledgment: hard-ACKs and soft-ACKs.
151 has been received and processed; a soft-ACK indicates that the data has
891 generate a soft-ACK to tell the sender that it doesn't need to resend.
Drds.txt81 This is a soft limit rather than a hard limit - RDS will
Dswitchdev.txt13 with SR-IOV or soft switches, such as OVS, are possible.
Dz8530drv.txt595 Example: sccparam /dev/scc0 soft on
Dscaling.txt328 balancing mechanism that uses soft state to steer flows based on where
/linux-4.4.14/Documentation/video4linux/
Dsi476x.txt48 0x05 | smute | 0 - Audio is not soft muted
49 | | 1 - Audio is soft muted
/linux-4.4.14/arch/x86/kernel/fpu/
Dinit.c45 fpstate_init_soft(&current->thread.fpu.state.soft); in fpu__init_cpu_generic()
Dcore.c213 fpstate_init_soft(&state->soft); in fpstate_init()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-memory-page-offline9 to soft-offline it, by moving the contents elsewhere or
Dsysfs-class-net-mesh32 between the mesh and devices bridged with the soft
/linux-4.4.14/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h181 unsigned int soft; member
Dpinctrl-mt8127.c313 .soft = 0x200,
Dpinctrl-mt8173.c353 .soft = 0x200,
Dpinctrl-mt8135.c326 .soft = 0x200,
/linux-4.4.14/arch/arc/include/asm/
Dentry-arcv2.h119 ; for interrupts), it could get clobbered in case we soft land here from
/linux-4.4.14/Documentation/hwmon/
Dsht1550 * If a CRC validation fails, a soft reset command is sent, which resets
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt826 This value controls the soft lockup detector thread's behavior
827 when a soft lockup condition is detected as to whether or not
842 This parameter can be used to control the soft lockup detector.
844 0 - disable the soft lockup detector
845 1 - enable the soft lockup detector
847 The soft lockup detector monitors CPUs for threads that are hogging the CPUs
882 16384 - A soft lockup has previously occurred on the system.
921 This parameter can be used to disable or enable the soft lockup detector
927 The soft lockup detector and the NMI watchdog can also be disabled or
962 events and the soft and hard lockup thresholds. The default threshold
Dfs.txt36 - pipe-user-pages-soft
173 pipe-user-pages-soft:
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt45 - soft limit
70 memory.soft_limit_in_bytes # set/show soft limit of memory usage
302 Currently no soft limit is implemented for kernel memory. It is future work
632 Soft limits allow for greater sharing of memory. The idea behind soft limits
639 are pushed back to their soft limits. If the soft limit of each control
643 Please note that soft limits is a best-effort feature; it comes with
645 heavily contended for, memory is allocated based on the soft limit
646 hints/setup. Currently soft limit based reclaim is set up such that
652 assume a soft limit of 256 MiB)
662 NOTE2: It is recommended to set the soft limit always below the hard limit,
Dunified-hierarchy.txt516 - The original lower boundary, the soft limit, is defined as a limit
521 basic desirable behavior. First off, the soft limit has no
525 impossible. Second, the soft limit reclaim pass is so aggressive
575 lower boundary / soft limit events have to be counted by first
Dcpusets.txt95 These subsets, or "soft partitions" must be able to be dynamically
192 a large system into nested, dynamically changeable, "soft-partitions".
Dcgroups.txt254 a large system into nested, dynamically changeable, "soft-partitions".
/linux-4.4.14/drivers/mailbox/
DKconfig62 An implementation of the Altera Mailbox soft core. It is used
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt265 soft reset(default) and fundamental(optional) reset.
267 Powerpc soft reset consists of asserting the adapter #RST line and then
277 For most PCI devices, a soft reset will be sufficient for recovery.
279 of PCI Express PCI devices for which a soft reset is not sufficient
305 previously tried a soft reset, it might now try a hard reset (power
/linux-4.4.14/arch/powerpc/boot/dts/
Dmpc836x_rdk.dts365 soft-uart;
378 soft-uart;
Dac14xx.dts251 /* soft interrupts */
Dmpc832x_mds.dts335 soft-uart; /* We need Soft-UART */
/linux-4.4.14/arch/x86/include/uapi/asm/
Dkvm.h304 __u8 soft; member
/linux-4.4.14/arch/sh/
DKconfig.debug46 for handling hard and soft interrupts. This can help avoid
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/
Ducc.txt21 - soft-uart : for UART drivers, if specified this means the QE UART device
/linux-4.4.14/Documentation/fmc/
Didentifiers.txt99 EEPROM, so both the host system and a soft-core running in the FPGA (if
103 simple, and both the host system and the soft-core will likely already
/linux-4.4.14/arch/arm/kernel/
Dprocess.c285 memcpy(fp, &thread->fpstate.soft, sizeof (*fp)); in dump_fpu()
/linux-4.4.14/kernel/sched/
Drt.c2189 unsigned long soft, hard; in watchdog() local
2192 soft = task_rlimit(p, RLIMIT_RTTIME); in watchdog()
2195 if (soft != RLIM_INFINITY) { in watchdog()
2203 next = DIV_ROUND_UP(min(soft, hard), USEC_PER_SEC/HZ); in watchdog()
/linux-4.4.14/Documentation/virtual/kvm/arm/
Dvgic-mapped-irqs.txt153 6. KVM schedules a soft timer to fire in T+(100 - time since step 2)
155 8. The soft timer fires, waking up the VCPU thread
/linux-4.4.14/arch/ia64/sn/kernel/
Dio_common.c70 sn_default_pci_bus_fixup(struct pcibus_bussoft *soft, struct pci_controller *controller) in sn_default_pci_bus_fixup() argument
/linux-4.4.14/Documentation/trace/
Devents.txt330 Event triggers are implemented on top of "soft" mode, which means that
333 disabled in a "soft" mode. That is, the tracepoint will be called,
378 the other trace event is activated, but disabled in a "soft" mode.
Dftrace.txt55 For quicker access to that directory you may want to make a soft link to
683 's' - soft irq is running
2505 a "soft" mode. That is, the tracepoint will be called, but
/linux-4.4.14/Documentation/x86/x86_64/
Dboot-options.txt198 you have >3GB memory or told the kernel to us it (iommu=soft))
217 soft Use software bounce buffering (SWIOTLB) (default for
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt95 soft -- One of several software synthesizers (not available at boot up)
400 /speakup/soft:
417 /speakup/soft.
419 The files under /speakup/soft represent settings that are specific to the
644 Tell Speakup to use the "soft driver:
645 echo soft > /speakup/synth
678 You can obtain a copy of Speech Dispatcher from free(b)soft at
688 You get it from the free(b)soft web site mentioned above. After you've
693 echo the soft keyword to the synth sys entry like this:
695 echo soft >/speakup/synth
[all …]
/linux-4.4.14/drivers/net/can/
DKconfig147 Xilinx CAN driver. This driver supports both soft AXI CAN IP and
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Das3722.txt75 watchdog-in, soft-reset-in
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-as3722.c153 FUNCTION_GROUP(soft-reset-in, SOFT_RESET_IN),
/linux-4.4.14/Documentation/sound/alsa/
DProcfile.txt131 The soft parameters set for this sub-stream.
/linux-4.4.14/Documentation/input/
Diforce-protocol.txt240 2. Start a soft spying RS232 or USB (depending on where you connected your
/linux-4.4.14/arch/parisc/
DKconfig260 for handling hard and soft interrupts. This can help avoid
/linux-4.4.14/Documentation/power/
Dvideo.txt55 (5) radeon systems, where X can soft-boot your video card. You'll need
/linux-4.4.14/Documentation/powerpc/
Dqe_firmware.txt86 "soft" provisional introduced in the ROMcode in order to enable higher
/linux-4.4.14/arch/powerpc/platforms/
DKconfig350 Say Y here to enable soft power-off functionality on the Freescale
/linux-4.4.14/Documentation/sound/alsa/soc/
Ddapm.txt178 corresponding soft power control. In this case it is necessary to create
/linux-4.4.14/mm/
DKconfig526 soft-dirty bit on pte-s. This bit it set when someone writes
530 See Documentation/vm/soft-dirty.txt for more details.
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt519 Executes an ATAPI soft reset if applicable, otherwise
520 executes an ATA soft reset on the controller.
/linux-4.4.14/drivers/mmc/host/
Dsdhci.c228 static void sdhci_init(struct sdhci_host *host, int soft) in sdhci_init() argument
230 if (soft) in sdhci_init()
244 if (soft) { in sdhci_init()
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt244 them out via a soft reset or some other means, in which case
928 like some information about the mechanism used to soft-reset the
929 CPUs. For example, Apple puts the GPIO number for CPU soft reset
930 lines in there as a "soft-reset" property since they start secondary
931 CPUs by soft-resetting them.
/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h462 bool soft; member
/linux-4.4.14/Documentation/scsi/
DChangeLog.sym53c8xx388 - Do a normal soft reset as first chip reset, since aborting current
425 soft reset bit is set at the wrong time while SCRIPTS are running.
DChangeLog.megaraid_sas557 …ore firing INIT, now we send RESET Flag to FW instead of just READY. This is used to do soft reset.
DBusLogic.txt168 handled by issuing a soft reset to the host adapter and re-initialization.
DChangeLog.1992-19971311 * hosts.h: Change SG_ALL back to 0xff. Apparently soft error
1714 * aha1542.c: Do hard reset instead of soft (some ethercard probes
DChangeLog.lpfc592 * Can not call lpfc_target_unblock from the soft interrupt
720 * Trivial: fix a few long lines and a soft tab.
Dscsi_mid_low_api.txt1054 * Calling context: in interrupt (soft irq) or process context
/linux-4.4.14/Documentation/serial/
Ddriver251 hardware supports hardware "soft" flow control.
/linux-4.4.14/drivers/usb/gadget/udc/
DKconfig367 Xilinx USB2 device is a soft IP which supports both full
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db478 API-genphy-soft-reset
Dgpu.xml.db395 API-mipi-dsi-dcs-soft-reset
/linux-4.4.14/Documentation/filesystems/
Dproc.txt490 sd - soft-dirty flag
505 soft-dirty bit on pte (see Documentation/vm/soft-dirty.txt for details).
515 To clear the soft-dirty bit
Dext2.txt328 There is a "soft" upper limit of about 10-15k files in a single directory
/linux-4.4.14/Documentation/kdump/
Dkdump.txt435 On powerpc systems when a soft-reset is generated, die() is called by all cpus
/linux-4.4.14/lib/
DKconfig.debug695 hard and soft lockups.
711 The frequency of hrtimer and NMI events and the soft and hard lockup
741 Say Y here to enable the kernel to panic on "soft lockups",
/linux-4.4.14/arch/sparc/kernel/
Dentry.S273 sethi %hi(0x70000000), %o2 ! Check all soft-IRQs
/linux-4.4.14/Documentation/usb/
Dusb-serial.txt127 You can also try soft-resetting your PDA before attempting a connection.
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt823 __u8 soft;
2133 from the soft lockup watchdog. The flag is part of the pvclock structure that
2139 where the guest will clear the flag: when the soft lockup watchdog timer resets
2140 itself or when a soft lockup is detected. This ioctl can be called any time
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h2167 uint64_t soft:1; member
2171 uint64_t soft:1;
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS338 soft configuring their I/O, IRQ, DMA and shared memory resources.
663 Sound driver sets the soft configurable parameters of the card automatically
/linux-4.4.14/Documentation/filesystems/cifs/
DREADME586 soft Limit retries to unresponsive servers (usually only
/linux-4.4.14/Documentation/block/
Dbiodoc.txt136 - The request queue's max_sectors, which is a soft size in
/linux-4.4.14/drivers/scsi/
DKconfig1081 from the boot command line. This is a soft limit that cannot
/linux-4.4.14/Documentation/RCU/
DRTFP.txt147 describing how to make RCU safe for soft-realtime applications [Sarma04c],