Home
last modified time | relevance | path

Searched refs:hard (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/Linux-v4.19/drivers/net/arcnet/
Darc-rawmode.c96 pkt->hard.source = *dev->dev_addr; in build_header()
104 pkt->hard.dest = 0; in build_header()
108 pkt->hard.dest = daddr; in build_header()
117 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
133 hard->offset[0] = 0; in prepare_tx()
134 hard->offset[1] = ofs = 512 - length; in prepare_tx()
136 hard->offset[0] = 0; in prepare_tx()
137 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
139 hard->offset[0] = ofs = 256 - length; in prepare_tx()
145 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx()
[all …]
Drfc1051.c97 if (pkt->hard.dest == 0) { in type_trans()
101 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans()
190 pkt->hard.source = *dev->dev_addr; in build_header()
198 pkt->hard.dest = 0; in build_header()
202 pkt->hard.dest = daddr; in build_header()
211 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
227 hard->offset[0] = 0; in prepare_tx()
228 hard->offset[1] = ofs = 512 - length; in prepare_tx()
230 hard->offset[0] = 0; in prepare_tx()
231 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
[all …]
Dcapmode.c115 pkt->hard.source = *dev->dev_addr; in build_header()
123 pkt->hard.dest = 0; in build_header()
127 pkt->hard.dest = daddr; in build_header()
136 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local
157 hard->offset[0] = 0; in prepare_tx()
158 hard->offset[1] = ofs = 512 - length; in prepare_tx()
160 hard->offset[0] = 0; in prepare_tx()
161 hard->offset[1] = ofs = 512 - length - 3; in prepare_tx()
163 hard->offset[0] = ofs = 256 - length; in prepare_tx()
170 lp->hw.copy_to_card(dev, bufnum, 0, hard, ARC_HDR_SIZE); in prepare_tx()
[all …]
Drfc1201.c101 if (pkt->hard.dest == 0) { in type_trans()
105 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans()
139 int saddr = pkt->hard.source, ofs; in rx()
364 skb->len, pkt->hard.source); in rx()
366 skb->len, pkt->hard.source); in rx()
421 pkt->hard.source = *dev->dev_addr; in build_header()
434 pkt->hard.dest = 0; in build_header()
438 pkt->hard.dest = daddr; in build_header()
442 static void load_pkt(struct net_device *dev, struct arc_hardware *hard, in load_pkt() argument
451 hard->offset[0] = 0; in load_pkt()
[all …]
Darcnet.c668 skb->len, pkt->hard.dest); in arcnet_send_packet()
1073 if (pkt.hard.offset[0]) { in arcnet_rx()
1074 ofs = pkt.hard.offset[0]; in arcnet_rx()
1077 ofs = pkt.hard.offset[1]; in arcnet_rx()
1090 bufnum, pkt.hard.source, pkt.hard.dest, length); in arcnet_rx()
1099 *oldp = arc_proto_map[lp->default_proto[pkt.hard.source]], in arcnet_rx()
1105 soft->proto, pkt.hard.source, in arcnet_rx()
1114 lp->default_proto[pkt.hard.source] = soft->proto; in arcnet_rx()
1125 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); in null_rx()
/Linux-v4.19/sound/oss/dmasound/
Ddmasound_atari.c392 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_law()
452 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s8()
506 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u8()
562 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s16be()
618 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u16be()
676 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s16le()
734 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u16le()
927 dmasound.hard = dmasound.soft; in TTInit()
929 if (dmasound.hard.speed > 50066) { in TTInit()
931 dmasound.hard.speed = 50066; in TTInit()
[all …]
Ddmasound_q40.c126 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()
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()
419 speed=(dmasound.hard.speed==10000 ? 0 : 1); in Q40PlayNextFrame()
519 dmasound.hard = dmasound.soft; in Q40Init()
521 dmasound.hard.size=8; in Q40Init()
531 if (dmasound.hard.speed > 20200) { in Q40Init()
[all …]
Ddmasound_core.c493 (dmasound.hard.size * (dmasound.hard.stereo+1) ) ; in sq_setup()
498 (dmasound.hard.size * (dmasound.hard.stereo+1) ) ; in sq_setup()
502 sq->block_size *= dmasound.hard.speed ; in sq_setup()
506 (dmasound.hard.size * (dmasound.hard.stereo+1))/8 ; in sq_setup()
800 dmasound.hard = dmasound.mach.default_hard ; in sq_open()
898 dmasound.hard = dmasound.mach.default_hard ; in sq_release()
1196 dmasound.hard = dmasound.mach.default_hard ; in sq_init()
1311 get_afmt_string(dmasound.hard.format)); in state_open()
1314 dmasound.soft.speed, dmasound.hard.speed); in state_open()
1318 dmasound.hard.stereo ? "stereo" : "mono" ); in state_open()
/Linux-v4.19/fs/xfs/
Dxfs_qm_syscalls.c396 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() local
437 hard = (newlim->d_fieldmask & QC_SPC_HARD) ? in xfs_qm_scall_setqlim()
443 if (hard == 0 || hard >= soft) { in xfs_qm_scall_setqlim()
444 ddq->d_blk_hardlimit = cpu_to_be64(hard); in xfs_qm_scall_setqlim()
448 defq->bhardlimit = hard; in xfs_qm_scall_setqlim()
452 xfs_debug(mp, "blkhard %Ld < blksoft %Ld", hard, soft); in xfs_qm_scall_setqlim()
454 hard = (newlim->d_fieldmask & QC_RT_SPC_HARD) ? in xfs_qm_scall_setqlim()
460 if (hard == 0 || hard >= soft) { in xfs_qm_scall_setqlim()
461 ddq->d_rtb_hardlimit = cpu_to_be64(hard); in xfs_qm_scall_setqlim()
464 defq->rtbhardlimit = hard; in xfs_qm_scall_setqlim()
[all …]
/Linux-v4.19/block/partitions/
DKconfig8 Say Y here if you would like to use hard disks under Linux which
22 Support hard disks partitioned under Acorn operating systems.
29 Say Y here if you would like to use hard disks under Linux which
42 Say Y here if you would like to use hard disks under Linux which
75 Say Y here if you would like to be able to read the hard disk
87 Say Y here if you would like to use hard disks under Linux which
94 Say Y here if you would like to use hard disks under Linux which
101 Say Y here if you would like to use hard disks under Linux which
108 Say Y here if you would like to be able to read the hard disk
116 Say Y here if you would like to use hard disks under Linux which
[all …]
/Linux-v4.19/include/linux/
Dpm_wakeup.h114 extern void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard);
115 extern void pm_wakeup_dev_event(struct device *dev, unsigned int msec, bool hard);
193 unsigned int msec, bool hard) {} in pm_wakeup_ws_event() argument
196 bool hard) {} in pm_wakeup_dev_event() argument
Dhrtimer.h408 ktime_t soft, hard; in hrtimer_start_expires() local
410 hard = hrtimer_get_expires(timer); in hrtimer_start_expires()
411 delta = ktime_to_ns(ktime_sub(hard, soft)); in hrtimer_start_expires()
/Linux-v4.19/arch/arm/vfp/
Dvfpmodule.c68 if (thread->vfpstate.hard.cpu != cpu) in vfp_state_in_hw()
86 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_force_reload()
114 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush()
115 vfp->hard.fpscr = FPSCR_ROUND_NEAREST; in vfp_thread_flush()
117 vfp->hard.cpu = NR_CPUS; in vfp_thread_flush()
139 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_thread_copy()
560 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_preserve_user_clear_hwstate()
602 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_restore_user_hwstate()
/Linux-v4.19/arch/arm/include/asm/
Dfpstate.h49 struct vfp_hard_struct hard; member
74 struct fp_hard_struct hard; member
/Linux-v4.19/fs/efs/
DKconfig5 EFS is an older file system used for non-ISO9660 CD-ROMs and hard
7 uses the XFS file system for hard disk partitions however).
/Linux-v4.19/fs/hpfs/
DKconfig6 is the file system used for organizing files on OS/2 hard disk
8 write files to an OS/2 HPFS partition on your hard drive. OS/2
/Linux-v4.19/Documentation/
Drfkill.txt21 The rfkill subsystem has a concept of "hard" and "soft" block, which
25 - hard block
56 When the device is hard-blocked (either by a call to rfkill_set_hw_state()
62 keeps track of soft and hard block separately.
89 rfkill drivers that control devices that can be hard-blocked unless they also
109 soft and hard block are properly separated (unlike sysfs, see below) and
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/
Dkeystone-reset.txt10 Additionally soft or hard reset can be configured.
27 By default hard reset is used.
38 WDT0 is triggered it issues hard reset for SoC.
/Linux-v4.19/fs/affs/
DKconfig5 The Fast File System (FFS) is the common file system used on hard
8 FFS partition on your hard drive. Amiga floppies however cannot be
/Linux-v4.19/fs/minix/
DKconfig6 The minix file system (method to organize files on a hard disk
9 You don't want to use the minix file system on your hard disk
/Linux-v4.19/fs/adfs/
DKconfig8 here, Linux will be able to read from ADFS partitions on hard drives
26 hard drives and ADFS-formatted floppy disks. This is experimental
/Linux-v4.19/Documentation/networking/
Ddriver.txt6 any normal circumstances. It is considered a hard error unless
20 /* This is a hard error log it. */
49 /* This is a hard error log it. */
Dxfrm_sysctl.txt4 default 30 - hard timeout in seconds for acquire requests
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-class-rfkill51 longer. Despite it being marked as stable, the newer "hard" and
53 to express the 'soft and hard block' state of the rfkill driver
66 What: /sys/class/rfkill/rfkill[0-9]+/hard
/Linux-v4.19/drivers/base/power/
Dwakeup.c547 static void wakeup_source_report_event(struct wakeup_source *ws, bool hard) in wakeup_source_report_event() argument
557 if (hard) in wakeup_source_report_event()
754 void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard) in pm_wakeup_ws_event() argument
764 wakeup_source_report_event(ws, hard); in pm_wakeup_ws_event()
793 void pm_wakeup_dev_event(struct device *dev, unsigned int msec, bool hard) in pm_wakeup_dev_event() argument
801 pm_wakeup_ws_event(dev->power.wakeup, msec, hard); in pm_wakeup_dev_event()

12345678910>>...14