Searched full:six (Results 1 – 25 of 252) sorted by relevance
1234567891011
/linux-6.12.1/include/linux/ |
D | etherdevice.h | 82 * @addr: Pointer to a six-byte array containing the Ethernet address 105 * @addr: Pointer to a six-byte array containing the Ethernet address 124 * @addr: Pointer to a six-byte array containing the Ethernet address 158 * @addr: Pointer to a six-byte array containing the Ethernet address 169 * @addr: Pointer to a six-byte array containing the Ethernet address 184 * @addr: Pointer to a six-byte array containing the Ethernet address 195 * @addr: Pointer to a six-byte array containing the Ethernet address 231 * @addr: Pointer to a six-byte array containing the Ethernet address 245 * @addr: Pointer to a six-byte array containing the Ethernet address 256 * @addr: Pointer to a six-byte array containing the Ethernet address [all …]
|
/linux-6.12.1/Documentation/hwmon/ |
D | max31790.rst | 22 The MAX31790 controls the speeds of up to six fans using six independent 30 Six pins are dedicated tachometer inputs. Any of the six PWM outputs can
|
D | max16065.rst | 60 system voltages. The MAX16067 manages up to six system voltages simultaneously. 62 The MAX16068 flash-configurable system manager monitors and manages up to six
|
D | ucd9000.rst | 37 13 power-supply voltage, current, or temperature inputs. Twenty-six GPIO pins 45 voltage inputs. Twenty-six GPIO pins can be used for power supply enables,
|
D | emc6w201.rst | 24 This ACPI compliant device provides hardware monitoring for up to six
|
/linux-6.12.1/fs/bcachefs/ |
D | six.h | 7 * DOC: SIX locks overview 68 * Six locks are not by themselves reentrant, but have counters for both the 169 * six_lock_init - initialize a six lock 199 * six_trylock_type - attempt to take a six lock without blocking 237 * six_lock_ip - take a six lock lock 257 * six_lock_type - take a six lock lock 295 * six_unlock_type - drop a six lock
|
D | Kconfig | 81 bool "Optimistic spinning for six locks" 86 Instead of immediately sleeping when attempting to take a six lock that
|
D | trace.c | 13 #include "six.h"
|
D | btree_locking.h | 14 #include "six.h" 32 /* matches six lock types */ 311 * six locks are unfair, and read locks block while a thread wants a in __btree_node_lock_write()
|
D | Makefile | 83 six.o \
|
/linux-6.12.1/Documentation/devicetree/bindings/hwmon/ |
D | maxim,max31790.yaml | 14 The MAX31790 controls the speeds of up to six fans using six
|
/linux-6.12.1/lib/xz/ |
D | xz_lzma2.h | 153 * The highest two bits of a 32-bit match distance are encoded using six bits. 154 * This six-bit value is called a distance slot. This way encoding a 32-bit 161 * the highest two bits (distance slot) are always encoded using six bits,
|
/linux-6.12.1/arch/powerpc/crypto/ |
D | ppc-xlate.pl | 186 my $vshasigmad = sub { my ($st,$six)=splice(@_,-2); vcrypto_op(@_, $st<<4|$six, 1730); }; 187 my $vshasigmaw = sub { my ($st,$six)=splice(@_,-2); vcrypto_op(@_, $st<<4|$six, 1666); };
|
/linux-6.12.1/arch/arm/boot/dts/st/ |
D | ste-href-family-pinctrl.dtsi | 162 * six rows of six keys.
|
/linux-6.12.1/Documentation/devicetree/bindings/timer/ |
D | renesas,rz-mtu3.yaml | 42 negative signals in six phases (12 phases in total) can be output in 90 In complementary PWM mode, six positive-phase and six negative-phase PWM
|
/linux-6.12.1/tools/testing/selftests/rcutorture/doc/ |
D | TINY_RCU.txt | 10 The theory here is that randconfig testing will hit the other six possible
|
/linux-6.12.1/drivers/comedi/drivers/ |
D | pcm3724.c | 33 * This board has two standard 8255 devices that provide six 8-bit DIO ports 34 * (48 channels total). Six 74HCT245 chips (one for each port) buffer the
|
/linux-6.12.1/drivers/atm/ |
D | zeprom.h | 27 #define ZEPROM_ADDR_LEN 6 /* addresses are six bits */
|
/linux-6.12.1/Documentation/devicetree/bindings/leds/ |
D | qcom,pm8058-led.yaml | 13 The Qualcomm PM8058 contains an LED block for up to six LEDs:: three normal
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | cirrus,cs530x.yaml | 53 Sets input channels five and six to high impedance.
|
/linux-6.12.1/tools/power/cpupower/utils/helpers/ |
D | pci.c | 20 * Pass -1 for one of the six above to match any
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | adv7343.txt | 4 package. Six high speed, 3.3 V, 11-bit video DACs provide support for composite
|
/linux-6.12.1/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
D | pincfg.txt | 5 integers. The six numbers are respectively: port, pin, dir,
|
/linux-6.12.1/arch/m68k/fpsp040/ |
D | x_unimp.S | 15 | Input: 1. Six word stack frame for unimplemented inst, four word
|
/linux-6.12.1/lib/kunit/ |
D | string-stream-test.c | 275 "one", "two", "three", "four", "five", "six", in string_stream_append_test() 417 string_stream_add(stream, "Five\n%s", "Six"); in string_stream_no_auto_newline_test() 444 string_stream_add(stream, "Five\n%s", "Six"); in string_stream_auto_newline_test()
|
1234567891011