Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/drivers/net/arcnet/
Drfc1201.c95 struct arc_rfc1201 *soft = &pkt->soft.rfc1201; in type_trans() local
110 switch (soft->proto) { in type_trans()
140 struct arc_rfc1201 *soft = &pkthdr->soft.rfc1201; in rx() local
151 if (soft->split_flag == 0xFF) { /* Exception Packet */ in rx()
164 soft, sizeof(pkt->soft)); in rx()
166 if (!soft->split_flag) { /* not split */ in rx()
168 soft->split_flag); in rx()
172 in->sequence, soft->split_flag, soft->sequence); in rx()
173 lp->rfc1201.aborted_seq = soft->sequence; in rx()
179 in->sequence = soft->sequence; in rx()
[all …]
Dcapmode.c76 memcpy(pktbuf, pkthdrbuf, ARC_HDR_SIZE+sizeof(pkt->soft.cap.proto)); in rx()
77 memcpy(pktbuf+ARC_HDR_SIZE+sizeof(pkt->soft.cap.proto)+sizeof(int), in rx()
78 pkthdrbuf+ARC_HDR_SIZE+sizeof(pkt->soft.cap.proto), in rx()
79 sizeof(struct archdr)-ARC_HDR_SIZE-sizeof(pkt->soft.cap.proto)); in rx()
81 if (length > sizeof(pkt->soft)) in rx()
82 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx()
83 pkt->soft.raw + sizeof(pkt->soft) in rx()
85 length - sizeof(pkt->soft)); in rx()
107 *((int*)&pkt->soft.cap.cookie[0])); in build_header()
151 *((int*)&pkt->soft.cap.cookie[0])); in prepare_tx()
[all …]
Drfc1051.c93 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; in type_trans() local
108 switch (soft->proto) { in type_trans()
153 if (length > sizeof(pkt->soft)) in rx()
154 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx()
155 pkt->soft.raw + sizeof(pkt->soft), in rx()
156 length - sizeof(pkt->soft)); in rx()
173 struct arc_rfc1051 *soft = &pkt->soft.rfc1051; in build_header() local
178 soft->proto = ARC_P_IP_RFC1051; in build_header()
181 soft->proto = ARC_P_ARP_RFC1051; in build_header()
246 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, length); in prepare_tx()
Darc-rawmode.c119 if (length > sizeof(pkt->soft)) in rx()
120 lp->hw.copy_from_card(dev, bufnum, ofs + sizeof(pkt->soft), in rx()
121 pkt->soft.raw + sizeof(pkt->soft), in rx()
122 length - sizeof(pkt->soft)); in rx()
198 lp->hw.copy_to_card(dev, bufnum, ofs, &pkt->soft, length); in prepare_tx()
Darcnet.c545 struct arc_rfc1201 *soft; in arcnet_send_packet() local
556 soft = &pkt->soft.rfc1201; in arcnet_send_packet()
557 proto = arc_proto_map[soft->proto]; in arcnet_send_packet()
951 struct arc_rfc1201 *soft; in arcnet_rx() local
954 soft = &pkt.soft.rfc1201; in arcnet_rx()
966 if (sizeof(pkt.soft) <= length) in arcnet_rx()
967 lp->hw.copy_from_card(dev, bufnum, ofs, soft, sizeof(pkt.soft)); in arcnet_rx()
969 memset(&pkt.soft, 0, sizeof(pkt.soft)); in arcnet_rx()
970 lp->hw.copy_from_card(dev, bufnum, ofs, soft, length); in arcnet_rx()
981 if (arc_proto_map[soft->proto]->is_ip) { in arcnet_rx()
[all …]
DKconfig54 ARCnet "raw mode" packet encapsulation, no soft headers. Unlikely
/linux-4.1.27/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.1.27/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 finit_soft_fpu(struct i387_soft_struct *soft) in finit_soft_fpu() argument
36 memset(soft, 0, sizeof(*soft)); in finit_soft_fpu()
37 soft->cwd = 0x037f; in finit_soft_fpu()
38 soft->swd = 0; in finit_soft_fpu()
39 soft->ftop = 0; /* We don't keep top in the status word internally. */ in finit_soft_fpu()
40 soft->twd = 0xffff; in finit_soft_fpu()
43 oaddr = (struct address *)&soft->foo; in finit_soft_fpu()
46 iaddr = (struct address *)&soft->fip; in finit_soft_fpu()
50 soft->no_update = 1; in finit_soft_fpu()
55 finit_soft_fpu(&current->thread.fpu.state->soft); in finit()
Dfpu_entry.c684 struct i387_soft_struct *s387 = &target->thread.fpu.state->soft; in fpregs_soft_set()
736 struct i387_soft_struct *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.1.27/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-INDEX31 soft-dirty.txt
32 - short explanation for soft-dirty PTEs
Dpagemap.txt18 * Bit 55 pte is soft-dirty (see Documentation/vm/soft-dirty.txt)
/linux-4.1.27/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.1.27/fs/xfs/
Dxfs_qm_syscalls.c409 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() local
454 soft = (newlim->d_fieldmask & QC_SPC_SOFT) ? in xfs_qm_scall_setqlim()
457 if (hard == 0 || hard >= soft) { in xfs_qm_scall_setqlim()
459 ddq->d_blk_softlimit = cpu_to_be64(soft); in xfs_qm_scall_setqlim()
463 q->qi_bsoftlimit = soft; in xfs_qm_scall_setqlim()
466 xfs_debug(mp, "blkhard %Ld < blksoft %Ld", hard, soft); in xfs_qm_scall_setqlim()
471 soft = (newlim->d_fieldmask & QC_RT_SPC_SOFT) ? in xfs_qm_scall_setqlim()
474 if (hard == 0 || hard >= soft) { in xfs_qm_scall_setqlim()
476 ddq->d_rtb_softlimit = cpu_to_be64(soft); in xfs_qm_scall_setqlim()
479 q->qi_rtbsoftlimit = soft; in xfs_qm_scall_setqlim()
[all …]
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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()
235 soft ? ", Software Timer" : ""); in bcm47xx_wdt_probe()
243 if (soft) in bcm47xx_wdt_probe()
DKconfig210 Note: The internal IXP4xx watchdog does a soft CPU reset
1201 global soft reset.
/linux-4.1.27/kernel/time/
Dposix-cpu-timers.c841 unsigned long soft; in check_thread_timers() local
855 soft = ACCESS_ONCE(sig->rlim[RLIMIT_RTTIME].rlim_cur); in check_thread_timers()
856 if (soft != RLIM_INFINITY) { in check_thread_timers()
869 if (tsk->rt.timeout > DIV_ROUND_UP(soft, USEC_PER_SEC/HZ)) { in check_thread_timers()
873 if (soft < hard) { in check_thread_timers()
874 soft += USEC_PER_SEC; in check_thread_timers()
875 sig->rlim[RLIMIT_RTTIME].rlim_cur = soft; in check_thread_timers()
940 unsigned long soft; in check_process_timers() local
961 soft = ACCESS_ONCE(sig->rlim[RLIMIT_CPU].rlim_cur); in check_process_timers()
962 if (soft != RLIM_INFINITY) { in check_process_timers()
[all …]
/linux-4.1.27/arch/x86/kvm/
Dx86.h13 bool soft) in kvm_queue_interrupt() argument
16 vcpu->arch.interrupt.soft = soft; in kvm_queue_interrupt()
Dx86.c3106 vcpu->arch.interrupt.pending && !vcpu->arch.interrupt.soft; in kvm_vcpu_ioctl_x86_get_vcpu_events()
3108 events->interrupt.soft = 0; in kvm_vcpu_ioctl_x86_get_vcpu_events()
3139 vcpu->arch.interrupt.soft = events->interrupt.soft; in kvm_vcpu_ioctl_x86_set_vcpu_events()
6762 if (vcpu->arch.interrupt.pending && !vcpu->arch.interrupt.soft) in kvm_arch_vcpu_ioctl_get_sregs()
Dvmx.c4879 if (vcpu->arch.interrupt.soft) in vmx_inject_irq()
4886 if (vcpu->arch.interrupt.soft) { in vmx_inject_irq()
9646 if (vcpu->arch.interrupt.soft) { in vmcs12_save_pending_event()
/linux-4.1.27/include/linux/
Dhrtimer.h372 ktime_t soft, hard; in hrtimer_start_expires() local
373 soft = hrtimer_get_softexpires(timer); in hrtimer_start_expires()
375 delta = ktime_to_ns(ktime_sub(hard, soft)); in hrtimer_start_expires()
376 return hrtimer_start_range_ns(timer, soft, delta, mode); in hrtimer_start_expires()
/linux-4.1.27/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.1.27/arch/arm/vfp/
DMakefile10 KBUILD_AFLAGS :=$(KBUILD_AFLAGS:-msoft-float=-Wa,-mfpu=softvfp+vfp -mfloat-abi=soft)
/linux-4.1.27/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.1.27/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
34 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.
D00-INDEX291 - info on soft and hard lockup detectors (aka nmi_watchdog).
Dkernel-parameters.txt1544 soft
1791 * nohrst, nosrst, norst: suppress hard, soft
2495 nosoftlockup [KNL] Disable the soft-lockup detector.
2504 soft-lockup and NMI watchdog (hard-lockup).
3217 Where reboot_mode is one of warm (soft) or cold (hard) or gpio,
3436 [KNL] Should the soft-lockup detector generate panics.
3440 [KNL] Should the soft-lockup detector generate
/linux-4.1.27/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.1.27/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.1.27/include/uapi/linux/
Drfkill.h85 __u8 soft, hard; member
Dif_arcnet.h129 } soft; member
/linux-4.1.27/arch/arm/include/asm/
Dfpstate.h75 struct fp_soft_struct soft; member
/linux-4.1.27/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.1.27/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";
Dkizbox.dts70 nand-ecc-mode = "soft";
Dpm9g45.dts88 nand-ecc-mode = "soft";
Danimeo_ip.dts97 nand-ecc-mode = "soft";
Dat91-qil_a9260.dts121 nand-ecc-mode = "soft";
Dat91sam9rlek.dts76 nand-ecc-mode = "soft";
Dat91sam9g20ek_common.dtsi136 nand-ecc-mode = "soft";
Dat91sam9263ek.dts138 nand-ecc-mode = "soft";
Dat91sam9261ek.dts81 nand-ecc-mode = "soft";
Dat91sam9m10g45ek.dts209 nand-ecc-mode = "soft";
Dat91rm9200.dtsi931 nand-ecc-mode = "soft";
Dexynos5420-peach-pit.dts1057 * watchdog provides no debugging information (compared to soft/hard
Dexynos5800-peach-pi.dts1020 * watchdog provides no debugging information (compared to soft/hard
/linux-4.1.27/net/batman-adv/
DMakefile36 batman-adv-y += soft-interface.o
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/
Dof-xilinx-wdt.txt1 Xilinx AXI/PLB soft-core watchdog Device Tree Bindings
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/net/
Dsocfpga-dwmac.txt16 altr,emac-splitter: Should be the phandle to the emac splitter soft IP node if
/linux-4.1.27/Documentation/ABI/obsolete/
Dsysfs-class-rfkill11 because its not possible to express the 'soft and hard block'
/linux-4.1.27/net/rfkill/
Dcore.c203 ev->soft = !!(rfkill->state & (RFKILL_BLOCK_SW | in rfkill_fill_event()
679 static DEVICE_ATTR_RW(soft);
1157 rfkill_global_states[i].cur = ev.soft; in rfkill_fop_write()
1159 rfkill_global_states[ev.type].cur = ev.soft; in rfkill_fop_write()
1170 rfkill_set_block(rfkill, ev.soft); in rfkill_fop_write()
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/sound/
Dcs4271.txt23 - cirrus,enable-soft-reset:
/linux-4.1.27/Documentation/devicetree/bindings/ata/
Dahci-st.txt16 - resets : The power-down, soft-reset and power-reset lines of SATA IP
/linux-4.1.27/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
Dz8530drv.txt595 Example: sccparam /dev/scc0 soft on
Dscaling.txt328 balancing mechanism that uses soft state to steer flows based on where
/linux-4.1.27/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.h134 unsigned int soft; member
Dpinctrl-mt8173.c408 .soft = 0x200,
Dpinctrl-mt8135.c328 .soft = 0x200,
/linux-4.1.27/arch/x86/include/asm/
Dfpu-internal.h65 extern void finit_soft_fpu(struct i387_soft_struct *soft);
67 static inline void finit_soft_fpu(struct i387_soft_struct *soft) {} in finit_soft_fpu() argument
Dprocessor.h428 struct i387_soft_struct soft; member
Dkvm_host.h424 bool soft; member
/linux-4.1.27/Documentation/video4linux/
Dsi476x.txt48 0x05 | smute | 0 - Audio is not soft muted
49 | | 1 - Audio is soft muted
/linux-4.1.27/Documentation/sysctl/
Dkernel.txt814 This value controls the soft lockup detector thread's behavior
815 when a soft lockup condition is detected as to whether or not
830 This parameter can be used to control the soft lockup detector.
832 0 - disable the soft lockup detector
833 1 - enable the soft lockup detector
835 The soft lockup detector monitors CPUs for threads that are hogging the CPUs
870 16384 - A soft lockup has previously occurred on the system.
909 This parameter can be used to disable or enable the soft lockup detector
915 The soft lockup detector and the NMI watchdog can also be disabled or
929 events and the soft and hard lockup thresholds. The default threshold
/linux-4.1.27/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.1.27/Documentation/hwmon/
Dsht1550 * If a CRC validation fails, a soft reset command is sent, which resets
/linux-4.1.27/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
631 Soft limits allow for greater sharing of memory. The idea behind soft limits
638 are pushed back to their soft limits. If the soft limit of each control
642 Please note that soft limits is a best-effort feature; it comes with
644 heavily contended for, memory is allocated based on the soft limit
645 hints/setup. Currently soft limit based reclaim is set up such that
651 assume a soft limit of 256 MiB)
661 NOTE2: It is recommended to set the soft limit always below the hard limit,
Dunified-hierarchy.txt330 - The original lower boundary, the soft limit, is defined as a limit
335 basic desirable behavior. First off, the soft limit has no
339 impossible. Second, the soft limit reclaim pass is so aggressive
389 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.1.27/drivers/mailbox/
DKconfig60 An implementation of the Altera Mailbox soft core. It is used
/linux-4.1.27/kernel/sched/
Ddeadline.c506 ktime_t soft, hard; in start_dl_timer() local
532 soft = hrtimer_get_softexpires(&dl_se->dl_timer); in start_dl_timer()
534 range = ktime_to_ns(ktime_sub(hard, soft)); in start_dl_timer()
535 __hrtimer_start_range_ns(&dl_se->dl_timer, soft, in start_dl_timer()
Drt.c2226 unsigned long soft, hard; in watchdog() local
2229 soft = task_rlimit(p, RLIMIT_RTTIME); in watchdog()
2232 if (soft != RLIM_INFINITY) { in watchdog()
2240 next = DIV_ROUND_UP(min(soft, hard), USEC_PER_SEC/HZ); in watchdog()
Dcore.c96 ktime_t soft, hard, now; in start_bandwidth_timer() local
105 soft = hrtimer_get_softexpires(period_timer); in start_bandwidth_timer()
107 delta = ktime_to_ns(ktime_sub(hard, soft)); in start_bandwidth_timer()
108 __hrtimer_start_range_ns(period_timer, soft, delta, in start_bandwidth_timer()
/linux-4.1.27/arch/x86/include/uapi/asm/
Dkvm.h301 __u8 soft; member
/linux-4.1.27/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.1.27/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.1.27/arch/sh/
DKconfig.debug46 for handling hard and soft interrupts. This can help avoid
/linux-4.1.27/arch/arm/kernel/
Dprocess.c256 memcpy(fp, &thread->fpstate.soft, sizeof (*fp)); in dump_fpu()
/linux-4.1.27/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.1.27/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.1.27/Documentation/trace/
Devents.txt312 Event triggers are implemented on top of "soft" mode, which means that
315 disabled in a "soft" mode. That is, the tracepoint will be called,
360 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
672 's' - soft irq is running
2452 a "soft" mode. That is, the tracepoint will be called, but
/linux-4.1.27/Documentation/x86/x86_64/
Dboot-options.txt195 you have >3GB memory or told the kernel to us it (iommu=soft))
214 soft Use software bounce buffering (SWIOTLB) (default for
/linux-4.1.27/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.1.27/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.1.27/arch/x86/kernel/
Di387.c239 finit_soft_fpu(&fpu->state->soft); in fpu_finit()
/linux-4.1.27/drivers/net/can/
DKconfig137 Xilinx CAN driver. This driver supports both soft AXI CAN IP and
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Das3722.txt75 watchdog-in, soft-reset-in
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-as3722.c153 FUNCTION_GROUP(soft-reset-in, SOFT_RESET_IN),
/linux-4.1.27/Documentation/sound/alsa/
DProcfile.txt131 The soft parameters set for this sub-stream.
/linux-4.1.27/Documentation/input/
Diforce-protocol.txt240 2. Start a soft spying RS232 or USB (depending on where you connected your
/linux-4.1.27/arch/parisc/
DKconfig257 for handling hard and soft interrupts. This can help avoid
/linux-4.1.27/Documentation/power/
Dvideo.txt55 (5) radeon systems, where X can soft-boot your video card. You'll need
/linux-4.1.27/mm/
DKconfig543 soft-dirty bit on pte-s. This bit it set when someone writes
547 See Documentation/vm/soft-dirty.txt for more details.
/linux-4.1.27/arch/powerpc/platforms/
DKconfig350 Say Y here to enable soft power-off functionality on the Freescale
/linux-4.1.27/Documentation/sound/alsa/soc/
Ddapm.txt178 corresponding soft power control. In this case it is necessary to create
/linux-4.1.27/Documentation/powerpc/
Dqe_firmware.txt86 "soft" provisional introduced in the ROMcode in order to enable higher
/linux-4.1.27/Documentation/ioctl/
Dhdio.txt519 Executes an ATAPI soft reset if applicable, otherwise
520 executes an ATA soft reset on the controller.
/linux-4.1.27/drivers/mmc/host/
Dsdhci.c230 static void sdhci_init(struct sdhci_host *host, int soft) in sdhci_init() argument
232 if (soft) in sdhci_init()
246 if (soft) { in sdhci_init()
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt244 them out via a soft reset or some other means, in which case
924 like some information about the mechanism used to soft-reset the
925 CPUs. For example, Apple puts the GPIO number for CPU soft reset
926 lines in there as a "soft-reset" property since they start secondary
927 CPUs by soft-resetting them.
/linux-4.1.27/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.1.27/Documentation/serial/
Ddriver251 hardware supports hardware "soft" flow control.
/linux-4.1.27/drivers/usb/gadget/udc/
DKconfig367 Xilinx USB2 device is a soft IP which supports both full
/linux-4.1.27/Documentation/filesystems/
Dproc.txt472 sd - soft-dirty flag
487 soft-dirty bit on pte (see Documentation/vm/soft-dirty.txt for details).
497 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.1.27/Documentation/kdump/
Dkdump.txt435 On powerpc systems when a soft-reset is generated, die() is called by all cpus
/linux-4.1.27/arch/sparc/kernel/
Dentry.S273 sethi %hi(0x70000000), %o2 ! Check all soft-IRQs
/linux-4.1.27/lib/
DKconfig.debug685 hard and soft lockups.
701 The frequency of hrtimer and NMI events and the soft and hard lockup
731 Say Y here to enable the kernel to panic on "soft lockups",
/linux-4.1.27/Documentation/usb/
Dusb-serial.txt127 You can also try soft-resetting your PDA before attempting a connection.
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt812 __u8 soft;
2097 from the soft lockup watchdog. The flag is part of the pvclock structure that
2103 where the guest will clear the flag: when the soft lockup watchdog timer resets
2104 itself or when a soft lockup is detected. This ioctl can be called any time
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h2167 uint64_t soft:1; member
2171 uint64_t soft:1;
/linux-4.1.27/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.1.27/Documentation/filesystems/cifs/
DREADME586 soft Limit retries to unresponsive servers (usually only
/linux-4.1.27/Documentation/block/
Dbiodoc.txt136 - The request queue's max_sectors, which is a soft size in
/linux-4.1.27/drivers/scsi/
DKconfig1069 from the boot command line. This is a soft limit that cannot
/linux-4.1.27/Documentation/RCU/
DRTFP.txt147 describing how to make RCU safe for soft-realtime applications [Sarma04c],