Home
last modified time | relevance | path

Searched refs:most (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/Linux-v4.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
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
83 What: /sys/class/most/mostcore/devices/<mdev>/dci/mep_eui48_hi
[all …]
/Linux-v4.19/drivers/staging/most/
DKconfig20 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"
32 source "drivers/staging/most/usb/Kconfig"
/Linux-v4.19/drivers/staging/most/sound/
Dsound.c56 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()
127 static void most_to_alsa_memcpy(void *alsa, void *most, unsigned int bytes) in most_to_alsa_memcpy() argument
[all …]
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_lblcr.c218 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()
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()
252 atomic_read(&most->activeconns), in ip_vs_dest_set_max()
253 refcount_read(&most->refcnt), in ip_vs_dest_set_max()
254 atomic_read(&most->weight), moh); in ip_vs_dest_set_max()
[all …]
/Linux-v4.19/Documentation/filesystems/cifs/
Dcifs.txt4 (SMB) protocol, the native file sharing mechanism for most early
11 systems, as well as most Network Attached Storage vendors, so
15 The intent of this module is to provide the most advanced network
/Linux-v4.19/drivers/net/dsa/mv88e6xxx/
DKconfig8 This driver adds support for most of the Marvell 88E6xxx models of
19 It is required on most chips. If the chip you compile the support for
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-soc33 Read-only attribute supported by most SoCs. In the case of
40 Read-only attribute supported by most SoCs. Contains the SoC's
55 expected under most buses. /sys/bus/soc/devices is of particular
Ddebugfs-pfo-nx-crypto18 - The most recent non-zero return code from the H_COP_OP hcall. -EBUSY is not
22 - The process ID of the process who received the most recent error from the
/Linux-v4.19/drivers/misc/eeprom/
DKconfig4 tristate "I2C EEPROMs / RAMs / ROMs from most vendors"
9 Enable this driver to get read/write support to most I2C EEPROMs
33 tristate "SPI EEPROMs from most vendors"
37 Enable this driver to get read/write support to most SPI EEPROMs,
/Linux-v4.19/Documentation/devicetree/bindings/reset/
Dreset.txt4 internally in most IC (SoC, FPGA, ...) designs. Reset signals for whole
5 standalone chips are most likely better represented as GPIOs, although there
25 where it makes most sense to control it; this may be a bus node if all
/Linux-v4.19/tools/testing/selftests/net/forwarding/
DREADME9 (NETIF_F_NETNS_LOCAL) and most of them probably do not support the
49 o Tests that use anything but the most trivial topologies should include
/Linux-v4.19/Documentation/timers/
Dtimers-howto.txt7 This question is most often faced by driver writers who have to
8 deal with hardware delays and who may not be the most intimately
15 The first, and most important, question you need to ask is "Is my
/Linux-v4.19/Documentation/locking/
Dspinlocks.txt3 The most basic primitive for locking is spinlock.
26 spinlock for most things - using more than one spinlock can make things a
34 shared data structures _everywhere_ they are used. The spinlocks are most
83 NOTE! We are working hard to remove reader-writer spinlocks in most
92 are the most safe ones, and the ones that work under all circumstances,
/Linux-v4.19/Documentation/
Deisa.txt18 most EISA drivers are among the oldest Linux drivers so, as you can
23 - The bus code implements most of the generic code. It is shared
206 code (since probing is now in the core EISA code). Unfortunately, most
213 yet been probed. In fact, that's what happens most of the time (the
215 Unfortunately, most drivers are doing the probing by themselves, and
/Linux-v4.19/drivers/net/can/ifi_canfd/
DKconfig7 to the processor attached devices). The CAN_FD is most often
/Linux-v4.19/net/can/
DKconfig27 most cases where no higher level protocol is being used. The raw
39 You probably want to use the bcm socket in most cases where cyclic
/Linux-v4.19/Documentation/media/kapi/
Drc-core.rst11 Also, on most hardware, keeping a key pressed for more than a few dozens of
24 However, most of the remote controllers use infrared (IR) to transmit signals.
76 The Kernel has support for mapping tables available on most media
/Linux-v4.19/fs/cifs/
DKconfig20 (including support for the most recent, most secure dialect SMB3.1.1)
24 native file sharing mechanism for most early PC operating systems.
26 The SMB3 protocol is supported by most modern operating systems
86 Modern CIFS servers including Samba and most Windows versions
/Linux-v4.19/Documentation/networking/
Datm.txt1 In order to use anything but the most primitive functions of ATM,
/Linux-v4.19/sound/parisc/
DKconfig17 chip found in most GSC-based PA-RISC workstations. It's frequently
/Linux-v4.19/Documentation/driver-api/usb/
Ddma.rst11 The big picture is that USB drivers can continue to ignore most DMA issues,
69 On most systems the memory returned will be uncached, because the
92 DMA address space of the device. However, most buffers passed to your
135 calls (where the underlying DMA primitives have changed), most of them can
/Linux-v4.19/drivers/staging/rtlwifi/
DTODO5 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/Linux-v4.19/drivers/ipack/
DKconfig13 large variety of functionality, they are most often found in
/Linux-v4.19/drivers/memstick/
DKconfig18 This is an option for use by developers; most people should

12345678910>>...34