/linux-6.3-rc2/drivers/net/arcnet/ |
A D | arc-rawmode.c | 96 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 …]
|
A D | rfc1051.c | 97 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() 233 hard->offset[0] = ofs = 256 - length; in prepare_tx() [all …]
|
A D | capmode.c | 115 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 …]
|
A D | rfc1201.c | 101 if (pkt->hard.dest == 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() 451 hard->offset[0] = 0; in load_pkt() 460 hard->offset[0] = 0; in load_pkt() 472 lp->lastload_dest = hard->dest; in load_pkt() [all …]
|
A D | arcnet.c | 718 skb->len, pkt->hard.dest); in arcnet_send_packet() 1133 if (rxdata.pkt.hard.offset[0]) { in arcnet_rx() 1134 ofs = rxdata.pkt.hard.offset[0]; in arcnet_rx() 1137 ofs = rxdata.pkt.hard.offset[1]; in arcnet_rx() 1150 bufnum, rxdata.pkt.hard.source, rxdata.pkt.hard.dest, length); in arcnet_rx() 1159 *oldp = arc_proto_map[lp->default_proto[rxdata.pkt.hard.source]], in arcnet_rx() 1165 soft->proto, rxdata.pkt.hard.source, in arcnet_rx() 1174 lp->default_proto[rxdata.pkt.hard.source] = soft->proto; in arcnet_rx() 1185 pkthdr->soft.rfc1201.proto, pkthdr->hard.source); in null_rx()
|
/linux-6.3-rc2/sound/oss/dmasound/ |
A D | dmasound_atari.c | 932 dmasound.hard.speed = 50066; in TTInit() 936 dmasound.hard.speed = 50066; in TTInit() 939 dmasound.hard.speed = 25033; in TTInit() 942 dmasound.hard.speed = 12517; in TTInit() 945 dmasound.hard.speed = 6258; in TTInit() 1059 dmasound.hard.stereo = 1; in FalconInit() 1064 dmasound.hard.speed = 49170; in FalconInit() 1068 dmasound.hard.speed = 49170; in FalconInit() 1071 dmasound.hard.speed = 32780; in FalconInit() 1086 dmasound.hard.speed = 9834; in FalconInit() [all …]
|
A D | dmasound_q40.c | 127 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_law() 163 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_s8() 200 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctx_u8() 420 speed=(dmasound.hard.speed==10000 ? 0 : 1); in Q40PlayNextFrame() 520 dmasound.hard = dmasound.soft; in Q40Init() 522 dmasound.hard.size=8; in Q40Init() 532 if (dmasound.hard.speed > 20200) { in Q40Init() 534 dmasound.hard.speed = 20000; in Q40Init() 536 } else if (dmasound.hard.speed > 10000) { in Q40Init() 537 dmasound.hard.speed = 20000; in Q40Init() [all …]
|
A D | dmasound_core.c | 489 (dmasound.hard.size * (dmasound.hard.stereo+1) ) ; in sq_setup() 494 (dmasound.hard.size * (dmasound.hard.stereo+1) ) ; in sq_setup() 498 sq->block_size *= dmasound.hard.speed ; in sq_setup() 502 (dmasound.hard.size * (dmasound.hard.stereo+1))/8 ; in sq_setup() 796 dmasound.hard = dmasound.mach.default_hard ; in sq_open() 894 dmasound.hard = dmasound.mach.default_hard ; in sq_release() 1185 dmasound.hard = dmasound.mach.default_hard ; in sq_init() 1291 get_afmt_string(dmasound.hard.format)); in state_open() 1294 dmasound.soft.speed, dmasound.hard.speed); in state_open() 1298 dmasound.hard.stereo ? "stereo" : "mono" ); in state_open()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_qm_syscalls.c | 231 xfs_qcnt_t hard, in xfs_setqlim_limits() argument 236 if (hard != 0 && hard < soft) { in xfs_setqlim_limits() 242 res->hardlimit = hard; in xfs_setqlim_limits() 245 qlim->hard = hard; in xfs_setqlim_limits() 286 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() local 334 hard = (newlim->d_fieldmask & QC_SPC_HARD) ? in xfs_qm_scall_setqlim() 343 if (xfs_setqlim_limits(mp, res, qlim, hard, soft, "blk")) in xfs_qm_scall_setqlim() 349 hard = (newlim->d_fieldmask & QC_RT_SPC_HARD) ? in xfs_qm_scall_setqlim() 358 xfs_setqlim_limits(mp, res, qlim, hard, soft, "rtb"); in xfs_qm_scall_setqlim() 363 hard = (newlim->d_fieldmask & QC_INO_HARD) ? in xfs_qm_scall_setqlim() [all …]
|
/linux-6.3-rc2/block/partitions/ |
A D | Kconfig | 10 Say Y here if you would like to use hard disks under Linux which 24 Support hard disks partitioned under Acorn operating systems. 31 Say Y here if you would like to use hard disks under Linux which 44 Say Y here if you would like to use hard disks under Linux which 77 Say Y here if you would like to be able to read the hard disk 89 Say Y here if you would like to use hard disks under Linux which 110 Say Y here if you would like to be able to read the hard disk 131 FreeBSD uses its own hard disk partition scheme on your PC. It 217 Say Y here if you would like to be able to read the hard disk 224 Say Y here if you would like to be able to read the hard disk [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | pm_wakeup.h | 117 extern void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard); 118 extern void pm_wakeup_dev_event(struct device *dev, unsigned int msec, bool hard); 190 unsigned int msec, bool hard) {} in pm_wakeup_ws_event() argument 193 bool hard) {} in pm_wakeup_dev_event() argument
|
/linux-6.3-rc2/arch/arm/vfp/ |
A D | vfpmodule.c | 65 if (thread->vfpstate.hard.cpu != cpu) in vfp_state_in_hw() 83 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_force_reload() 111 vfp->hard.fpexc = FPEXC_EN; in vfp_thread_flush() 112 vfp->hard.fpscr = FPSCR_ROUND_NEAREST; in vfp_thread_flush() 114 vfp->hard.cpu = NR_CPUS; in vfp_thread_flush() 136 thread->vfpstate.hard.cpu = NR_CPUS; in vfp_thread_copy() 555 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_preserve_user_clear_hwstate() 593 struct vfp_hard_struct *hwstate = &thread->vfpstate.hard; in vfp_restore_user_hwstate()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | fpstate.h | 46 struct vfp_hard_struct hard; member 68 struct fp_hard_struct hard; member
|
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_compat.c | 63 u8 hard; member 69 u8 hard; member 181 dst_ue->hard = src_ue->hard; in xfrm_nlmsg_put_compat() 201 dst_upe->hard = src_upe->hard; in xfrm_nlmsg_put_compat() 508 dst_ue->hard = src_ue->hard; in xfrm_xlate32() 528 dst_upe->hard = src_upe->hard; in xfrm_xlate32()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | rfkill.h | 98 __u8 hard; member 121 __u8 hard; member
|
/linux-6.3-rc2/fs/efs/ |
A D | Kconfig | 6 EFS is an older file system used for non-ISO9660 CD-ROMs and hard 8 uses the XFS file system for hard disk partitions however).
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | rfkill.rst | 21 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-6.3-rc2/fs/hpfs/ |
A D | Kconfig | 8 is the file system used for organizing files on OS/2 hard disk 10 write files to an OS/2 HPFS partition on your hard drive. OS/2
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/reset/ |
A D | keystone-reset.txt | 10 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-6.3-rc2/fs/minix/ |
A D | Kconfig | 7 The minix file system (method to organize files on a hard disk 10 You don't want to use the minix file system on your hard disk
|
/linux-6.3-rc2/fs/affs/ |
A D | Kconfig | 7 The Fast File System (FFS) is the common file system used on hard 10 FFS partition on your hard drive. Amiga floppies however cannot be
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | sysfs-class-rfkill | 52 longer. Despite it being marked as stable, the newer "hard" and 54 to express the 'soft and hard block' state of the rfkill driver 68 What: /sys/class/rfkill/rfkill[0-9]+/hard
|
/linux-6.3-rc2/Documentation/networking/ |
A D | driver.rst | 10 any normal circumstances. It is considered a hard error unless 24 /* This is a hard error log it. */ 53 /* This is a hard error log it. */
|
/linux-6.3-rc2/fs/adfs/ |
A D | Kconfig | 9 here, Linux will be able to read from ADFS partitions on hard drives 27 hard drives and ADFS-formatted floppy disks. This is experimental
|
/linux-6.3-rc2/drivers/base/power/ |
A D | wakeup.c | 588 static void wakeup_source_report_event(struct wakeup_source *ws, bool hard) in wakeup_source_report_event() argument 598 if (hard) in wakeup_source_report_event() 795 void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard) in pm_wakeup_ws_event() argument 805 wakeup_source_report_event(ws, hard); in pm_wakeup_ws_event() 834 void pm_wakeup_dev_event(struct device *dev, unsigned int msec, bool hard) in pm_wakeup_dev_event() argument 842 pm_wakeup_ws_event(dev->power.wakeup, msec, hard); in pm_wakeup_dev_event()
|