Home
last modified time | relevance | path

Searched full:hard (Results 1 – 25 of 3003) sorted by relevance

12345678910>>...121

/kernel/linux/linux-4.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 …]
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/net/arcnet/
Drfc1051.c97 if (pkt->hard.dest == 0) { in type_trans()
101 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans()
160 /* Create the ARCnet hard/soft headers for RFC1051 */
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
217 /* hard header is not included in packet length */ in prepare_tx()
227 hard->offset[0] = 0; in prepare_tx()
228 hard->offset[1] = ofs = 512 - length; in prepare_tx()
[all …]
Darc-rawmode.c81 /* Create the ARCnet hard/soft headers for raw mode.
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
123 /* hard header is not included in packet length */ in prepare_tx()
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()
[all …]
Dcapmode.c95 /* Create the ARCnet hard/soft headers for cap mode.
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
139 /* hard header is not included in packet length */ in prepare_tx()
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()
[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()
376 /* Create the ARCnet hard/soft headers for RFC1201. */
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
[all …]
/kernel/linux/linux-4.19/drivers/net/arcnet/
Drfc1051.c97 if (pkt->hard.dest == 0) { in type_trans()
101 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans()
160 /* Create the ARCnet hard/soft headers for RFC1051 */
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
217 /* hard header is not included in packet length */ in prepare_tx()
227 hard->offset[0] = 0; in prepare_tx()
228 hard->offset[1] = ofs = 512 - length; in prepare_tx()
[all …]
Darc-rawmode.c81 /* Create the ARCnet hard/soft headers for raw mode.
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
123 /* hard header is not included in packet length */ in prepare_tx()
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()
[all …]
Dcapmode.c95 /* Create the ARCnet hard/soft headers for cap mode.
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
139 /* hard header is not included in packet length */ in prepare_tx()
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()
[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()
376 /* Create the ARCnet hard/soft headers for RFC1201. */
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
[all …]
/kernel/linux/linux-5.10/drivers/i2c/busses/
Di2c-i801.c23 * 82801DB (ICH4) 0x24c3 32 hard yes no no
24 * 82801E (ICH5) 0x24d3 32 hard yes yes yes
25 * 6300ESB 0x25a4 32 hard yes yes yes
26 * 82801F (ICH6) 0x266a 32 hard yes yes yes
27 * 6310ESB/6320ESB 0x269b 32 hard yes yes yes
28 * 82801G (ICH7) 0x27da 32 hard yes yes yes
29 * 82801H (ICH8) 0x283e 32 hard yes yes yes
30 * 82801I (ICH9) 0x2930 32 hard yes yes yes
31 * EP80579 (Tolapai) 0x5032 32 hard yes yes yes
32 * ICH10 0x3a30 32 hard yes yes yes
[all …]
/kernel/linux/linux-4.19/include/linux/power/
Dsmb347-charger.h29 /* Use default factory programmed value for hard/soft temperature limit */
61 * @hard_cold_temp_limit: hard cold temperature limit [%-5 - %10] (in degree C),
63 * @hard_hot_temp_limit: hard hot temperature limit [%50 - %65] (in degree C),
65 * @suspend_on_hard_temp_limit: suspend charging when hard limit is hit
82 * Hard and soft temperature limit values are given as described in the
86 * sheet. So for example if NTC beta is %3375 and we want to program hard
90 * factory programmed default will be used. For soft/hard temperature
/kernel/linux/linux-4.19/drivers/i2c/busses/
Di2c-i801.c31 * 82801DB (ICH4) 0x24c3 32 hard yes no no
32 * 82801E (ICH5) 0x24d3 32 hard yes yes yes
33 * 6300ESB 0x25a4 32 hard yes yes yes
34 * 82801F (ICH6) 0x266a 32 hard yes yes yes
35 * 6310ESB/6320ESB 0x269b 32 hard yes yes yes
36 * 82801G (ICH7) 0x27da 32 hard yes yes yes
37 * 82801H (ICH8) 0x283e 32 hard yes yes yes
38 * 82801I (ICH9) 0x2930 32 hard yes yes yes
39 * EP80579 (Tolapai) 0x5032 32 hard yes yes yes
40 * ICH10 0x3a30 32 hard yes yes yes
[all …]
/kernel/linux/linux-4.19/sound/oss/dmasound/
Ddmasound_atari.c13 * 01/02/2001 [0.3] - put in default hard/soft settings.
392 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()
[all …]
Ddmasound_q40.c13 * [0.3] - put in default hard/soft settings.
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()
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()
520 /*sound.hard.stereo=1;*/ /* no longer true */ in Q40Init()
[all …]
/kernel/linux/linux-5.10/sound/oss/dmasound/
Ddmasound_atari.c14 * 01/02/2001 [0.3] - put in default hard/soft settings.
393 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_law()
453 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s8()
507 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u8()
563 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s16be()
619 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u16be()
677 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_s16le()
735 long hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in ata_ctx_u16le()
928 dmasound.hard = dmasound.soft; in TTInit()
930 if (dmasound.hard.speed > 50066) { in TTInit()
[all …]
Ddmasound_q40.c14 * [0.3] - put in default hard/soft settings.
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()
237 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_law()
276 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_s8()
315 int hSpeed = dmasound.hard.speed, sSpeed = dmasound.soft.speed; in q40_ctc_u8()
420 speed=(dmasound.hard.speed==10000 ? 0 : 1); in Q40PlayNextFrame()
520 dmasound.hard = dmasound.soft; in Q40Init()
521 /*sound.hard.stereo=1;*/ /* no longer true */ in Q40Init()
[all …]
/kernel/liteos_a/drivers/char/random/include/
Dlos_random.h51 int (*support)(void); /* Whether hard random numbers are supported */
52 void (*init)(void); /* Initializing the hard random number generator */
53 void (*deinit)(void); /* Deinitializing the hard random number generator */
54 int (*read)(char *buffer, size_t buflen); /* Read hard random number */
55 int (*ioctl)(int cmd, unsigned long arg); /* Control hard random number generator */
/kernel/linux/linux-4.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 …]
/kernel/linux/linux-4.19/arch/powerpc/kernel/
Dirq.c125 * a soft enabled context. In both case we have interrupts hard
149 * We are always hard disabled here, but PACA_IRQ_HARD_DIS may in __check_irq_replay()
150 * not be set, which means interrupts have only just been hard in __check_irq_replay()
157 * will reconcile state like other hard interrupts. Or interrupt in __check_irq_replay()
165 * We may have missed a decrementer interrupt if hard disabled. in __check_irq_replay()
167 * while hard disabled. in __check_irq_replay()
251 * etc... unless we got hard-disabled. We check if an event in arch_local_irq_restore()
259 * be hard-disabled, so there is no problem, we in arch_local_irq_restore()
278 * We need to hard disable to get a trusted value from in arch_local_irq_restore()
291 * We should already be hard disabled here. We had bugs in arch_local_irq_restore()
[all …]
Didle_power4.S37 /* Hard disable interrupts */
50 * to our caller with interrupts enabled (soft and hard). The caller
66 stb r0,PACAIRQSOFTMASK(r13) /* we'll hard-enable shortly */
84 /* Set the HARD_DIS flag because interrupts are now hard disabled */
/kernel/linux/linux-4.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
/kernel/linux/linux-5.10/Documentation/driver-api/
Drfkill.rst21 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
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_qm_syscalls.c448 xfs_qcnt_t hard, in xfs_setqlim_limits() argument
452 /* The hard limit can't be less than the soft limit. */ in xfs_setqlim_limits()
453 if (hard != 0 && hard < soft) { in xfs_setqlim_limits()
454 xfs_debug(mp, "%shard %lld < %ssoft %lld", tag, hard, tag, in xfs_setqlim_limits()
459 res->hardlimit = hard; in xfs_setqlim_limits()
462 qlim->hard = hard; in xfs_setqlim_limits()
514 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() local
561 * used. Ditto for the default soft and hard limit values (already in xfs_qm_scall_setqlim()
569 hard = (newlim->d_fieldmask & QC_SPC_HARD) ? in xfs_qm_scall_setqlim()
578 if (xfs_setqlim_limits(mp, res, qlim, hard, soft, "blk")) in xfs_qm_scall_setqlim()
[all …]
/kernel/linux/linux-5.10/net/batman-adv/
Dhard-interface.h22 * enum batadv_hard_if_state - State of a hard interface
57 /** @BATADV_HARDIF_BCAST_OK: Do broadcast on according hard interface */
110 * batadv_hardif_put() - decrement the hard interface refcounter and possibly
112 * @hard_iface: the hard interface to free

12345678910>>...121