Home
last modified time | relevance | path

Searched refs:most (Results 1 – 25 of 92) 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/most/
Dmost_snd.c55 void (*copy_fn)(void *alsa, void *most, unsigned int bytes);
109 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) in alsa_to_most_memcpy() argument
111 memcpy(most, alsa, bytes); in alsa_to_most_memcpy()
114 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy16() argument
116 swap_copy16(most, alsa, bytes); in alsa_to_most_copy16()
119 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy24() argument
121 swap_copy24(most, alsa, bytes); in alsa_to_most_copy24()
124 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy32() argument
126 swap_copy32(most, alsa, bytes); in alsa_to_most_copy32()
129 static void most_to_alsa_memcpy(void *alsa, void *most, unsigned int bytes) in most_to_alsa_memcpy() argument
[all …]
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/staging/most/
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"
/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 (FRAMs) 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
67 source "drivers/staging/most/Kconfig"
DMakefile25 obj-$(CONFIG_MOST) += most/
/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
147 It should work with most DEC 21*4*-based chips/ethercards, as well
/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/can/ifi_canfd/
DKconfig8 to the processor attached devices). The CAN_FD is most often
/drivers/net/dsa/mv88e6xxx/
DKconfig9 This driver adds support for most of the Marvell 88E6xxx models of
/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/rtl8723bs/
DTODO5 - 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/staging/pi433/
DKconfig17 If in doubt, say N here, but saying yes most probably won't hurt
/drivers/misc/cb710/
DKconfig19 This is an option for use by developers; most people should
/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/gpu/drm/amd/amdkfd/
DKconfig26 based memory management on most GFXv9 GPUs, set the module
/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/hwspinlock/
DKconfig52 found in most of the sun6i compatible Allwinner SoCs.
/drivers/media/usb/cx231xx/
DKconfig29 On most cases, all you need for IR is mceusb module.

1234