Home
last modified time | relevance | path

Searched refs:most (Results 1 – 25 of 90) 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/sound/
Dsound.c55 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()
139 static void most_to_alsa_memcpy(void *alsa, void *most, unsigned int bytes) in most_to_alsa_memcpy() argument
[all …]
/drivers/staging/most/
DKconfig21 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"
/drivers/most/
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()
/drivers/net/dsa/mv88e6xxx/
DKconfig9 This driver adds support for most of the Marvell 88E6xxx models of
20 It is required on most chips. If the chip you compile the support for
/drivers/misc/eeprom/
DKconfig5 tristate "I2C EEPROMs / RAMs / ROMs from most vendors"
12 Enable this driver to get read/write support to most I2C EEPROMs
36 tristate "SPI EEPROMs from most vendors"
41 Enable this driver to get read/write support to most SPI EEPROMs,
/drivers/staging/
DKconfig10 interfaces that most likely will be changed in the near
85 source "drivers/staging/most/Kconfig"
DMakefile34 obj-$(CONFIG_MOST) += most/
/drivers/net/can/ifi_canfd/
DKconfig8 to the processor attached devices). The CAN_FD is most often
/drivers/pcmcia/
Drsrc_nonstatic.c189 u_char *b, hole, most; in do_io_probe() local
200 for (i = base, most = 0; i < base+num; i += 8) { in do_io_probe()
209 if ((j == 8) && (++b[hole] > b[most])) in do_io_probe()
210 most = hole; in do_io_probe()
211 if (b[most] == 127) in do_io_probe()
227 if (inb(i+j) != most) in do_io_probe()
/drivers/net/ethernet/dec/tulip/
DKconfig24 cards, below. However, most people with a network card of this type
52 cards, above. However, most people with a network card of this type
162 It should work with most DEC 21*4*-based chips/ethercards, as well
/drivers/memstick/
DKconfig19 This is an option for use by developers; most people should
/drivers/ipack/
DKconfig14 large variety of functionality, they are most often found in
/drivers/staging/rtl8188eu/
DTODO7 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/drivers/scsi/mpt3sas/
DKconfig60 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this
72 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/pi433/
DKconfig17 If in doubt, say N here, but saying yes most probably won't hurt
/drivers/staging/rtl8723bs/
DTODO8 - 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/usb/roles/
DKconfig7 device - for a USB port (connector). In most cases dual-role capable
/drivers/mtd/ubi/
DKconfig44 as "1024 * (1 - MinNVB / MaxNVB)", which gives 20 for most NANDs
100 volumes in read-only mode (e.g., ext4), but it is probably most
/drivers/memstick/core/
DKconfig15 in most cases result in data corruption.
/drivers/net/arcnet/
DKconfig30 packet driver or most DOS/Windows ODI drivers. Please read the
43 packet driver or most DOS/Windows ODI drivers. RFC1201 is included
/drivers/net/usb/
DKconfig59 This driver is likely to work with most 10Mbps only USB Ethernet
158 a two-node link, or "eth0" for most CDC-Ethernet devices. Those
159 two-node links are most easily managed with Ethernet Bridging
466 used by most of the ARM Linux community with device controllers
575 cellular modem, as found on most Nokia handsets with the
608 command to the modem through its CDC ACM port, and most
/drivers/media/usb/cx231xx/
DKconfig28 On most cases, all you need for IR is mceusb module.

1234