Home
last modified time | relevance | path

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

12345678910>>...224

/OK3568_Linux_fs/kernel/drivers/staging/most/Documentation/ABI/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/staging/most/Documentation/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/staging/most/
H A 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"
/OK3568_Linux_fs/kernel/drivers/staging/most/sound/
H A 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 …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.memory-test1 The most frequent cause of problems when porting U-Boot to new
3 In most cases these are not caused by failing hardware, but by
24 Unfortunately, it is also the most problematic, and the most
44 areas used by U-Boot itself - on most systems these are the areas
55 cated. It should not be enabled in most normal ports of U-Boot,
59 3. The most thorough memory test facility is available as part of the
/OK3568_Linux_fs/kernel/drivers/most/
H A DKconfig2 menuconfig MOST config
3 tristate "MOST support"
7 Say Y here if you want to enable MOST support.
17 if MOST
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A 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 …]
/OK3568_Linux_fs/buildroot/package/most/
H A Dmost.mk3 # most
7 MOST_SITE = http://www.jedsoft.org/releases/most
22 $(INSTALL) -D -m 0755 $(@D)/src/objs/most $(TARGET_DIR)/usr/bin/most
H A Dmost.hash1 # From https://www.jedsoft.org/releases/most/
2 sha1 db811669a6b22c15478c957b439b5e4483ce1c95 most-5.1.0.tar.gz
4 sha256 db805d1ffad3e85890802061ac8c90e3c89e25afb184a794e03715a3ed190501 most-5.1.0.tar.gz
H A DConfig.in2 bool "most"
6 most is a powerful pager, including features like multi
12 https://www.jedsoft.org/most/
/OK3568_Linux_fs/kernel/drivers/staging/most/i2c/
H A Di2c.c16 #include <linux/most.h>
53 * configure_channel - called from MOST core to configure a channel
60 * Receives configuration information from MOST core and initialize the
109 * enqueue - called from MOST core to enqueue a buffer for data transfer
155 * poison_channel - called from MOST core to poison buffers of a channel
285 * Register the i2c client device as a MOST interface
327 pr_err("Failed to register i2c as a MOST interface\n"); in i2c_probe()
341 * Unregister the i2c client device as a MOST interface
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/
H A 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
/OK3568_Linux_fs/external/xserver/hw/xfree86/man/
H A Dxorg.conf.man18 Xorg(@appmansuffix@) manual pages. Most configuration file
228 Most strings (including
690 Most other module types are loaded automatically when they are needed via
698 The first and most commonly used form is an entry that uses the
880 The most commonly used input drivers are
942 input device will be bound to the area given in the matrix. In most
952 is accelerated or decelerated with respect to physical device motion. Most of
954 the most important acceleration options are discussed here.
979 times slower than normal. Most useful for high-resolution devices. A value
983 Allows to actually decelerate the pointer when going slow. At most, it will be
[all …]
/OK3568_Linux_fs/u-boot/include/dt-bindings/gpio/
H A Dgpio.h2 * This header provides constants for most GPIO bindings.
4 * Most GPIO bindings include a flags cell as part of the GPIO specifier.
5 * In most cases, the format of the flags cell uses the standard values
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dhwspinlock.rst100 Returns 0 when successful and an appropriate error code otherwise (most
115 Returns 0 when successful and an appropriate error code otherwise (most
132 Returns 0 when successful and an appropriate error code otherwise (most
149 Returns 0 when successful and an appropriate error code otherwise (most
165 Returns 0 when successful and an appropriate error code otherwise (most
183 Returns 0 on success and an appropriate error code otherwise (most
199 Returns 0 on success and an appropriate error code otherwise (most
216 Returns 0 on success and an appropriate error code otherwise (most
231 Returns 0 on success and an appropriate error code otherwise (most
244 Returns 0 on success and an appropriate error code otherwise (most
/OK3568_Linux_fs/u-boot/include/dt-bindings/pwm/
H A Dpwm.h2 * This header provides constants for most PWM bindings.
4 * Most PWM bindings can include a flags cell as part of the PWM specifier.
5 * In most cases, the format of the flags cell uses the standard values
/OK3568_Linux_fs/kernel/include/dt-bindings/pwm/
H A 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
/OK3568_Linux_fs/u-boot/include/dt-bindings/interrupt-controller/
H A Dirq.h2 * This header provides constants for most IRQ bindings.
4 * Most IRQ bindings include a flags cell as part of the IRQ specifier.
5 * In most cases, the format of the flags cell uses the standard values
/OK3568_Linux_fs/kernel/include/dt-bindings/mux/
H A Dmux.h3 * This header provides constants for most Multiplexer bindings.
5 * Most Multiplexer bindings specify an idle state. In most cases, the
/OK3568_Linux_fs/kernel/include/dt-bindings/interrupt-controller/
H A 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
/OK3568_Linux_fs/kernel/arch/powerpc/math-emu/
H A Dudivmodti4.c55 /* 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()
/OK3568_Linux_fs/buildroot/package/emlog/
H A DConfig.in6 the most recent (and only the most recent) output from a
10 space for keeping complete log files, but the most recent
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dinput.h2 * This header provides constants for most input bindings.
4 * Most input bindings include key code, matrix key code format.
5 * In most cases, key code and matrix key code format uses
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A 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

12345678910>>...224