| /linux/drivers/net/arcnet/ |
| H A D | rfc1051.c | 98 if (pkt->hard.dest == 0) { in type_trans() 102 if (pkt->hard.dest != dev->dev_addr[0]) in type_trans() 161 /* Create the ARCnet hard/soft headers for RFC1051 */ 191 pkt->hard.source = *dev->dev_addr; in build_header() 199 pkt->hard.dest = 0; in build_header() 203 pkt->hard.dest = daddr; in build_header() 212 struct arc_hardware *hard = &pkt->hard; in prepare_tx() local 218 /* hard header is not included in packet length */ in prepare_tx() 228 hard->offset[0] = 0; in prepare_tx() 229 hard->offset[1] = ofs = 512 - length; in prepare_tx() [all …]
|
| H A D | arc-rawmode.c | 81 /* 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 …]
|
| H A D | capmode.c | 95 /* 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 …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-i801.c | 23 * 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 …]
|
| /linux/include/uapi/linux/ |
| H A D | rfkill.h | 73 * enum rfkill_hard_block_reasons - hard block reasons 87 * @hard: hard state (0/1) 98 __u8 hard; member 106 * @hard: hard state (0/1) 108 * @hard_block_reasons: valid if hard is set. One or several reasons from 121 __u8 hard; member 146 * hard block reasons field, we found that userspace (notably systemd)
|
| /linux/sound/oss/dmasound/ |
| H A D | dmasound_atari.c | 14 * 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 …]
|
| H A D | dmasound_q40.c | 14 * [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 …]
|
| /linux/Documentation/driver-api/ |
| H 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/net/batman-adv/ |
| H A D | hard-interface.c | 7 #include "hard-interface.h" 57 * batadv_hardif_release() - release hard interface from lists and queue for 59 * @ref: kref pointer of the hard interface 73 * batadv_hardif_get_by_netdev() - Get hard interface object of a net_device 201 * batadv_is_valid_iface() - check whether a net_device can be used as a hard 209 * Return: true if @net_dev can be used as a hard interface, false otherwise 482 * batadv_hardif_get_active() - retrieve an active hard interface for a mesh 486 * Return: first hard interface in BATADV_IF_ACTIVE state attached to 567 * hard interface is up 568 * @hard_iface: the hard interface to check [all …]
|
| H A D | hard-interface.h | 21 * enum batadv_hard_if_state - State of a hard interface 44 /** @BATADV_HARDIF_BCAST_OK: Do broadcast on according hard interface */ 84 * batadv_hardif_put() - decrement the hard interface refcounter and possibly 86 * @hard_iface: the hard interface to free
|
| H A D | bat_v.c | 38 #include "hard-interface.h" 45 * batadv_v_iface_activate() - finalise the activation of a hard interface 118 * batadv_v_iface_update_mac() - react to hard-interface MAC address change 140 * hard interface neighbour 141 * @hardif_neigh: hard interface neighbour to initialise 195 * batadv_v_neigh_dump_hardif() - Dump the neighbours of a hard interface into 201 * @hard_iface: The hard interface to be dumped 233 * batadv_v_neigh_dump() - Dump the neighbours of a hard interface into a 238 * @single_hardif: Limit dumping to this hard interface 866 * hard-interface object [all …]
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | disk-shock-protection.rst | 2 Hard disk shock protection 26 the internal hard drive and park its heads on the ramp when critical 97 the same port as the hard drive, it generally *should* recover just 108 Finally, there are some hard drives that only comply with an earlier 114 laptop or the hard drive itself told you so), then you can tell the 140 See this page for information about Linux support of the hard disk
|
| /linux/arch/powerpc/kernel/ |
| H A D | idle_64e.S | 25 /* Hard disable interrupts */ 35 /* Now we are going to mark ourselves as soft and hard enabled in 65 /* We can now re-enable hard interrupts and go to sleep */
|
| H A D | irq_64.c | 230 * This allows interrupts to be unmasked without hard disabling, and in arch_local_irq_restore() 231 * also without new hard interrupts coming in ahead of pending ones. in arch_local_irq_restore() 272 /* Have interrupts to replay, need to hard disable first */ in arch_local_irq_restore() 352 * state, and in the latter case it will leave with interrupts hard 359 * First we need to hard disable to ensure no interrupt in prep_irq_for_idle() 375 * are about to hard enable as well as a side effect in prep_irq_for_idle() 397 * First we need to hard disable to ensure no interrupt in prep_irq_for_idle_irqsoff() 505 * Interrupts must always be hard disabled before irq_happened is in force_external_irq_replay()
|
| /linux/arch/mips/include/asm/sn/ |
| H A D | intr.h | 41 * Hard-coded interrupt levels: 57 * INT_PEND0 hard-coded bits. 80 * INT_PEND1 hard-coded bits:
|
| /linux/Documentation/devicetree/bindings/iio/resolver/ |
| H A D | adi,ad2s1210.yaml | 44 Note on SPI connections: The CS line on the AD2S1210 should hard-wired to 105 RES0 and RES1 pins are hard-wired to match the assigned-resolution-bits 120 This is used to indicate the selected mode if A0 and A1 are hard-wired 130 RES1 are hard-wired to match this value.
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/ |
| H A D | smu_v13_0_1_ppsmc.h | 63 #define PPSMC_MSG_SetHardMinSocclkByFreq 0x13 ///< Set hard min for SOC CLK 64 #define PPSMC_MSG_SetSoftMinFclk 0x14 ///< Set hard min for FCLK 72 #define PPSMC_MSG_SetHardMinGfxClk 0x1C ///< Set hard min for GFX CLK 79 #define PPSMC_MSG_SetHardMinFclkByFreq 0x23 ///< Set hard min for FCLK
|
| H A D | smu_v13_0_4_ppsmc.h | 72 #define PPSMC_MSG_SetHardMinSocclkByFreq 0x13 ///< Set hard min for SOC CLK 73 #define PPSMC_MSG_SetSoftMinFclk 0x14 ///< Set hard min for FCLK 83 #define PPSMC_MSG_SetHardMinGfxClk 0x1C ///< Set hard min for GFX CLK 92 #define PPSMC_MSG_SetHardMinFclkByFreq 0x23 ///< Set hard min for FCLK
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-edac-memory-repair | 18 two types of PPR functions: hard PPR, for a permanent row repair, and 20 than hard PPR, but the repair is lost with a power cycle. 67 - 1 - Hard memory repair (permanent repair). 125 8.2.9.7.1.3 Table 8-104 hard PPR, section 8.2.9.7.1.4 189 soft PPR and Section 8.2.9.7.1.3 Table 8-104 hard PPR operations,
|
| /linux/fs/hpfs/ |
| H A D | Kconfig | 9 is the file system used for organizing files on OS/2 hard disk 11 write files to an OS/2 HPFS partition on your hard drive. OS/2
|
| /linux/security/apparmor/ |
| H A D | resource.c | 110 * Control raising the processes hard limit. 164 * to the lesser of the tasks hard limit and the init tasks soft limit in __aa_transition_rlimits() 183 /* set any new hard limits as dictated by the new profile */ in __aa_transition_rlimits() 197 /* soft limit should not exceed hard limit */ in __aa_transition_rlimits()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | pm_netlink.sh | 206 check "echo ${hardlimit}" "error" "above hard addr limit" 220 check "get_limits" "${default_limits}" "rcv addrs above hard limit" 223 check "get_limits" "${default_limits}" "subflows above hard limit"
|
| /linux/fs/minix/ |
| H A D | Kconfig | 8 The minix file system (method to organize files on a hard disk 11 You don't want to use the minix file system on your hard disk
|
| /linux/fs/affs/ |
| H A D | Kconfig | 8 The Fast File System (FFS) is the common file system used on hard 11 FFS partition on your hard drive. Amiga floppies however cannot be
|
| /linux/fs/adfs/ |
| H A D | Kconfig | 10 here, Linux will be able to read from ADFS partitions on hard drives 28 hard drives and ADFS-formatted floppy disks. This is experimental
|