Home
last modified time | relevance | path

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

12345678910>>...36

/linux/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 …]
H A Dsysfs-devices-soc57 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
H A 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
H A Dsysfs-class-bdi69 most of the write-back cache. For example in case of an NFS
82 one device taking all or most of the write-back cache. For example
110 most of the write-back cache. For example in case of an NFS
/linux/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
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/drivers/most/
H A Dmost_snd.c57 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()
131 static void most_to_alsa_memcpy(void *alsa, void *most, unsigned int bytes) in most_to_alsa_memcpy() argument
[all …]
H A Dconfigfs.c598 struct most_snd_grp *most; in most_sound_make_group() local
602 list_for_each_entry(most, &ms->soundcard_list, list) { in most_sound_make_group()
603 if (!most->create_card) { in most_sound_make_group()
610 most = kzalloc(sizeof(*most), GFP_KERNEL); in most_sound_make_group()
611 if (!most) { in most_sound_make_group()
615 config_group_init_type_name(&most->group, name, &most_snd_grp_type); in most_sound_make_group()
616 list_add_tail(&most->list, &ms->soundcard_list); in most_sound_make_group()
617 return &most->group; in most_sound_make_group()
/linux/drivers/staging/most/
H A DKconfig21 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/net/netfilter/ipvs/
H A Dip_vs_lblcr.c213 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()
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()
247 atomic_read(&most->activeconns), in ip_vs_dest_set_max()
248 refcount_read(&most->refcnt), in ip_vs_dest_set_max()
249 atomic_read(&most->weight), moh); in ip_vs_dest_set_max()
[all …]
/linux/Documentation/admin-guide/cifs/
H A Dintroduction.rst8 (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/Documentation/usb/
H A Dfunctionfs-desc.rst20 most recent interface descriptor determines what type of class-specific
27 most recent interface descriptor. The following are some of the
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-luma.rst14 - In all the tables that follow, bit 7 is the most significant bit in a byte.
207 leaves the 6 most significant bits of the last byte padded with 0.
211 its padding located in the most significant bits of the 16 bit word.
H A Ddev-mem2mem.rst32 One of the most common memory-to-memory device is the codec. Codecs
33 are more complicated than most and require additional setup for
/linux/Documentation/locking/
H A Dhwspinlock.rst111 Returns 0 when successful and an appropriate error code otherwise (most
126 Returns 0 when successful and an appropriate error code otherwise (most
143 Returns 0 when successful and an appropriate error code otherwise (most
160 Returns 0 when successful and an appropriate error code otherwise (most
176 Returns 0 when successful and an appropriate error code otherwise (most
194 Returns 0 on success and an appropriate error code otherwise (most
210 Returns 0 on success and an appropriate error code otherwise (most
227 Returns 0 on success and an appropriate error code otherwise (most
242 Returns 0 on success and an appropriate error code otherwise (most
255 Returns 0 on success and an appropriate error code otherwise (most
H A Dspinlocks.rst8 The most basic primitive for locking is spinlock::
33 spinlock for most things - using more than one spinlock can make things a
41 shared data structures **everywhere** they are used. The spinlocks are most
91 NOTE! We are working hard to remove reader-writer spinlocks in most
101 are the most safe ones, and the ones that work under all circumstances,
/linux/Documentation/devicetree/bindings/reset/
H A 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/Documentation/arch/arm/google/
H A Dchromebook-boot-flow.rst35 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/Documentation/filesystems/bcachefs/
H A DCodingStyle.rst14 The code that you are afraid to touch is the code most in need of refactoring.
23 Assertions are one of our most important tools for writing reliable code. If in
73 The most important tool for introspection is the humble pretty printer - in
104 When debugging, try to get the most out of every bug you come across; don't
127 person most able to improve the tools to make debugging quick and easy.
159 The question of what's likely to be useful is where junior developers most
171 The most important tools (besides the compiler and our text editor) are the
/linux/Documentation/driver-api/
H A Deisa.rst18 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
H A Dindex.rst17 of interest to most developers working on device drivers.
33 of interest to most developers working on device drivers.
/linux/Documentation/driver-api/media/
H A Drc-core.rst13 Also, on most hardware, keeping a key pressed for more than a few dozens of
26 However, most of the remote controllers use infrared (IR) to transmit signals.
78 The Kernel has support for mapping tables available on most media
/linux/drivers/net/can/ifi_canfd/
H A DKconfig8 to the processor attached devices). The CAN_FD is most often
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-pm8916.dtsi4 * that apply to most devices that make use of the MSM8916 SoC and PM8916 PMIC.
108 regulator-always-on; /* Needed for most digital I/O */
H A Dmsm8939-pm8916.dtsi4 * that apply to most devices that make use of the MSM8939 SoC and PM8916 PMIC.
86 regulator-always-on; /* Needed for most digital I/O */
H A Dmsm8929-pm8916.dtsi4 * that apply to most devices that make use of the MSM8929 SoC and PM8916 PMIC.
86 regulator-always-on; /* Needed for most digital I/O */

12345678910>>...36