Home
last modified time | relevance | path

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

1234

/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
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 …]
/drivers/staging/most/
DKconfig15 source "drivers/staging/most/mostcore/Kconfig"
17 source "drivers/staging/most/aim-cdev/Kconfig"
19 source "drivers/staging/most/aim-network/Kconfig"
21 source "drivers/staging/most/aim-sound/Kconfig"
23 source "drivers/staging/most/aim-v4l2/Kconfig"
25 source "drivers/staging/most/hdm-dim2/Kconfig"
27 source "drivers/staging/most/hdm-i2c/Kconfig"
29 source "drivers/staging/most/hdm-usb/Kconfig"
/drivers/staging/most/aim-sound/
Dsound.c62 void (*copy_fn)(void *alsa, void *most, unsigned int bytes);
113 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) in alsa_to_most_memcpy() argument
115 memcpy(most, alsa, bytes); in alsa_to_most_memcpy()
118 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy16() argument
120 swap_copy16(most, alsa, bytes); in alsa_to_most_copy16()
123 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy24() argument
125 swap_copy24(most, alsa, bytes); in alsa_to_most_copy24()
128 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy32() argument
130 swap_copy32(most, alsa, bytes); in alsa_to_most_copy32()
133 static void most_to_alsa_memcpy(void *alsa, void *most, unsigned int bytes) in most_to_alsa_memcpy() argument
[all …]
DMakefile4 ccflags-y += -Idrivers/staging/most/mostcore/
/drivers/staging/most/hdm-usb/
DMakefile3 ccflags-y += -Idrivers/staging/most/mostcore/
4 ccflags-y += -Idrivers/staging/most/aim-network/
/drivers/staging/most/hdm-dim2/
DMakefile4 ccflags-y += -Idrivers/staging/most/mostcore/
5 ccflags-y += -Idrivers/staging/most/aim-network/
/drivers/net/dsa/mv88e6xxx/
DKconfig7 This driver adds support for most of the Marvell 88E6xxx models of
18 It is required on most chips. If the chip you compile the support for
/drivers/misc/eeprom/
DKconfig4 tristate "I2C EEPROMs / RAMs / ROMs from most vendors"
8 Enable this driver to get read/write support to most I2C EEPROMs
32 tristate "SPI EEPROMs from most vendors"
36 Enable this driver to get read/write support to most SPI EEPROMs,
/drivers/staging/most/hdm-i2c/
DMakefile3 ccflags-y += -Idrivers/staging/most/mostcore/
/drivers/staging/most/aim-network/
DMakefile4 ccflags-y += -Idrivers/staging/most/mostcore/
/drivers/staging/most/aim-cdev/
DMakefile4 ccflags-y += -Idrivers/staging/most/mostcore/
/drivers/staging/most/aim-v4l2/
DMakefile5 ccflags-y += -Idrivers/staging/most/mostcore/
/drivers/staging/
DKconfig10 interfaces that most likely will be changed in the near
99 source "drivers/staging/most/Kconfig"
DMakefile40 obj-$(CONFIG_MOST) += most/
/drivers/net/can/ifi_canfd/
DKconfig7 to the processor attached devices). The CAN_FD is most often
/drivers/pcmcia/
Drsrc_nonstatic.c192 u_char *b, hole, most; in do_io_probe() local
203 for (i = base, most = 0; i < base+num; i += 8) { in do_io_probe()
212 if ((j == 8) && (++b[hole] > b[most])) in do_io_probe()
213 most = hole; in do_io_probe()
214 if (b[most] == 127) in do_io_probe()
230 if (inb(i+j) != most) in do_io_probe()
/drivers/net/ethernet/dec/tulip/
DKconfig23 cards, below. However, most people with a network card of this type
51 cards, above. However, most people with a network card of this type
161 It should work with most DEC 21*4*-based chips/ethercards, as well
/drivers/ipack/
DKconfig13 large variety of functionality, they are most often found in
/drivers/memstick/
DKconfig18 This is an option for use by developers; most people should
/drivers/mmc/
DKconfig19 This is an option for use by developers; most people should
/drivers/scsi/mpt3sas/
DKconfig59 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this
71 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this
/drivers/misc/cb710/
DKconfig19 This is an option for use by developers; most people should
/drivers/staging/rtl8188eu/
DTODO7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/drivers/gpu/drm/omapdrm/
DTODO6 . This is mainly theoretical since most of these devices don't actually
/drivers/staging/slicoss/
DTODO15 looks like most aren't really useful

1234