Home
last modified time | relevance | path

Searched refs:multi (Results 1 – 200 of 286) sorted by relevance

12

/linux-4.4.14/drivers/tty/serial/8250/
Dserial_cs.c73 int multi; /* 1 = multifunction, > 1 = # ports */ member
83 int multi; member
138 if (info->multi > 1) in quirk_config_nokia()
139 info->multi = 1; in quirk_config_nokia()
183 if (info->multi) in quirk_config_socket()
191 .multi = -1,
196 .multi = -1,
201 .multi = -1,
206 .multi = 2,
210 .multi = 4,
[all …]
DKconfig15 port for anything. (Note that the Cyclades multi serial port driver
130 multi-function Ethernet/modem cards. (PCMCIA- or PC-cards are
146 via hot-plug, or any ISA multi-port serial cards.
/linux-4.4.14/scripts/
DMakefile.lib50 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
51 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m))))
52 multi-used := $(multi-used-y) $(multi-used-m)
53 single-used-m := $(sort $(filter-out $(multi-used-m),$(obj-m)))
57 multi-objs-y := $(foreach m, $(multi-used-y), $($(m:.o=-objs)) $($(m:.o=-y)))
58 multi-objs-m := $(foreach m, $(multi-used-m), $($(m:.o=-objs)) $($(m:.o=-y)))
59 multi-objs := $(multi-objs-y) $(multi-objs-m)
66 obj-dirs := $(dir $(multi-objs) $(obj-y))
85 multi-used-y := $(addprefix $(obj)/,$(multi-used-y))
86 multi-used-m := $(addprefix $(obj)/,$(multi-used-m))
[all …]
DMakefile.build140 $(multi-objs-m) : modname = $(modname-multi)
141 $(multi-objs-m:.o=.i) : modname = $(modname-multi)
142 $(multi-objs-m:.o=.s) : modname = $(modname-multi)
143 $(multi-objs-m:.o=.lst) : modname = $(modname-multi)
144 $(multi-objs-y) : modname = $(modname-multi)
145 $(multi-objs-y:.o=.i) : modname = $(modname-multi)
146 $(multi-objs-y:.o=.s) : modname = $(modname-multi)
147 $(multi-objs-y:.o=.lst) : modname = $(modname-multi)
386 $(multi-used-y): FORCE
388 $(call multi_depend, $(multi-used-y), .o, -objs -y)
[all …]
/linux-4.4.14/drivers/media/tuners/
Dfc0012.c139 unsigned char reg[7], am, pm, multi, tmp; in fc0012_set_params() local
166 multi = 96; in fc0012_set_params()
170 multi = 64; in fc0012_set_params()
174 multi = 48; in fc0012_set_params()
178 multi = 32; in fc0012_set_params()
182 multi = 24; in fc0012_set_params()
186 multi = 16; in fc0012_set_params()
190 multi = 12; in fc0012_set_params()
194 multi = 8; in fc0012_set_params()
198 multi = 6; in fc0012_set_params()
[all …]
Dfc0013.c231 unsigned char reg[7], am, pm, multi, tmp; in fc0013_set_params() local
316 multi = 96; in fc0013_set_params()
320 multi = 64; in fc0013_set_params()
324 multi = 48; in fc0013_set_params()
328 multi = 32; in fc0013_set_params()
332 multi = 24; in fc0013_set_params()
336 multi = 16; in fc0013_set_params()
340 multi = 12; in fc0013_set_params()
344 multi = 8; in fc0013_set_params()
348 multi = 6; in fc0013_set_params()
[all …]
/linux-4.4.14/sound/soc/ux500/
Dux500_msp_dai.c37 struct msp_multichannel_config *multi = in setup_pcm_multichan() local
43 multi->tx_multichannel_enable = true; in setup_pcm_multichan()
44 multi->rx_multichannel_enable = true; in setup_pcm_multichan()
45 multi->rx_comparison_enable_mode = MSP_COMPARISON_DISABLED; in setup_pcm_multichan()
47 multi->tx_channel_0_enable = drvdata->tx_mask; in setup_pcm_multichan()
48 multi->tx_channel_1_enable = 0; in setup_pcm_multichan()
49 multi->tx_channel_2_enable = 0; in setup_pcm_multichan()
50 multi->tx_channel_3_enable = 0; in setup_pcm_multichan()
52 multi->rx_channel_0_enable = drvdata->rx_mask; in setup_pcm_multichan()
53 multi->rx_channel_1_enable = 0; in setup_pcm_multichan()
[all …]
/linux-4.4.14/sound/pci/ctxfi/
Dctresource.c28 unsigned int multi, unsigned int *ridx) in get_resource() argument
33 for (i = 0, n = multi; i < amount; i++) { in get_resource()
37 n = multi; in get_resource()
50 for (n = multi; n > 0; n--) { in get_resource()
62 static int put_resource(u8 *rscs, unsigned int multi, unsigned int idx) in put_resource() argument
67 for (n = multi, i = idx; n > 0; n--) { in put_resource()
Dctatc.c260 desc.multi = apcm->substream->runtime->channels; in atc_pcm_playback_prepare()
387 max_cisz = src->multi * src->rsc.msr; in atc_pcm_playback_start()
448 max_cisz = src->multi * src->rsc.msr; in atc_pcm_playback_position()
516 int multi, err, i; in atc_pcm_capture_get_resources() local
526 multi = apcm->substream->runtime->channels; in atc_pcm_capture_get_resources()
533 n_sum = (1 == multi) ? 1 : 0; in atc_pcm_capture_get_resources()
536 if ((multi > 1) && (0x8000000 >= pitch)) { in atc_pcm_capture_get_resources()
539 n_amixer += multi * atc->msr; in atc_pcm_capture_get_resources()
540 n_srcimp += multi * atc->msr; in atc_pcm_capture_get_resources()
542 n_srcimp += multi; in atc_pcm_capture_get_resources()
[all …]
Dctsrc.h53 unsigned char multi; member
81 unsigned char multi; member
Dctsrc.c246 hw->src_set_ilsz(src->rsc.ctrl_blk, src->multi - 1); in src_default_config_memrd()
367 n = (MEMRD == desc->mode) ? desc->multi : 1; in src_rsc_init()
375 p->multi = (0 == i) ? desc->multi : 1; in src_rsc_init()
401 n = (MEMRD == src->mode) ? src->multi : 1; in src_rsc_uninit()
405 p->multi = 0; in src_rsc_uninit()
428 err = mgr_get_resource(&mgr->mgr, desc->multi, &idx); in get_src_rsc()
441 src = kcalloc(desc->multi, sizeof(*src), GFP_KERNEL); in get_src_rsc()
463 mgr_put_resource(&mgr->mgr, desc->multi, idx); in get_src_rsc()
478 mgr_put_resource(&mgr->mgr, src->multi, in put_src_rsc()
/linux-4.4.14/Documentation/filesystems/
Ddevpts.txt12 IOW, devpts now supports both single-instance and multi-instance semantics.
30 the mount is considered to be in the multi-instance mode and a new instance
33 /dev/pts/ptmx node is present. To effectively use the multi-instance mode,
57 In multi-instance mode (i.e '-o newinstance' mount option is specified at least
63 2. To effectively use multi-instance mode (i.e -o newinstance is specified)
79 multi-instance mounts similarly.
88 4. If multi-instance mode mount is needed for containers, but the system
100 When all devpts mounts are multi-instance, /dev/ptmx can permanently be
103 5. A multi-instance mount that is not accompanied by the /dev/ptmx to
Dext4.txt87 * improved file allocation (multi-block alloc)
302 multi-threaded, synchronous workloads on very
356 within internal data structures. This allows multi-
Dromfs.txt73 Every multi byte value (32 bit words, I'll use the longwords term from
Dbtrfs.txt98 can be avoided. Especially useful when trying to mount a multi-device
Daffs.txt33 The muFS (multi user File System) equivalents of the above file systems
Dautofs4-mount-control.txt70 them multi-mount map entries).
382 a mountpoint or contains a mount, such as a multi-mount without a root
/linux-4.4.14/tools/perf/bench/
Dfutex-lock-pi.c28 static bool silent = false, multi = false; variable
41 OPT_BOOLEAN( 'M', "multi", &multi, "Use multiple futexes"),
119 if (multi) { in create_threads()
208 if (multi) in bench_futex_lock_pi()
/linux-4.4.14/Documentation/video4linux/
DCARDLIST.tuner23 tuner=22 - Temic PAL/SECAM multi (4046 FM5)
25 tuner=24 - Philips PAL/SECAM multi (FQ1216ME)
39 tuner=38 - Philips PAL/SECAM multi (FM1216ME MK3)
57 tuner=56 - Philips PAL/SECAM multi (FQ1216AME MK4)
79 tuner=79 - Philips PAL/SECAM multi (FM1216 MK5)
Dfimc.txt88 At the capture and mem-to-mem video nodes only the multi-planar API is
/linux-4.4.14/drivers/ata/
Dpata_sil680.c172 u16 multi, ultra; in sil680_set_dmamode() local
176 pci_read_config_word(pdev, ma, &multi); in sil680_set_dmamode()
187 multi = 0x10C1; in sil680_set_dmamode()
191 multi = dma_table[adev->dma_mode - XFER_MW_DMA_0]; in sil680_set_dmamode()
195 pci_write_config_word(pdev, ma, multi); in sil680_set_dmamode()
/linux-4.4.14/drivers/media/dvb-frontends/drx39xyj/
Ddrx_dap_fasi.h204 #error DRXDAP_MAX_WCHUNKSIZE must be at least 5 in multi master mode
212 #error DRXDAP_MAX_WCHUNKSIZE must be at least 7 in multi master mode
/linux-4.4.14/net/netfilter/ipset/
Dip_set_hash_gen.h47 tune_ahash_max(u8 curr, u32 multi) in tune_ahash_max() argument
51 if (multi < curr) in tune_ahash_max()
61 #define TUNE_AHASH_MAX(h, multi) \ argument
62 ((h)->ahash_max = tune_ahash_max((h)->ahash_max, multi))
65 #define TUNE_AHASH_MAX(h, multi) argument
716 u32 key, multi = 0; in mtype_add() local
756 if (mtype_data_equal(data, d, &multi)) { in mtype_add()
792 TUNE_AHASH_MAX(h, multi); in mtype_add()
861 u32 key, multi = 0; in mtype_del() local
875 if (!mtype_data_equal(data, d, &multi)) in mtype_del()
[all …]
Dip_set_hash_netiface.c72 u32 *multi) in hash_netiface4_data_equal() argument
76 (++*multi) && in hash_netiface4_data_equal()
298 u32 *multi) in hash_netiface6_data_equal() argument
302 (++*multi) && in hash_netiface6_data_equal()
Dip_set_hash_ipmark.c53 u32 *multi) in hash_ipmark4_data_equal() argument
176 u32 *multi) in hash_ipmark6_data_equal() argument
Dip_set_hash_ip.c54 u32 *multi) in hash_ip4_data_equal() argument
179 u32 *multi) in hash_ip6_data_equal() argument
Dip_set_hash_ipport.c57 u32 *multi) in hash_ipport4_data_equal() argument
212 u32 *multi) in hash_ipport6_data_equal() argument
Dip_set_hash_net.c57 u32 *multi) in hash_net4_data_equal() argument
223 u32 *multi) in hash_net6_data_equal() argument
Dip_set_hash_mac.c47 u32 *multi) in hash_mac4_data_equal() argument
Dip_set_hash_ipportip.c56 u32 *multi) in hash_ipportip4_data_equal() argument
220 u32 *multi) in hash_ipportip6_data_equal() argument
Dip_set_hash_netnet.c61 u32 *multi) in hash_netnet4_data_equal() argument
291 u32 *multi) in hash_netnet6_data_equal() argument
Dip_set_hash_netport.c67 u32 *multi) in hash_netport4_data_equal() argument
279 u32 *multi) in hash_netport6_data_equal() argument
Dip_set_hash_ipportnet.c69 u32 *multi) in hash_ipportnet4_data_equal() argument
318 u32 *multi) in hash_ipportnet6_data_equal() argument
Dip_set_hash_netportnet.c66 u32 *multi) in hash_netportnet4_data_equal() argument
340 u32 *multi) in hash_netportnet6_data_equal() argument
/linux-4.4.14/Documentation/hwmon/
Dfam15h_power37 On multi-node processors the calculated value is for the entire
39 attributes only for internal node0 of a multi-node processor.
Ducd920025 UCD9248 are multi-rail, multi-phase synchronous buck digital PWM controllers
Dds162183 also pin compatible with the DS1621 and provide multi-resolution support.
115 As mentioned above, the DS1631, DS1721, and DS1731 provide multi-resolution
Dasc762164 Intel configuration. This would be useful in multi-CPU systems with
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/
Dkeystone-navigator-qmss.txt5 multi-core Navigator. QMSS consist of queue managers, packed-data structure
82 -- multi-queue : Optional property to specify that the channel has to
186 multi-queue;
193 multi-queue;
199 multi-queue;
205 multi-queue;
Dkeystone-navigator-dma.txt31 - ti,navigator-cloud-address: Should contain base address for the multi-core
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Drenesas,mtu2.txt3 The MTU2 is a multi-purpose, multi-channel timer/counter with configurable
Drenesas,cmt.txt3 The CMT is a multi-channel 16/32/48-bit timer/counter with configurable clock
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-intel_th-devices-msc13 - "multi", for multiblock mode;
24 Description: (RW) Configure MSC buffer size for "single" or "multi" modes.
Dsysfs-devices-system-cpu246 level: the cache hierarchy in the multi-level cache configuration
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dfsl-usb.txt9 - compatible : Should be "fsl-usb2-mph" for multi port host USB
14 - phy_type : For multi port host USB controllers, should be one of
45 Example multi port host USB controller device node :
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dfsl-upm-nand.txt13 - fsl,upm-addr-line-cs-offsets : address offsets for multi-chip support.
16 (R/B#). For multi-chip devices, "n" GPIO definitions are required
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio-Controls.txt11 jack-retasking of multi-I/O jacks.
54 when the pin is a multi-I/O jack for surround channels.
61 An enum control to re-task the multi-I/O jacks for surround outputs.
111 jack-retasking of multi-I/O jacks.
DCMIPCI.txt12 DACs, both streams are handled independently unlike the 4/6ch multi-
61 The recent CM8738 chips support for the 4/6 multi-channel playback
64 When the multi-channel is supported, the driver name has a suffix
71 channels. Since the multi-channel playback mode uses both DACs, you
DHD-Audio-Models.txt40 dell-headset-multi Headset jack, which can also be used as mic-in
58 dell-headset-multi Headset jack, which can also be used as mic-in
DREADME.maya4442 - The level meters ("multi track") in 'alsamixer' do not seem to react to signals in (if this is a …
/linux-4.4.14/tools/perf/Documentation/
Dperf-bench.txt78 Be multi thread instead of multi process
98 % perf bench sched messaging -t -g 20 # be multi-thread, with 20 groups
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dfsl-fec.txt20 hw multi queues. Should specify the tx queue number, otherwise set tx queue
23 hw multi queues. Should specify the rx queue number, otherwise set rx queue
/linux-4.4.14/net/ipv4/
Digmp.c2070 if (i->multi.imr_multiaddr.s_addr == addr && in ip_mc_join_group()
2071 i->multi.imr_ifindex == ifindex) in ip_mc_join_group()
2082 memcpy(&iml->multi, imr, sizeof(*imr)); in ip_mc_join_group()
2102 return ip_mc_del_src(in_dev, &iml->multi.imr_multiaddr.s_addr, in ip_mc_leave_src()
2105 err = ip_mc_del_src(in_dev, &iml->multi.imr_multiaddr.s_addr, in ip_mc_leave_src()
2136 if (iml->multi.imr_multiaddr.s_addr != group) in ip_mc_leave_group()
2139 if (iml->multi.imr_ifindex != ifindex) in ip_mc_leave_group()
2142 iml->multi.imr_address.s_addr) in ip_mc_leave_group()
2193 if ((pmc->multi.imr_multiaddr.s_addr == in ip_mc_source()
2195 (pmc->multi.imr_ifindex == imr.imr_ifindex)) in ip_mc_source()
[all …]
/linux-4.4.14/drivers/ide/
Dsiimage.c306 u16 ultra = 0, multi = 0; in sil_set_dma_mode() local
317 multi = sil_ioread16(dev, ma); in sil_set_dma_mode()
327 multi = dma[2]; in sil_set_dma_mode()
332 multi = dma[speed - XFER_MW_DMA_0]; in sil_set_dma_mode()
337 sil_iowrite16(dev, multi, ma); in sil_set_dma_mode()
/linux-4.4.14/Documentation/input/
Dbcm5974.txt18 This driver adds support for the multi-touch trackpad on the new Apple
36 The Apple multi-touch trackpads report both mouse and keyboard events via
Dntrig.txt6 This driver provides support for N-Trig pen and multi-touch sensors. Single
7 and multi-touch events are translated to the appropriate protocols for
65 With the release of the early multi-touch firmwares it became increasingly
72 are still active. Drops in the multi-touch context require additional
Devent-codes.txt86 multi-touch-protocol.txt document for more information.
148 be used to emit these codes. Please see multi-touch-protocol.txt for details.
179 multi-touch-protocol.txt for details.
305 The guidelines below ensure proper single-touch and multi-finger functionality.
306 For multi-touch functionality, see the multi-touch-protocol.txt document for
332 on the trackpad. Where multi-finger support is available, BTN_TOOL_<name> should
Dmulti-touch-protocol.txt9 In order to utilize the full power of the new multi-touch and multi-user
12 document describes the multi-touch (MT) protocol which allows kernel
41 All drivers mark the end of a multi-touch transfer by calling the usual
/linux-4.4.14/fs/fscache/
DKconfig23 multi-CPU system these may be on cachelines that keep bouncing
40 and on a multi-CPU system these may be on cachelines that keep
/linux-4.4.14/drivers/bus/
Domap_l3_smx.c159 u8 multi = error & L3_ERROR_LOG_MULTI; in omap3_l3_block_irq() local
165 multi ? "Multiple Errors" : "", address); in omap3_l3_block_irq()
/linux-4.4.14/sound/parisc/
DKconfig18 provided as part of the Lasi multi-function IC.
/linux-4.4.14/Documentation/block/
Dnull_blk.txt60 defaults to 1 on single-queue and bio-based instances. For multi-queue,
71 1: The multi-queue block layer is instantiated with a hardware dispatch
Dpr.txt17 a power loss and cover all connections in a multi path environment.
Dbiodoc.txt58 2.2 The bio struct in detail (multi-page io unit)
487 become possible. The pagebuf abstraction layer from SGI also uses multi-page
560 except that since we have multi-segment bios, current_nr_sectors refers
656 need to be reorganized to support multi-segment bios.
693 request can be kicked of) as before. With the introduction of multi-page
823 maps the array to one or more multi-page bios, issuing submit_bio() to
846 Andrew Morton's multi-page bio patches attempt to issue multi-page
876 TBD: In order for this to work, some changes are needed in the way multi-page
1036 multi-page bios being queued in one shot, we may not need to wait to merge
1094 clustered requests, multi-page bios, etc for the driver.
/linux-4.4.14/Documentation/devicetree/bindings/c6x/
Dtimer64.txt17 - ti,core-mask: on multi-core SoCs, bitmask of cores allowed to use this timer.
/linux-4.4.14/arch/mips/netlogic/
DKconfig54 bool "Support for multi-chip boards"
65 In the multi-node case, specify the number of SoCs on the board.
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/nintendo/
Dgamecube.txt7 This node represents the multi-function "Flipper" chip, which packages
102 Represents the multi-channel SPI-like interface.
Dwii.txt16 This node represents the multi-function "Hollywood" chip, which packages
92 Represents the multi-channel SPI-like interface.
/linux-4.4.14/Documentation/fb/
Dviafb.txt167 2. SAMM stands for single adapter multi monitors. It is different from
168 multi-head since SAMM support multi monitor at driver layers, thus fbcon
176 viafb doesn't support multi-head well, or it will cause screen crush.
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmax77802.txt1 Maxim MAX77802 multi-function device
Dmax77686.txt1 Maxim MAX77686 multi-function device
Dmax8998.txt1 * Maxim MAX8998, National/TI LP3974 multi-function device
3 The Maxim MAX8998 is a multi-function device which includes voltage/current
Dqcom-pm8xxx.txt1 Qualcomm PM8xxx PMIC multi-function devices
Dqcom,spmi-pmic.txt1 Qualcomm SPMI PMICs multi-function device bindings
Ds2mpa01.txt4 The Samsung S2MPA01 is a multi-function device which includes high
Dtc3589x.txt1 * Toshiba TC3589x multi-purpose expander
Ds2mps11.txt4 The Samsung S2MPS11 is a multi-function device which includes voltage and
Dmax77693.txt1 Maxim MAX77693 multi-function device
/linux-4.4.14/drivers/usb/gadget/legacy/
DMakefile18 g_multi-y := multi.o
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dcoda.txt1 Chips&Media Coda multi-standard codec IP
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmaxim,max77686.txt3 This is a part of device tree bindings of MAX77686 multi-function device.
Dmaxim,max77802.txt3 This is a part of device tree bindings of MAX77802 multi-function device.
/linux-4.4.14/net/mac80211/
Dkey.h148 bool uni, bool multi);
Dkey.c255 int idx, bool uni, bool multi) in __ieee80211_set_default_key() argument
270 if (multi) in __ieee80211_set_default_key()
277 bool uni, bool multi) in ieee80211_set_default_key() argument
280 __ieee80211_set_default_key(sdata, idx, uni, multi); in ieee80211_set_default_key()
/linux-4.4.14/Documentation/acpi/apei/
Doutput_format.txt78 unknown | no error | single-bit ECC | multi-bit ECC | \
79 single-symbol chipkill ECC | multi-symbol chipkill ECC | master abort | \
/linux-4.4.14/drivers/iio/dac/
DKconfig9 tristate "Analog Devices AD5064 and similar multi-channel DAC driver"
24 AD5362, AD5363, AD5370, AD5371, AD5373 multi-channel
37 AD5382, AD5383, AD5384, AD5390, AD5391, AD5392 multi-channel
/linux-4.4.14/sound/pci/hda/
Dpatch_analog.c832 .multi = { 0, 0, 0 }, in ad1988_add_spdif_mux_ctl()
838 .multi = { 0, 1, 0, 0 }, in ad1988_add_spdif_mux_ctl()
844 .multi = { 0, 1, 0, 0 }, in ad1988_add_spdif_mux_ctl()
850 .multi = { 0, 1, 0, 0 }, in ad1988_add_spdif_mux_ctl()
Dhda_generic.h47 unsigned char multi[MAX_NID_PATH_DEPTH]; member
/linux-4.4.14/fs/cachefiles/
DKconfig34 and on a multi-CPU system these may be on cachelines that keep
/linux-4.4.14/Documentation/misc-devices/
Disl2900318 I2C multi-function control and monitoring capabilities. The internal ADC
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Datmel,at91-pinctrl.txt18 such as pull-up, multi drive, etc.
90 MULTIDRIVE (1 << 1): indicate this pin needs to be configured as multi-drive.
Dmarvell,mvebu-pinctrl.txt3 The pinctrl driver enables Marvell SoCs to configure the multi-purpose pins
Dpinctrl-st.txt3 Each multi-function pin is controlled, driven and routed through the
/linux-4.4.14/drivers/net/ethernet/3com/
D3c589_cs.c243 int ret, i, j, multi = 0, fifo; in tc589_config() local
255 multi = (link->card_id == PRODID_3COM_3C562); in tc589_config()
261 if (multi && (j & 0x80)) in tc589_config()
324 (multi ? "562" : "589"), dev->base_addr, dev->irq, in tc589_config()
/linux-4.4.14/include/linux/
Digmp.h63 struct ip_mreqn multi; member
/linux-4.4.14/Documentation/networking/
Dsctp.txt8 transparent multi-homing, and multiple ordered streams of messages.
Ddctcp.txt6 the data center network to provide multi-bit feedback to the end hosts.
Dscaling.txt9 multi-processor systems.
24 (multi-queue). On reception, a NIC can send different packets to different
50 The driver for a multi-queue capable NIC typically provides a kernel
160 For a multi-queue system, if RSS is configured so that a hardware
317 For a multi-queue device, the rps_flow_cnt for each queue might be
368 which transmit queue to use when transmitting a packet on a multi-queue
415 has no effect, since there is no choice in this case. In a multi-queue
Digb.txt78 Wake On LAN is only supported on port A of multi-port adapters.
Dcan.txt424 provided by the multi user SocketCAN approach, some reasonable
528 To meet multi user needs the local loopback is enabled by default
541 frames' CAN-ID on this given interface to meet the multi user
958 controller and have to be identified as not feasible in a multi-user
961 filter on driver level would affect all users in the multi-user
/linux-4.4.14/drivers/net/hippi/
DKconfig11 can run over copper (25m) or fiber (300m on multi-mode or 10km on
/linux-4.4.14/scripts/kconfig/
Dzconf.l187 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Data_defs.h114 unsigned int multi : 1; member
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dmax77686.txt3 This is a part of the device tree bindings of MAX77686 multi-function device.
Dmax77802.txt3 This is a part of device tree bindings of MAX77802 multi-function device.
Dmax8997-regulator.txt3 The Maxim MAX8997 is a multi-function device which includes voltage and
Ds5m8767-regulator.txt3 The Samsung S5M8767 is a multi-function device which includes voltage and
/linux-4.4.14/drivers/clk/
DKconfig59 multi-function devices have two fixed-rate oscillators,
124 clock. These multi-function devices have two (S2MPS14) or three
/linux-4.4.14/Documentation/
Dhsi.txt42 multi-port controllers and provides a generic API for using the HSI ports.
Dvfio.txt53 For instance, an individual device may be part of a larger multi-
57 could be anything from a multi-function PCI device with backdoors
312 error recovery. A PE may be a single or multi-function IOA (IO Adapter), a
313 function of a multi-function IOA, or multiple IOAs (possibly including switch
493 possible for multi-function devices to have backdoors between
497 IOMMU driver to group multi-function PCI devices together
Ddigsig.txt16 GnuPG multi-precision integers (MPI) library. The kernel port provides
Dldm.txt26 assemble any multi-partition volumes, e.g. Stripes, RAID5.
Dmen-chameleon-bus.txt55 Elektronik GmbH. These devices are multi-function devices implemented in a
Dxz.txt27 to buffer) and multi-call (stateful) APIs. The usage of the xz_dec
Dpi-futex.txt51 unavoidable fact of life, and once we accept that multi-task userspace
DCodingStyle467 The preferred style for long (multi-line) comments is:
470 * This is the preferred style for multi-line
478 For files in net/ and drivers/net/ the preferred style for long (multi-line)
606 Examples of this kind of "multi-level-reference-counting" can be found in
/linux-4.4.14/net/openvswitch/
DKconfig19 particularly important in multi-server virtualization deployments,
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-s3c2410.txt31 - samsung,i2c-slave-addr: Slave address in multi-master environment. If not
Di2c-arb-gpio-challenge.txt7 the standard I2C multi-master rules. Using GPIOs is generally useful in
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/
Dcpm.txt38 The multi-user/dual-ported RAM is expressed as a bus under the CPM node.
/linux-4.4.14/Documentation/cgroups/
Dcpuacct.txt7 The CPU accounting controller supports multi-hierarchy groups. An accounting
/linux-4.4.14/arch/arm/boot/dts/
Dat91rm9200.dtsi697 <AT91_PIOA 25 AT91_PERIPH_A AT91_PINCTRL_MULTI_DRIVE /* PA25 periph A with multi drive */
698 AT91_PIOA 26 AT91_PERIPH_A AT91_PINCTRL_MULTI_DRIVE>; /* PA26 periph A with multi drive */
703 <AT91_PIOA 25 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE /* PA25 GPIO with multi drive */
704 AT91_PIOA 26 AT91_PERIPH_GPIO AT91_PINCTRL_MULTI_DRIVE>; /* PA26 GPIO with multi drive */
Dk2l-netcp.dtsi80 multi-queue;
Dk2e-netcp.dtsi80 multi-queue;
Dk2hk-netcp.dtsi97 multi-queue;
/linux-4.4.14/net/batman-adv/
DKconfig13 a routing protocol for multi-hop ad-hoc mesh networks. The
/linux-4.4.14/fs/quota/
DKconfig19 multi user systems. If unsure, say N.
/linux-4.4.14/Documentation/blackfin/
Dbfin-gpio-notes.txt23 multi-functions. They can be configured as peripheral, or just as GPIO,
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Drenesas,rcar-dmac.txt3 Renesas R-Car Generation 2 SoCs have multiple multi-channel DMA
/linux-4.4.14/Documentation/scheduler/
Dsched-design-CFS.txt14 an "ideal, precise multi-tasking CPU" on real hardware.
16 "Ideal multi-tasking CPU" is a (non-existent :-)) CPU that has 100% physical
24 multi-tasking CPU described above. In practice, the virtual runtime of a task
Dsched-bwc.txt103 2. Limit a group to 2 CPUs worth of runtime on a multi-CPU machine.
Dsched-domains.txt57 cpumask of a node. Or, you could do multi-level NUMA or Opteron, for example,
/linux-4.4.14/arch/x86/kernel/apic/
Dapic.c2414 static int multi; variable
2418 if (multi) in set_multi()
2421 multi = 1; in set_multi()
2457 return multi; in apic_is_clustered_box()
/linux-4.4.14/Documentation/ia64/
DIRQ-redir.txt63 On large (multi-node) systems it is recommended to route the IRQs to
/linux-4.4.14/Documentation/powerpc/
Dcpu_features.txt28 based on CPU 0's capabilities, so a multi-processor system with non-identical
/linux-4.4.14/net/sctp/
DKconfig29 -- network-level fault tolerance through supporting of multi-
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c1665 u64 multi = IXGB_READ_REG(&adapter->hw, MPRCL); in ixgb_update_stats() local
1670 multi |= ((u64)IXGB_READ_REG(&adapter->hw, MPRCH) << 32); in ixgb_update_stats()
1672 if (multi >= bcast) in ixgb_update_stats()
1673 multi -= bcast; in ixgb_update_stats()
1675 adapter->stats.mprcl += (multi & 0xFFFFFFFF); in ixgb_update_stats()
1676 adapter->stats.mprch += (multi >> 32); in ixgb_update_stats()
/linux-4.4.14/Documentation/arm/keystone/
Dknav-qmss.txt9 multi-core Navigator. QMSS consist of queue managers, packed-data structure
/linux-4.4.14/Documentation/device-mapper/
Dpersistent-data.txt11 - Another multi-snapshot target based on a design of Daniel Phillips
Dcache-policies.txt81 The stochastic multi-queue (smq) policy addresses some of the problems
/linux-4.4.14/kernel/
Daudit.h237 int done, int multi,
Daudit.c562 int multi, const void *payload, int size) in audit_make_reply() argument
567 int flags = multi ? NLM_F_MULTI : 0; in audit_make_reply()
616 int multi, const void *payload, int size) in audit_send_reply() argument
628 skb = audit_make_reply(portid, seq, type, done, multi, payload, size); in audit_send_reply()
/linux-4.4.14/drivers/usb/host/
Dehci-sched.c130 if (utt->multi) { in find_tt()
181 if (utt->multi) { in drop_tt()
315 if (dev1->tt->multi) in same_tt()
1069 unsigned multi = hb_mult(maxp); in iso_stream_init() local
1075 maxp *= multi; in iso_stream_init()
1079 stream->buf2 = cpu_to_hc32(ehci, multi); in iso_stream_init()
Dxhci-mem.c879 if (!tt->multi) in xhci_alloc_tt_info()
894 if (tt->multi) in xhci_alloc_tt_info()
1167 if (!dev->udev->tt->multi || in xhci_setup_addressable_virt_dev()
1168 (udev->tt->multi && in xhci_setup_addressable_virt_dev()
1183 if (udev->tt->multi) in xhci_setup_addressable_virt_dev()
/linux-4.4.14/drivers/net/wireless/mwifiex/
DREADME155 mp_rd_bitmap = <SDIO multi-port read bitmap>
156 mp_wr_bitmap = <SDIO multi-port write bitmap>
/linux-4.4.14/Documentation/blockdev/
Dzram.txt74 In order to enable compression backend's multi stream support max_comp_streams
80 dynamic max_comp_streams. Only multi stream backend supports dynamic
/linux-4.4.14/drivers/dma/
Dxgene-dma.c1010 static u8 multi[XGENE_DMA_MAX_XOR_SRC] = { in xgene_dma_prep_xor() local
1026 src_cnt, &len, multi); in xgene_dma_prep_xor()
1060 static u8 multi[XGENE_DMA_MAX_XOR_SRC] = {0x01, 0x01, 0x01, 0x01, 0x01}; in xgene_dma_prep_pq() local
1101 src_cnt, &len, multi); in xgene_dma_prep_pq()
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dexynos-thermal.txt112 Note: For multi-instance tmu each instance should have an alias correctly
/linux-4.4.14/Documentation/vm/
Dsplit_page_table_lock6 multi-threaded applications due high contention on the lock. To improve
Dnuma15 Each of the 'cells' may be viewed as an SMP [symmetric multi-processor] subset
/linux-4.4.14/Documentation/trace/
Dintel_th.txt80 $ echo multi > /sys/bus/intel_th/devices/0-msc0/mode
/linux-4.4.14/Documentation/x86/
Dtlb.txt24 4. The microarchitecture. The TLB has become a multi-level
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dti-phy.txt83 differentiate between each instance "id" can be used (e.g., multi-lane PCIe
/linux-4.4.14/arch/sh/
DMakefile55 cflags-y += $(shell $(CC) $(KBUILD_CFLAGS) -print-multi-lib | \
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt31 including multiple instances of a device driver on multi-function
38 is forced by the need to handle multi-function devices, that is,
168 >>> Doing better requires complex multi-threaded logic in the error
311 Drivers for multi-function cards will need to coordinate among
/linux-4.4.14/fs/xfs/
DKconfig9 on the SGI IRIX platform. It is completely multi-threaded, can
/linux-4.4.14/Documentation/cpu-freq/
Dboost.txt18 some cores in a multi-core package if certain conditions apply, mostly
/linux-4.4.14/Documentation/dvb/
DREADME.dvb-usb26 multi-written and multi-read.
/linux-4.4.14/Documentation/ioctl/
Dcdrom.txt33 address of multi session disks
441 address of multi session disks
767 CD changer. Typically 1 for non-multi-disk devices.
/linux-4.4.14/arch/powerpc/boot/
Dwrapper377 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Drenesas,rsnd.txt36 it must be 1 if your system is using multi DAI
/linux-4.4.14/include/linux/usb/
Dhcd.h531 int multi; /* true means one TT per port */ member
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
DKconfig150 for multi-channel concurrency. Enable this if P2P PowerSave support
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dcci.txt5 ARM multi-cluster systems maintain intra-cluster coherency through a
Dtopology.txt20 symmetric multi-threading (SMT) is supported or not.
/linux-4.4.14/Documentation/locking/
Dlockdep-design.txt182 I.e. complex multi-CPU and multi-task locking scenarios do not have to
Dmutex-design.txt112 - Detects multi-task circular deadlocks and prints out all affected
/linux-4.4.14/drivers/parport/
DKconfig60 This adds support for multi-IO PCI cards that have parallel and
/linux-4.4.14/Documentation/leds/
Dleds-lp55xx.txt26 control multi output LED channels such as led current, channel index.
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Diommu.txt50 be multi-master yet only expose a single master in a given configuration.
/linux-4.4.14/Documentation/zh_CN/
DCodingStyle397 * This is the preferred style for multi-line
/linux-4.4.14/drivers/net/ethernet/intel/
De100.c495 struct multi { struct
510 struct multi multi; argument
1595 cb->u.multi.count = cpu_to_le16(count * ETH_ALEN); in e100_multi()
1600 memcpy(&cb->u.multi.addr[i++ * ETH_ALEN], &ha->addr, in e100_multi()
/linux-4.4.14/fs/btrfs/
Dcheck-integrity.c1574 struct btrfs_bio *multi = NULL; in btrfsic_map_block() local
1579 bytenr, &length, &multi, mirror_num); in btrfsic_map_block()
1593 device = multi->stripes[0].dev; in btrfsic_map_block()
1595 block_ctx_out->dev_bytenr = multi->stripes[0].physical; in btrfsic_map_block()
1602 kfree(multi); in btrfsic_map_block()
/linux-4.4.14/arch/sparc/
DKconfig160 bool "Symmetric multi-processing support"
332 making when dealing with multi-core CPU chips at a cost of slightly
/linux-4.4.14/drivers/regulator/
DKconfig207 The DA9210 is a multi-phase synchronous step down
218 The DA9211/DA9212/DA9213/DA9214/DA9215 is a multi-phase synchronous
260 Hi6421 is a multi-function device which, on regulator part, provides
/linux-4.4.14/arch/sh/mm/
DKconfig235 making when dealing with multi-core CPU chips at a cost of slightly
/linux-4.4.14/Documentation/arm/
DInterrupts35 SMC9196 interrupts until it has finished transferring its multi-sector
/linux-4.4.14/arch/metag/
DKconfig111 bool "Symmetric multi-processing support"
/linux-4.4.14/tools/power/cpupower/po/
Dde.po690 " -m, --sched-mc [VAL] Sets the kernel's multi core scheduler policy.\n"
744 msgid " -m, --sched-mc Gets the kernel's multi core scheduler policy.\n"
762 msgid "System's multi core scheduler setting: "
Dit.po687 " -m, --sched-mc [VAL] Sets the kernel's multi core scheduler policy.\n"
741 msgid " -m, --sched-mc Gets the kernel's multi core scheduler policy.\n"
760 msgid "System's multi core scheduler setting: "
Dcs.po679 " -m, --sched-mc [VAL] Sets the kernel's multi core scheduler policy.\n"
733 msgid " -m, --sched-mc Gets the kernel's multi core scheduler policy.\n"
751 msgid "System's multi core scheduler setting: "
Dfr.po679 " -m, --sched-mc [VAL] Sets the kernel's multi core scheduler policy.\n"
733 msgid " -m, --sched-mc Gets the kernel's multi core scheduler policy.\n"
751 msgid "System's multi core scheduler setting: "
Dpt.po689 " -m, --sched-mc [VAL] Sets the kernel's multi core scheduler policy.\n"
743 msgid " -m, --sched-mc Gets the kernel's multi core scheduler policy.\n"
762 msgid "System's multi core scheduler setting: "
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c540 u32 multi; in create_ptd_atl() local
549 multi = 1 + ((maxpacket >> 11) & 0x3); in create_ptd_atl()
586 ptd->dw0 |= TO_DW0_MULTI(multi); in create_ptd_atl()
/linux-4.4.14/arch/powerpc/boot/dts/
Dtqm8548-bigflash.dts422 /* Micron MT29F8G08FAB multi-chip device */
Dtqm8548.dts422 /* Micron MT29F8G08FAB multi-chip device */
/linux-4.4.14/net/ipv6/
DKconfig29 are placed in a multi-homed network.
/linux-4.4.14/arch/parisc/
DKconfig238 bool "Symmetric multi-processing support"
/linux-4.4.14/drivers/media/platform/
DKconfig139 tristate "Chips&Media Coda multi-standard codec IP"
/linux-4.4.14/drivers/hid/
DKconfig471 tristate "Apple Magic Mouse/Trackpad multi-touch support"
474 Support for the Apple Magic Mouse/Trackpad multi-touch.
476 Say Y here if you want support for the multi-touch features of the
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt46 mandatory access controls and multi-level security. These systems are
88 once in a datagram. All multi-octet fields in the option are defined to be
148 actual security information to be passed. All multi-octet fields in a tag
/linux-4.4.14/arch/m32r/
DKconfig277 bool "Symmetric multi-processing support"
/linux-4.4.14/drivers/mfd/
DKconfig280 Add support for HiSilicon Hi6421 PMIC. Hi6421 includes multi-
632 tristate "Nokia Retu and Tahvo multi-function device"
637 Retu and Tahvo are a multi-function devices found on Nokia
892 this multi-functional IC. This is needed to use other features
1234 These multi-function chips are found on many OMAP2 and OMAP3
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dtx.c827 bool ampdu, bool multi) in carl9170_tx_rts_check() argument
839 if (likely(!multi)) in carl9170_tx_rts_check()
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt370 3.3) TSC and multi-socket / NUMA
372 Multi-socket systems, especially large multi-socket systems are likely to have
445 if so, the TSCs in multi-sockets or NUMA systems may still run independently
/linux-4.4.14/crypto/
DKconfig190 tristate "Software async multi-buffer crypto daemon"
197 provides the kernel thread to assist multi-buffer crypto
198 algorithms for submitting jobs and flushing jobs in multi-buffer
680 using multi-buffer technique. This algorithm computes on
/linux-4.4.14/arch/um/
DKconfig.net32 While the UML believes it's on a (multi-device, broadcast) virtual
/linux-4.4.14/arch/m68k/configs/
Dmulti_defconfig1 CONFIG_LOCALVERSION="-multi"
/linux-4.4.14/arch/s390/
DKconfig354 prompt "Symmetric multi-processing support"
481 making when dealing with machines that have multi-threading,
/linux-4.4.14/drivers/media/i2c/
DKconfig342 Support for the Techwell tw9903 multi-standard video decoder
352 Support for the Techwell tw9906 enhanced multi-standard comb filter

12