/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-most | 1 What: /sys/bus/most/devices/<dev>/description 11 What: /sys/bus/most/devices/<dev>/interface 19 What: /sys/bus/most/devices/<dev>/dci 29 What: /sys/bus/most/devices/<dev>/dci/arb_address 38 What: /sys/bus/most/devices/<dev>/dci/arb_value 47 What: /sys/bus/most/devices/<dev>/dci/mep_eui48_hi 55 What: /sys/bus/most/devices/<dev>/dci/mep_eui48_lo 63 What: /sys/bus/most/devices/<dev>/dci/mep_eui48_mi 71 What: /sys/bus/most/devices/<dev>/dci/mep_filter 79 What: /sys/bus/most/devices/<dev>/dci/mep_hash0 [all …]
|
H A D | sysfs-devices-soc | 57 Read-only attribute supported by most SoCs. Contains the SoC's 64 Read-only attribute supported by most SoCs. In the case of 77 Read-only attribute supported by most SoCs. Contains the SoC's 92 expected under most buses. /sys/bus/soc/devices is of particular
|
/linux/drivers/staging/most/Documentation/ABI/ |
H A D | sysfs-class-most.txt | 1 What: /sys/class/most/mostcore/aims 9 What: /sys/class/most/mostcore/aims/<aim>/add_link 18 What: /sys/class/most/mostcore/aims/<aim>/remove_link 27 What: /sys/class/most/mostcore/devices 32 List of attached MOST interfaces. 35 What: /sys/class/most/mostcore/devices/<mdev>/description 45 What: /sys/class/most/mostcore/devices/<mdev>/interface 54 What: /sys/class/most/mostcore/devices/<mdev>/dci 65 What: /sys/class/most/mostcore/devices/<mdev>/dci/arb_address 74 What: /sys/class/most/mostcore/devices/<mdev>/dci/arb_value [all …]
|
/linux/drivers/staging/most/Documentation/ |
H A D | driver_usage.txt | 4 The Media Oriented Systems Transport (MOST) driver gives Linux applications 5 access a MOST network: The Automotive Information Backbone and the de-facto 8 MOST defines the protocol, hardware and software layers necessary to allow 11 fiber optics, unshielded twisted pair cables (UTP) and coax cables. MOST 13 For more information on MOST, visit the MOST Cooperation website: 18 video and data communications. MOST can be used to connect multiple 20 another or in a network configuration. As a synchronous network, MOST 26 The MOST driver uses module stacking to divide the associated modules into 28 layer and the application layer. The core layer implements the MOST 30 registers the MOST bus with the kernel's device model, handles the data [all …]
|
/linux/drivers/staging/most/ |
H A D | Kconfig | 3 tristate "MOST support" 4 depends on HAS_DMA && CONFIGFS_FS && MOST 7 Say Y here if you want to enable MOST support. 21 source "drivers/staging/most/net/Kconfig" 23 source "drivers/staging/most/video/Kconfig" 25 source "drivers/staging/most/dim2/Kconfig" 27 source "drivers/staging/most/i2c/Kconfig"
|
/linux/tools/perf/pmu-events/arch/x86/skylake/ |
H A D | floating-point.json | 3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float… 7 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa… 12 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float… 16 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa… 21 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float… 25 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa… 30 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float… 34 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa… 48 …"BriefDescription": "Counts once for most SIMD scalar computational floating-point instructions re… 52 …"PublicDescription": "Counts once for most SIMD scalar computational single precision and double p… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/skylakex/ |
H A D | floating-point.json | 3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float… 7 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa… 12 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float… 16 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa… 21 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float… 25 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa… 30 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float… 34 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa… 75 …"BriefDescription": "Counts once for most SIMD scalar computational floating-point instructions re… 79 …"PublicDescription": "Counts once for most SIMD scalar computational single precision and double p… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/cascadelakex/ |
H A D | floating-point.json | 3 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational double precision float… 7 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational double precision floa… 12 …"BriefDescription": "Counts once for most SIMD 128-bit packed computational single precision float… 16 …"PublicDescription": "Counts once for most SIMD 128-bit packed computational single precision floa… 21 …"BriefDescription": "Counts once for most SIMD 256-bit packed double computational precision float… 25 …"PublicDescription": "Counts once for most SIMD 256-bit packed double computational precision floa… 30 …"BriefDescription": "Counts once for most SIMD 256-bit packed single computational precision float… 34 …"PublicDescription": "Counts once for most SIMD 256-bit packed single computational precision floa… 75 …"BriefDescription": "Counts once for most SIMD scalar computational floating-point instructions re… 79 …"PublicDescription": "Counts once for most SIMD scalar computational single precision and double p… [all …]
|
/linux/drivers/most/ |
H A D | most_snd.c | 20 #include <linux/most.h> 57 void (*copy_fn)(void *alsa, void *most, unsigned int bytes); 111 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) in alsa_to_most_memcpy() argument 113 memcpy(most, alsa, bytes); in alsa_to_most_memcpy() 116 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy16() argument 118 swap_copy16(most, alsa, bytes); in alsa_to_most_copy16() 121 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy24() argument 123 swap_copy24(most, alsa, bytes); in alsa_to_most_copy24() 126 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy32() argument 128 swap_copy32(most, alsa, bytes); in alsa_to_most_copy32() [all …]
|
H A D | Kconfig | 2 menuconfig MOST config 3 tristate "MOST (Media Oriented Systems Transport) support" 7 Say Y here if you want to enable MOST support. 17 if MOST
|
/linux/Documentation/admin-guide/cifs/ |
H A D | introduction.rst | 8 (SMB) protocol, the native file sharing mechanism for most early 11 the most current dialect) is strongly preferred over using older 13 including the most recent, SMB3.1.1, are supported by the CIFS VFS 18 Apple systems also support SMB3 well, as do most Network Attached 24 The intent of this module is to provide the most advanced network
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_lblcr.c | 26 * m <- {most conn node in serverSet[dest_ip]}; 209 /* get weighted most-connection node in the destination set */ 213 struct ip_vs_dest *dest, *most; in ip_vs_dest_set_max() local 221 most = e->dest; in ip_vs_dest_set_max() 222 if (atomic_read(&most->weight) > 0) { in ip_vs_dest_set_max() 223 moh = ip_vs_dest_conn_overhead(most); in ip_vs_dest_set_max() 229 /* find the destination with the weighted most load */ in ip_vs_dest_set_max() 236 (__s64)doh * atomic_read(&most->weight)) in ip_vs_dest_set_max() 238 most = dest; in ip_vs_dest_set_max() 246 IP_VS_DBG_ADDR(most->af, &most->addr), ntohs(most->port), in ip_vs_dest_set_max() [all …]
|
/linux/include/dt-bindings/pwm/ |
H A D | pwm.h | 3 * This header provides constants for most PWM bindings. 5 * Most PWM bindings can include a flags cell as part of the PWM specifier. 6 * In most cases, the format of the flags cell uses the standard values
|
/linux/include/dt-bindings/interrupt-controller/ |
H A D | irq.h | 3 * This header provides constants for most IRQ bindings. 5 * Most IRQ bindings include a flags cell as part of the IRQ specifier. 6 * In most cases, the format of the flags cell uses the standard values
|
/linux/include/dt-bindings/mux/ |
H A D | mux.h | 3 * This header provides constants for most Multiplexer bindings. 5 * Most Multiplexer bindings specify an idle state. In most cases, the
|
/linux/include/dt-bindings/input/ |
H A D | input.h | 3 * This header provides constants for most input bindings. 5 * Most input bindings include key code, matrix key code format. 6 * In most cases, key code and matrix key code format uses
|
/linux/arch/powerpc/math-emu/ |
H A D | udivmodti4.c | 55 /* Normalize, i.e. make the most significant bit of the in _fp_udivmodti4() 79 /* From (n1 >= d0) /\ (the most significant bit of d0 is set), in _fp_udivmodti4() 80 conclude (the most significant bit of n1 is set) /\ (the in _fp_udivmodti4() 136 /* From (n1 >= d1) /\ (the most significant bit of d1 is set), in _fp_udivmodti4() 137 conclude (the most significant bit of n1 is set) /\ (the in _fp_udivmodti4()
|
/linux/include/dt-bindings/gpio/ |
H A D | gpio.h | 3 * This header provides constants for most GPIO bindings. 5 * Most GPIO bindings include a flags cell as part of the GPIO specifier. 6 * In most cases, the format of the flags cell uses the standard values
|
/linux/include/linux/ |
H A D | crc32.h | 40 * crc32_be() - Compute most-significant-bit-first IEEE CRC-32 47 * *most-significant-bit-first* variant of the CRC. I.e., within each byte, the 48 * most significant bit is processed first (treated as highest order polynomial 53 * - Bit order: Most-significant-bit-first 103 * is used. The output of crc32_le is bit reversed [most significant bit
|
/linux/lib/kunit/ |
H A D | Kconfig | 12 special hardware when using UML. Can also be used on most other 81 In most cases this should be left as Y. Only if additional opt-in 93 In most cases this should be left as Y. Only if additional opt-in 106 If unsure, the default timeout of 300 seconds is suitable for most
|
/linux/include/asm-generic/ |
H A D | access_ok.h | 7 * These definitions work on most architectures, but overrides can 21 * 'size' is a compile-time constant for most callers, so optimize for 28 * OpenRISC architecture, and was found to be the most efficient
|
/linux/Documentation/arch/arm/google/ |
H A D | chromebook-boot-flow.rst | 7 Most recent Chromebooks that use device tree are using the opensource 35 find one that matches the most specific compatible. It will then look 37 matches the *second most* specific compatible, etc. 62 depthcharge_ has, the most flexibility is achieved if the device tree
|
/linux/arch/parisc/math-emu/ |
H A D | fcnvuf.c | 68 * Check word for most significant bit set. Returns in sgl_to_sgl_fcnvuf() 127 * Check word for most significant bit set. Returns in sgl_to_dbl_fcnvuf() 169 * Check word for most significant bit set. Returns in dbl_to_sgl_fcnvuf() 185 * Check word for most significant bit set. Returns in dbl_to_sgl_fcnvuf() 251 * Check word for most significant bit set. Returns in dbl_to_dbl_fcnvuf() 267 * Check word for most significant bit set. Returns in dbl_to_dbl_fcnvuf()
|
/linux/tools/testing/selftests/powerpc/tm/ |
H A D | tm-signal-context-chk-vsx.c | 35 #define FPR20 20 /* FPR20 overlaps VSX20 most significant doubleword */ 68 * FP registers (f0-31) overlap the most significant 64 bits of VSX in signal_usr1() 82 * most significant 64 bits of vsr0-31 (f0-31), as it overlaps the FP in signal_usr1() 91 * 64 bits of vsr0-31. The other part of this half (the most significant in signal_usr1() 102 * Copy VSX most significant doubleword from fp_regs and in signal_usr1() 126 * Copy VSX most significant doubleword from fp_regs and in signal_usr1()
|
/linux/Documentation/arch/x86/ |
H A D | kernel-stacks.rst | 10 Most of the text from Keith Owens, hacked by AK 62 IST events with the same code to be nested. However in most cases, the 140 or not - but in most cases we'll get the call chain right as well. The 144 The most important property of this method is that we _never_ lose 152 reconstructing the call chain. This works most of the time.
|