Home
last modified time | relevance | path

Searched full:most (Results 1 – 25 of 5410) sorted by relevance

12345678910>>...217

/kernel/linux/linux-4.19/drivers/staging/most/Documentation/ABI/
Dsysfs-bus-most.txt1 What: /sys/bus/most/devices/.../description
11 What: /sys/bus/most/devices/.../interface
19 What: /sys/bus/most/devices/.../dci
29 What: /sys/bus/most/devices/.../dci/arb_address
38 What: /sys/bus/most/devices/.../dci/arb_value
47 What: /sys/bus/most/devices/.../dci/mep_eui48_hi
55 What: /sys/bus/most/devices/.../dci/mep_eui48_lo
63 What: /sys/bus/most/devices/.../dci/mep_eui48_mi
71 What: /sys/bus/most/devices/.../dci/mep_filter
79 What: /sys/bus/most/devices/.../dci/mep_hash0
[all …]
Dsysfs-class-most.txt1 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 …]
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-most1 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 …]
/kernel/linux/linux-5.10/drivers/staging/most/Documentation/ABI/
Dsysfs-class-most.txt1 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 …]
/kernel/linux/linux-4.19/drivers/staging/most/Documentation/
Ddriver_usage.txt4 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 …]
/kernel/linux/linux-4.19/drivers/staging/most/
DKconfig1 menuconfig MOST config
2 tristate "MOST support"
6 Say Y here if you want to enable MOST support.
18 if MOST
20 source "drivers/staging/most/cdev/Kconfig"
22 source "drivers/staging/most/net/Kconfig"
24 source "drivers/staging/most/sound/Kconfig"
26 source "drivers/staging/most/video/Kconfig"
28 source "drivers/staging/most/dim2/Kconfig"
30 source "drivers/staging/most/i2c/Kconfig"
[all …]
/kernel/linux/linux-5.10/drivers/staging/most/Documentation/
Ddriver_usage.txt4 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 …]
/kernel/linux/linux-5.10/drivers/staging/most/
DKconfig3 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/sound/Kconfig"
25 source "drivers/staging/most/video/Kconfig"
27 source "drivers/staging/most/dim2/Kconfig"
29 source "drivers/staging/most/i2c/Kconfig"
/kernel/linux/linux-5.10/drivers/most/
DKconfig2 menuconfig MOST config
3 tristate "MOST support"
7 Say Y here if you want to enable MOST support.
17 if MOST
/kernel/linux/linux-4.19/drivers/staging/most/sound/
Dsound.c19 #include <most/core.h>
56 void (*copy_fn)(void *alsa, void *most, unsigned int bytes);
107 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) in alsa_to_most_memcpy() argument
109 memcpy(most, alsa, bytes); in alsa_to_most_memcpy()
112 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy16() argument
114 swap_copy16(most, alsa, bytes); in alsa_to_most_copy16()
117 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy24() argument
119 swap_copy24(most, alsa, bytes); in alsa_to_most_copy24()
122 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy32() argument
124 swap_copy32(most, alsa, bytes); in alsa_to_most_copy32()
[all …]
/kernel/linux/linux-5.10/drivers/staging/most/sound/
Dsound.c20 #include <linux/most.h>
55 void (*copy_fn)(void *alsa, void *most, unsigned int bytes);
119 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) in alsa_to_most_memcpy() argument
121 memcpy(most, alsa, bytes); in alsa_to_most_memcpy()
124 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy16() argument
126 swap_copy16(most, alsa, bytes); in alsa_to_most_copy16()
129 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy24() argument
131 swap_copy24(most, alsa, bytes); in alsa_to_most_copy24()
134 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy32() argument
136 swap_copy32(most, alsa, bytes); in alsa_to_most_copy32()
[all …]
/kernel/linux/linux-5.10/include/dt-bindings/pwm/
Dpwm.h3 * 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
/kernel/linux/linux-4.19/include/dt-bindings/pwm/
Dpwm.h3 * 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
/kernel/linux/linux-5.10/include/dt-bindings/interrupt-controller/
Dirq.h3 * 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
/kernel/linux/linux-5.10/include/dt-bindings/mux/
Dmux.h3 * This header provides constants for most Multiplexer bindings.
5 * Most Multiplexer bindings specify an idle state. In most cases, the
/kernel/linux/linux-4.19/include/dt-bindings/interrupt-controller/
Dirq.h3 * 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
/kernel/linux/linux-4.19/include/dt-bindings/mux/
Dmux.h3 * This header provides constants for most Multiplexer bindings.
5 * Most Multiplexer bindings specify an idle state. In most cases, the
/kernel/linux/linux-5.10/include/dt-bindings/input/
Dinput.h3 * 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
/kernel/linux/linux-4.19/include/dt-bindings/input/
Dinput.h3 * 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
/kernel/linux/linux-5.10/Documentation/admin-guide/cifs/
Dintroduction.rst8 (SMB) protocol, the native file sharing mechanism for most early
12 security reaasons. All modern dialects, including the most recent,
19 do most Network Attached Storage vendors, so this network
24 The intent of this module is to provide the most advanced network
/kernel/linux/linux-5.10/net/netfilter/ipvs/
Dip_vs_lblcr.c26 * 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 …]
/kernel/linux/linux-4.19/net/netfilter/ipvs/
Dip_vs_lblcr.c31 * m <- {most conn node in serverSet[dest_ip]};
214 /* get weighted most-connection node in the destination set */
218 struct ip_vs_dest *dest, *most; in ip_vs_dest_set_max() local
226 most = e->dest; in ip_vs_dest_set_max()
227 if (atomic_read(&most->weight) > 0) { in ip_vs_dest_set_max()
228 moh = ip_vs_dest_conn_overhead(most); in ip_vs_dest_set_max()
234 /* find the destination with the weighted most load */ in ip_vs_dest_set_max()
241 (__s64)doh * atomic_read(&most->weight)) in ip_vs_dest_set_max()
243 most = dest; in ip_vs_dest_set_max()
251 IP_VS_DBG_ADDR(most->af, &most->addr), ntohs(most->port), in ip_vs_dest_set_max()
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/css_2401_system/host/
Dibuf_ctrl.c21 8, /* IBUF_CTRL0_ID supports at most 8 processes */
22 4, /* IBUF_CTRL1_ID supports at most 4 processes */
23 4 /* IBUF_CTRL2_ID supports at most 4 processes */
/kernel/linux/linux-4.19/include/dt-bindings/gpio/
Dgpio.h3 * 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
/kernel/linux/linux-5.10/include/dt-bindings/gpio/
Dgpio.h3 * 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

12345678910>>...217