| /linux/Documentation/ABI/testing/ |
| A D | sysfs-bus-most | 1 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 79 What: /sys/bus/most/devices/<dev>/dci/mep_hash0 87 What: /sys/bus/most/devices/<dev>/dci/mep_hash1 111 What: /sys/bus/most/devices/<dev>/dci/ni_state 143 What: /sys/bus/most/devices/<dev>/dci/sync_ep 152 What: /sys/bus/most/devices/<dev>/<channel>/ [all …]
|
| A D | sysfs-devices-soc | 57 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
|
| A D | debugfs-pfo-nx-crypto | 18 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/drivers/staging/most/Documentation/ABI/ |
| A D | sysfs-class-most.txt | 1 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 74 What: /sys/class/most/mostcore/devices/<mdev>/dci/arb_value 147 What: /sys/class/most/mostcore/devices/<mdev>/dci/ni_state 179 What: /sys/class/most/mostcore/devices/<mdev>/dci/sync_ep [all …]
|
| /linux/drivers/most/ |
| A D | most_snd.c | 55 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() 121 swap_copy24(most, alsa, bytes); in alsa_to_most_copy24() 126 swap_copy32(most, alsa, bytes); in alsa_to_most_copy32() 131 memcpy(alsa, most, bytes); in most_to_alsa_memcpy() 136 swap_copy16(alsa, most, bytes); in most_to_alsa_copy16() 141 swap_copy24(alsa, most, bytes); in most_to_alsa_copy24() [all …]
|
| A D | configfs.c | 598 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/ |
| A D | Kconfig | 21 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/ |
| A D | ip_vs_lblcr.c | 213 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/ |
| A D | introduction.rst | 8 (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/locking/ |
| A D | hwspinlock.rst | 100 Returns 0 when successful and an appropriate error code otherwise (most 115 Returns 0 when successful and an appropriate error code otherwise (most 132 Returns 0 when successful and an appropriate error code otherwise (most 149 Returns 0 when successful and an appropriate error code otherwise (most 165 Returns 0 when successful and an appropriate error code otherwise (most 183 Returns 0 on success and an appropriate error code otherwise (most 199 Returns 0 on success and an appropriate error code otherwise (most 216 Returns 0 on success and an appropriate error code otherwise (most 231 Returns 0 on success and an appropriate error code otherwise (most 244 Returns 0 on success and an appropriate error code otherwise (most
|
| A D | spinlocks.rst | 8 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/drivers/misc/eeprom/ |
| A D | Kconfig | 5 tristate "I2C EEPROMs / RAMs / ROMs from most vendors" 11 Enable this driver to get read/write support to most I2C EEPROMs 35 tristate "SPI EEPROMs (FRAMs) from most vendors" 40 Enable this driver to get read/write support to most SPI EEPROMs
|
| /linux/Documentation/devicetree/bindings/clock/ |
| A D | nvidia,tegra20-car.yaml | 17 CLKGEN provides the registers to program the PLLs. It controls most of 18 the clock source programming and most of the clock dividers.
|
| A D | nvidia,tegra124-car.yaml | 17 CLKGEN provides the registers to program the PLLs. It controls most of 18 the clock source programming and most of the clock dividers.
|
| /linux/Documentation/devicetree/bindings/reset/ |
| A D | reset.txt | 4 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/driver-api/ |
| A D | eisa.rst | 18 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/tools/testing/selftests/net/forwarding/ |
| A D | README | 9 (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/Documentation/userspace-api/media/v4l/ |
| A D | dev-mem2mem.rst | 32 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/timers/ |
| A D | timers-howto.rst | 8 This question is most often faced by driver writers who have to 9 deal with hardware delays and who may not be the most intimately 16 The first, and most important, question you need to ask is "Is my
|
| /linux/Documentation/driver-api/media/ |
| A D | rc-core.rst | 13 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/staging/ |
| A D | Kconfig | 10 interfaces that most likely will be changed in the near 77 source "drivers/staging/most/Kconfig"
|
| /linux/Documentation/driver-api/usb/ |
| A D | dma.rst | 11 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/Documentation/input/ |
| A D | gamepad.rst | 45 differently labeled on most devices so we define them as NORTH, 50 Different constellations, but most-times 2 buttons: SELECT - START 56 all devices have both or any, but they are present at most times. 160 space must correctly deal with any situation and choose the most appropriate
|
| /linux/Documentation/networking/device_drivers/wan/ |
| A D | z8530book.rst | 27 The PIO synchronous mode supports the most common Z8530 wiring. Here the 117 The way most drivers approach this particular problem is to create a 126 suitable handlers for most of the network device callbacks. See the 143 table is for the UK 'Kilostream' service and also happens to cover most 167 sk_buff) holding the data. The data includes the CRC bytes so most 214 internally maintained per interface statistics block. This provides most 223 most cases as the Z85230 in particular was designed to glue to PC type
|
| /linux/sound/pci/ |
| A D | fm801.c | 751 u8 data, clk, wren, most; member 756 { .data = 1, .clk = 3, .wren = 2, .most = 0, .name = "SF256-PCS" }, 757 { .data = 1, .clk = 0, .wren = 2, .most = 3, .name = "SF256-PCP" }, 758 { .data = 2, .clk = 0, .wren = 1, .most = 3, .name = "SF64-PCR" }, 792 if (reg & FM801_GPIO_GP(gpio.most)) in snd_fm801_tea575x_get_pins() 807 FM801_GPIO_GS(gpio.most); in snd_fm801_tea575x_set_direction() 820 FM801_GPIO_GD(gpio.most) | in snd_fm801_tea575x_set_direction() 822 FM801_GPIO_GP(gpio.most) | in snd_fm801_tea575x_set_direction()
|