Searched full:six (Results 1 – 25 of 251) sorted by relevance
1234567891011
/linux-6.8/include/linux/ |
D | etherdevice.h | 76 * @addr: Pointer to a six-byte array containing the Ethernet address 99 * @addr: Pointer to a six-byte array containing the Ethernet address 118 * @addr: Pointer to a six-byte array containing the Ethernet address 152 * @addr: Pointer to a six-byte array containing the Ethernet address 163 * @addr: Pointer to a six-byte array containing the Ethernet address 178 * @addr: Pointer to a six-byte array containing the Ethernet address 189 * @addr: Pointer to a six-byte array containing the Ethernet address 225 * @addr: Pointer to a six-byte array containing the Ethernet address 239 * @addr: Pointer to a six-byte array containing the Ethernet address 250 * @addr: Pointer to a six-byte array containing the Ethernet address [all …]
|
/linux-6.8/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.8/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 | 12 #include "six.h"
|
D | btree_locking.h | 14 #include "six.h" 38 /* matches six lock types */ 290 * six locks are unfair, and read locks block while a thread wants a in __btree_node_lock_write()
|
D | Makefile | 78 six.o \
|
/linux-6.8/lib/xz/ |
D | xz_lzma2.h | 154 * The highest two bits of a 32-bit match distance are encoded using six bits. 155 * This six-bit value is called a distance slot. This way encoding a 32-bit 162 * the highest two bits (distance slot) are always encoded using six bits,
|
/linux-6.8/drivers/crypto/vmx/ |
D | ppc-xlate.pl | 188 my $vshasigmad = sub { my ($st,$six)=splice(@_,-2); vcrypto_op(@_, $st<<4|$six, 1730); }; 189 my $vshasigmaw = sub { my ($st,$six)=splice(@_,-2); vcrypto_op(@_, $st<<4|$six, 1666); };
|
/linux-6.8/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.8/arch/arm/boot/dts/st/ |
D | ste-href-family-pinctrl.dtsi | 162 * six rows of six keys.
|
/linux-6.8/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.8/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.8/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.8/drivers/atm/ |
D | zeprom.h | 27 #define ZEPROM_ADDR_LEN 6 /* addresses are six bits */
|
/linux-6.8/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.8/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.8/tools/power/cpupower/utils/helpers/ |
D | pci.c | 20 * Pass -1 for one of the six above to match any
|
/linux-6.8/Documentation/devicetree/bindings/sound/ |
D | rt5677.txt | 32 Array of six 8bit elements that configures GPIO.
|
/linux-6.8/arch/m68k/fpsp040/ |
D | x_unimp.S | 15 | Input: 1. Six word stack frame for unimplemented inst, four word
|
/linux-6.8/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
D | pincfg.txt | 5 integers. The six numbers are respectively: port, pin, dir,
|
/linux-6.8/lib/kunit/ |
D | string-stream-test.c | 283 "one", "two", "three", "four", "five", "six", in string_stream_append_test() 425 string_stream_add(stream, "Five\n%s", "Six"); in string_stream_no_auto_newline_test() 452 string_stream_add(stream, "Five\n%s", "Six"); in string_stream_auto_newline_test()
|
1234567891011