/linux-4.4.14/drivers/tty/serial/8250/ |
D | serial_cs.c | 73 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 …]
|
D | Kconfig | 15 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/ |
D | Makefile.lib | 50 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 …]
|
D | Makefile.build | 140 $(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/ |
D | fc0012.c | 139 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 …]
|
D | fc0013.c | 231 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/ |
D | ux500_msp_dai.c | 37 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/ |
D | ctresource.c | 28 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()
|
D | ctatc.c | 260 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 …]
|
D | ctsrc.h | 53 unsigned char multi; member 81 unsigned char multi; member
|
D | ctsrc.c | 246 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/ |
D | devpts.txt | 12 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
|
D | ext4.txt | 87 * improved file allocation (multi-block alloc) 302 multi-threaded, synchronous workloads on very 356 within internal data structures. This allows multi-
|
D | romfs.txt | 73 Every multi byte value (32 bit words, I'll use the longwords term from
|
D | btrfs.txt | 98 can be avoided. Especially useful when trying to mount a multi-device
|
D | affs.txt | 33 The muFS (multi user File System) equivalents of the above file systems
|
D | autofs4-mount-control.txt | 70 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/ |
D | futex-lock-pi.c | 28 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/ |
D | CARDLIST.tuner | 23 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)
|
D | fimc.txt | 88 At the capture and mem-to-mem video nodes only the multi-planar API is
|
/linux-4.4.14/drivers/ata/ |
D | pata_sil680.c | 172 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/ |
D | drx_dap_fasi.h | 204 #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/ |
D | ip_set_hash_gen.h | 47 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 …]
|
D | ip_set_hash_netiface.c | 72 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()
|
D | ip_set_hash_ipmark.c | 53 u32 *multi) in hash_ipmark4_data_equal() argument 176 u32 *multi) in hash_ipmark6_data_equal() argument
|
D | ip_set_hash_ip.c | 54 u32 *multi) in hash_ip4_data_equal() argument 179 u32 *multi) in hash_ip6_data_equal() argument
|
D | ip_set_hash_ipport.c | 57 u32 *multi) in hash_ipport4_data_equal() argument 212 u32 *multi) in hash_ipport6_data_equal() argument
|
D | ip_set_hash_net.c | 57 u32 *multi) in hash_net4_data_equal() argument 223 u32 *multi) in hash_net6_data_equal() argument
|
D | ip_set_hash_mac.c | 47 u32 *multi) in hash_mac4_data_equal() argument
|
D | ip_set_hash_ipportip.c | 56 u32 *multi) in hash_ipportip4_data_equal() argument 220 u32 *multi) in hash_ipportip6_data_equal() argument
|
D | ip_set_hash_netnet.c | 61 u32 *multi) in hash_netnet4_data_equal() argument 291 u32 *multi) in hash_netnet6_data_equal() argument
|
D | ip_set_hash_netport.c | 67 u32 *multi) in hash_netport4_data_equal() argument 279 u32 *multi) in hash_netport6_data_equal() argument
|
D | ip_set_hash_ipportnet.c | 69 u32 *multi) in hash_ipportnet4_data_equal() argument 318 u32 *multi) in hash_ipportnet6_data_equal() argument
|
D | ip_set_hash_netportnet.c | 66 u32 *multi) in hash_netportnet4_data_equal() argument 340 u32 *multi) in hash_netportnet6_data_equal() argument
|
/linux-4.4.14/Documentation/hwmon/ |
D | fam15h_power | 37 On multi-node processors the calculated value is for the entire 39 attributes only for internal node0 of a multi-node processor.
|
D | ucd9200 | 25 UCD9248 are multi-rail, multi-phase synchronous buck digital PWM controllers
|
D | ds1621 | 83 also pin compatible with the DS1621 and provide multi-resolution support. 115 As mentioned above, the DS1631, DS1721, and DS1731 provide multi-resolution
|
D | asc7621 | 64 Intel configuration. This would be useful in multi-CPU systems with
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ti/ |
D | keystone-navigator-qmss.txt | 5 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;
|
D | keystone-navigator-dma.txt | 31 - ti,navigator-cloud-address: Should contain base address for the multi-core
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | renesas,mtu2.txt | 3 The MTU2 is a multi-purpose, multi-channel timer/counter with configurable
|
D | renesas,cmt.txt | 3 The CMT is a multi-channel 16/32/48-bit timer/counter with configurable clock
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-msc | 13 - "multi", for multiblock mode; 24 Description: (RW) Configure MSC buffer size for "single" or "multi" modes.
|
D | sysfs-devices-system-cpu | 246 level: the cache hierarchy in the multi-level cache configuration
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | fsl-usb.txt | 9 - 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/ |
D | fsl-upm-nand.txt | 13 - 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/ |
D | HD-Audio-Controls.txt | 11 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.
|
D | CMIPCI.txt | 12 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
|
D | HD-Audio-Models.txt | 40 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
|
D | README.maya44 | 42 - 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/ |
D | perf-bench.txt | 78 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/ |
D | fsl-fec.txt | 20 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/ |
D | igmp.c | 2070 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/ |
D | siimage.c | 306 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/ |
D | bcm5974.txt | 18 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
|
D | ntrig.txt | 6 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
|
D | event-codes.txt | 86 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
|
D | multi-touch-protocol.txt | 9 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/ |
D | Kconfig | 23 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/ |
D | omap_l3_smx.c | 159 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/ |
D | Kconfig | 18 provided as part of the Lasi multi-function IC.
|
/linux-4.4.14/Documentation/block/ |
D | null_blk.txt | 60 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
|
D | pr.txt | 17 a power loss and cover all connections in a multi path environment.
|
D | biodoc.txt | 58 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/ |
D | timer64.txt | 17 - ti,core-mask: on multi-core SoCs, bitmask of cores allowed to use this timer.
|
/linux-4.4.14/arch/mips/netlogic/ |
D | Kconfig | 54 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/ |
D | gamecube.txt | 7 This node represents the multi-function "Flipper" chip, which packages 102 Represents the multi-channel SPI-like interface.
|
D | wii.txt | 16 This node represents the multi-function "Hollywood" chip, which packages 92 Represents the multi-channel SPI-like interface.
|
/linux-4.4.14/Documentation/fb/ |
D | viafb.txt | 167 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/ |
D | max77802.txt | 1 Maxim MAX77802 multi-function device
|
D | max77686.txt | 1 Maxim MAX77686 multi-function device
|
D | max8998.txt | 1 * Maxim MAX8998, National/TI LP3974 multi-function device 3 The Maxim MAX8998 is a multi-function device which includes voltage/current
|
D | qcom-pm8xxx.txt | 1 Qualcomm PM8xxx PMIC multi-function devices
|
D | qcom,spmi-pmic.txt | 1 Qualcomm SPMI PMICs multi-function device bindings
|
D | s2mpa01.txt | 4 The Samsung S2MPA01 is a multi-function device which includes high
|
D | tc3589x.txt | 1 * Toshiba TC3589x multi-purpose expander
|
D | s2mps11.txt | 4 The Samsung S2MPS11 is a multi-function device which includes voltage and
|
D | max77693.txt | 1 Maxim MAX77693 multi-function device
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | Makefile | 18 g_multi-y := multi.o
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | coda.txt | 1 Chips&Media Coda multi-standard codec IP
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | maxim,max77686.txt | 3 This is a part of device tree bindings of MAX77686 multi-function device.
|
D | maxim,max77802.txt | 3 This is a part of device tree bindings of MAX77802 multi-function device.
|
/linux-4.4.14/net/mac80211/ |
D | key.h | 148 bool uni, bool multi);
|
D | key.c | 255 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/ |
D | output_format.txt | 78 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/ |
D | Kconfig | 9 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/ |
D | patch_analog.c | 832 .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()
|
D | hda_generic.h | 47 unsigned char multi[MAX_NID_PATH_DEPTH]; member
|
/linux-4.4.14/fs/cachefiles/ |
D | Kconfig | 34 and on a multi-CPU system these may be on cachelines that keep
|
/linux-4.4.14/Documentation/misc-devices/ |
D | isl29003 | 18 I2C multi-function control and monitoring capabilities. The internal ADC
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | atmel,at91-pinctrl.txt | 18 such as pull-up, multi drive, etc. 90 MULTIDRIVE (1 << 1): indicate this pin needs to be configured as multi-drive.
|
D | marvell,mvebu-pinctrl.txt | 3 The pinctrl driver enables Marvell SoCs to configure the multi-purpose pins
|
D | pinctrl-st.txt | 3 Each multi-function pin is controlled, driven and routed through the
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c589_cs.c | 243 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/ |
D | igmp.h | 63 struct ip_mreqn multi; member
|
/linux-4.4.14/Documentation/networking/ |
D | sctp.txt | 8 transparent multi-homing, and multiple ordered streams of messages.
|
D | dctcp.txt | 6 the data center network to provide multi-bit feedback to the end hosts.
|
D | scaling.txt | 9 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
|
D | igb.txt | 78 Wake On LAN is only supported on port A of multi-port adapters.
|
D | can.txt | 424 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/ |
D | Kconfig | 11 can run over copper (25m) or fiber (300m on multi-mode or 10km on
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.l | 187 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/ |
D | ata_defs.h | 114 unsigned int multi : 1; member
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | max77686.txt | 3 This is a part of the device tree bindings of MAX77686 multi-function device.
|
D | max77802.txt | 3 This is a part of device tree bindings of MAX77802 multi-function device.
|
D | max8997-regulator.txt | 3 The Maxim MAX8997 is a multi-function device which includes voltage and
|
D | s5m8767-regulator.txt | 3 The Samsung S5M8767 is a multi-function device which includes voltage and
|
/linux-4.4.14/drivers/clk/ |
D | Kconfig | 59 multi-function devices have two fixed-rate oscillators, 124 clock. These multi-function devices have two (S2MPS14) or three
|
/linux-4.4.14/Documentation/ |
D | hsi.txt | 42 multi-port controllers and provides a generic API for using the HSI ports.
|
D | vfio.txt | 53 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
|
D | digsig.txt | 16 GnuPG multi-precision integers (MPI) library. The kernel port provides
|
D | ldm.txt | 26 assemble any multi-partition volumes, e.g. Stripes, RAID5.
|
D | men-chameleon-bus.txt | 55 Elektronik GmbH. These devices are multi-function devices implemented in a
|
D | xz.txt | 27 to buffer) and multi-call (stateful) APIs. The usage of the xz_dec
|
D | pi-futex.txt | 51 unavoidable fact of life, and once we accept that multi-task userspace
|
D | CodingStyle | 467 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/ |
D | Kconfig | 19 particularly important in multi-server virtualization deployments,
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-s3c2410.txt | 31 - samsung,i2c-slave-addr: Slave address in multi-master environment. If not
|
D | i2c-arb-gpio-challenge.txt | 7 the standard I2C multi-master rules. Using GPIOs is generally useful in
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | cpm.txt | 38 The multi-user/dual-ported RAM is expressed as a bus under the CPM node.
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpuacct.txt | 7 The CPU accounting controller supports multi-hierarchy groups. An accounting
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | at91rm9200.dtsi | 697 <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 */
|
D | k2l-netcp.dtsi | 80 multi-queue;
|
D | k2e-netcp.dtsi | 80 multi-queue;
|
D | k2hk-netcp.dtsi | 97 multi-queue;
|
/linux-4.4.14/net/batman-adv/ |
D | Kconfig | 13 a routing protocol for multi-hop ad-hoc mesh networks. The
|
/linux-4.4.14/fs/quota/ |
D | Kconfig | 19 multi user systems. If unsure, say N.
|
/linux-4.4.14/Documentation/blackfin/ |
D | bfin-gpio-notes.txt | 23 multi-functions. They can be configured as peripheral, or just as GPIO,
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | renesas,rcar-dmac.txt | 3 Renesas R-Car Generation 2 SoCs have multiple multi-channel DMA
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-design-CFS.txt | 14 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
|
D | sched-bwc.txt | 103 2. Limit a group to 2 CPUs worth of runtime on a multi-CPU machine.
|
D | sched-domains.txt | 57 cpumask of a node. Or, you could do multi-level NUMA or Opteron, for example,
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic.c | 2414 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/ |
D | IRQ-redir.txt | 63 On large (multi-node) systems it is recommended to route the IRQs to
|
/linux-4.4.14/Documentation/powerpc/ |
D | cpu_features.txt | 28 based on CPU 0's capabilities, so a multi-processor system with non-identical
|
/linux-4.4.14/net/sctp/ |
D | Kconfig | 29 -- network-level fault tolerance through supporting of multi-
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_main.c | 1665 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/ |
D | knav-qmss.txt | 9 multi-core Navigator. QMSS consist of queue managers, packed-data structure
|
/linux-4.4.14/Documentation/device-mapper/ |
D | persistent-data.txt | 11 - Another multi-snapshot target based on a design of Daniel Phillips
|
D | cache-policies.txt | 81 The stochastic multi-queue (smq) policy addresses some of the problems
|
/linux-4.4.14/kernel/ |
D | audit.h | 237 int done, int multi,
|
D | audit.c | 562 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/ |
D | ehci-sched.c | 130 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()
|
D | xhci-mem.c | 879 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/ |
D | README | 155 mp_rd_bitmap = <SDIO multi-port read bitmap> 156 mp_wr_bitmap = <SDIO multi-port write bitmap>
|
/linux-4.4.14/Documentation/blockdev/ |
D | zram.txt | 74 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/ |
D | xgene-dma.c | 1010 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/ |
D | exynos-thermal.txt | 112 Note: For multi-instance tmu each instance should have an alias correctly
|
/linux-4.4.14/Documentation/vm/ |
D | split_page_table_lock | 6 multi-threaded applications due high contention on the lock. To improve
|
D | numa | 15 Each of the 'cells' may be viewed as an SMP [symmetric multi-processor] subset
|
/linux-4.4.14/Documentation/trace/ |
D | intel_th.txt | 80 $ echo multi > /sys/bus/intel_th/devices/0-msc0/mode
|
/linux-4.4.14/Documentation/x86/ |
D | tlb.txt | 24 4. The microarchitecture. The TLB has become a multi-level
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | ti-phy.txt | 83 differentiate between each instance "id" can be used (e.g., multi-lane PCIe
|
/linux-4.4.14/arch/sh/ |
D | Makefile | 55 cflags-y += $(shell $(CC) $(KBUILD_CFLAGS) -print-multi-lib | \
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 31 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/ |
D | Kconfig | 9 on the SGI IRIX platform. It is completely multi-threaded, can
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | boost.txt | 18 some cores in a multi-core package if certain conditions apply, mostly
|
/linux-4.4.14/Documentation/dvb/ |
D | README.dvb-usb | 26 multi-written and multi-read.
|
/linux-4.4.14/Documentation/ioctl/ |
D | cdrom.txt | 33 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/ |
D | wrapper | 377 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | renesas,rsnd.txt | 36 it must be 1 if your system is using multi DAI
|
/linux-4.4.14/include/linux/usb/ |
D | hcd.h | 531 int multi; /* true means one TT per port */ member
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 150 for multi-channel concurrency. Enable this if P2P PowerSave support
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | cci.txt | 5 ARM multi-cluster systems maintain intra-cluster coherency through a
|
D | topology.txt | 20 symmetric multi-threading (SMT) is supported or not.
|
/linux-4.4.14/Documentation/locking/ |
D | lockdep-design.txt | 182 I.e. complex multi-CPU and multi-task locking scenarios do not have to
|
D | mutex-design.txt | 112 - Detects multi-task circular deadlocks and prints out all affected
|
/linux-4.4.14/drivers/parport/ |
D | Kconfig | 60 This adds support for multi-IO PCI cards that have parallel and
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lp55xx.txt | 26 control multi output LED channels such as led current, channel index.
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 50 be multi-master yet only expose a single master in a given configuration.
|
/linux-4.4.14/Documentation/zh_CN/ |
D | CodingStyle | 397 * This is the preferred style for multi-line
|
/linux-4.4.14/drivers/net/ethernet/intel/ |
D | e100.c | 495 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/ |
D | check-integrity.c | 1574 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/ |
D | Kconfig | 160 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/ |
D | Kconfig | 207 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/ |
D | Kconfig | 235 making when dealing with multi-core CPU chips at a cost of slightly
|
/linux-4.4.14/Documentation/arm/ |
D | Interrupts | 35 SMC9196 interrupts until it has finished transferring its multi-sector
|
/linux-4.4.14/arch/metag/ |
D | Kconfig | 111 bool "Symmetric multi-processing support"
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | de.po | 690 " -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: "
|
D | it.po | 687 " -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: "
|
D | cs.po | 679 " -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: "
|
D | fr.po | 679 " -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: "
|
D | pt.po | 689 " -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/ |
D | isp1760-hcd.c | 540 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/ |
D | tqm8548-bigflash.dts | 422 /* Micron MT29F8G08FAB multi-chip device */
|
D | tqm8548.dts | 422 /* Micron MT29F8G08FAB multi-chip device */
|
/linux-4.4.14/net/ipv6/ |
D | Kconfig | 29 are placed in a multi-homed network.
|
/linux-4.4.14/arch/parisc/ |
D | Kconfig | 238 bool "Symmetric multi-processing support"
|
/linux-4.4.14/drivers/media/platform/ |
D | Kconfig | 139 tristate "Chips&Media Coda multi-standard codec IP"
|
/linux-4.4.14/drivers/hid/ |
D | Kconfig | 471 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/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 46 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/ |
D | Kconfig | 277 bool "Symmetric multi-processing support"
|
/linux-4.4.14/drivers/mfd/ |
D | Kconfig | 280 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/ |
D | tx.c | 827 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/ |
D | timekeeping.txt | 370 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/ |
D | Kconfig | 190 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/ |
D | Kconfig.net | 32 While the UML believes it's on a (multi-device, broadcast) virtual
|
/linux-4.4.14/arch/m68k/configs/ |
D | multi_defconfig | 1 CONFIG_LOCALVERSION="-multi"
|
/linux-4.4.14/arch/s390/ |
D | Kconfig | 354 prompt "Symmetric multi-processing support" 481 making when dealing with machines that have multi-threading,
|
/linux-4.4.14/drivers/media/i2c/ |
D | Kconfig | 342 Support for the Techwell tw9903 multi-standard video decoder 352 Support for the Techwell tw9906 enhanced multi-standard comb filter
|