Home
last modified time | relevance | path

Searched refs:used (Results 1 – 200 of 2841) sorted by relevance

12345678910>>...15

/linux-4.1.27/arch/ia64/scripts/
Dpvcheck.sed4 s/ssm.*psr\.ic.*/.warning \"ssm psr.ic should not be used directly\"/g
5 s/rsm.*psr\.ic.*/.warning \"rsm psr.ic should not be used directly\"/g
6 s/ssm.*psr\.i.*/.warning \"ssm psr.i should not be used directly\"/g
7 s/rsm.*psr\.i.*/.warning \"rsm psr.i should not be used directly\"/g
8 s/ssm.*psr\.dt.*/.warning \"ssm psr.dt should not be used directly\"/g
9 s/rsm.*psr\.dt.*/.warning \"rsm psr.dt should not be used directly\"/g
10 s/mov.*=.*cr\.ifa/.warning \"cr.ifa should not used directly\"/g
11 s/mov.*=.*cr\.itir/.warning \"cr.itir should not used directly\"/g
12 s/mov.*=.*cr\.isr/.warning \"cr.isr should not used directly\"/g
13 s/mov.*=.*cr\.iha/.warning \"cr.iha should not used directly\"/g
[all …]
/linux-4.1.27/Documentation/ABI/testing/
Dconfigfs-spear-pcie-gadget7 Interface is used to configure selected dual mode PCIe controller
10 This interfaces can be used to show spear's PCIe device capability.
18 link ... used to enable ltssm and read its status.
19 int_type ...used to configure and read type of supported
21 no_of_msi ... used to configure number of MSI vector needed and
25 vendor_id ... used to write and read vendor id (hex)
26 device_id ... used to write and read device id (hex)
27 bar0_size ... used to write and read bar0_size
28 bar0_address ... used to write and read bar0 mapped area in hex.
29 bar0_rw_offset ... used to write and read offset of bar0 where
[all …]
Dsysfs-bus-iio-frequency-adf43506 The value given directly influences the MODULUS used by
8 that is used to compute the various dividers, is able to
16 applications, the reference frequency used by the PLL may
Dsysfs-firmware-gsmi5 Some servers used internally at Google have firmware
10 used.
35 32bit host-endian type used as part of the
48 This file is used to clear out a portion/the
Dsysfs-class-net29 Values vary based on the lower-level protocol used by the
71 value. This is used to disambiguate interfaces which might be
85 This attribute can be used by supplicant software to signal that
118 be used for system management purposes.
126 decimal number. This attribute is used for mapping an interface
127 identifier to an interface name. It is used throughout the
138 used to resolve interfaces chaining, linking and stacking.
147 attribute should be used in conjunction with 'dormant' attribute
159 lower-level interface protocol used. Ethernet devices will show
Dsysfs-bus-rbd7 Being used for adding and removing rbd block devices.
14 will be assigned for any registered block device. If snapshot is used, it will
28 should be used instead of the latter: any attempts to use
39 should be used instead of the latter: any attempts to use
/linux-4.1.27/sound/oss/dmasound/
Ddmasound_atari.c160 ssize_t count, used; in ata_ct_law() local
166 used = count; in ata_ct_law()
174 *frameUsed += used; in ata_ct_law()
175 return used; in ata_ct_law()
183 ssize_t count, used; in ata_ct_s8() local
189 used = count; in ata_ct_s8()
192 *frameUsed += used; in ata_ct_s8()
193 return used; in ata_ct_s8()
201 ssize_t count, used; in ata_ct_u8() local
206 used = count; in ata_ct_u8()
[all …]
Ddmasound_paula.c159 ssize_t count, used; in ami_ct_s8() local
164 used = count; in ami_ct_s8()
171 used = count*2; in ami_ct_s8()
179 *frameUsed += used; in ami_ct_s8()
180 return used; in ami_ct_s8()
193 ssize_t count, used; \
198 used = count; \
210 used = count*2; \
222 *frameUsed += used; \
223 return used; \
[all …]
Ddmasound_q40.c66 ssize_t count, used; in q40_ct_law() local
69 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_law()
77 *frameUsed += used ; in q40_ct_law()
78 return used; in q40_ct_law()
86 ssize_t count, used; in q40_ct_s8() local
89 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_s8()
97 *frameUsed += used; in q40_ct_s8()
98 return used; in q40_ct_s8()
105 ssize_t count, used; in q40_ct_u8() local
108 used = count = min_t(size_t, userCount, frameLeft); in q40_ct_u8()
[all …]
/linux-4.1.27/arch/um/os-Linux/
Dsigio.c40 int used; member
61 n = poll(fds->poll, fds->used, -1); in write_sigio_thread()
68 for (i = 0; i < fds->used; i++) { in write_sigio_thread()
87 fds->used--; in write_sigio_thread()
89 (fds->used - i) * sizeof(*fds->poll)); in write_sigio_thread()
117 memcpy(new, polls->poll, polls->used * sizeof(struct pollfd)); in need_poll()
173 for (i = 0; i < all_sigio_fds.used; i++) { in add_sigio_fd()
177 if (i == all_sigio_fds.used) in add_sigio_fd()
182 for (i = 0; i < current_poll.used; i++) { in add_sigio_fd()
187 n = current_poll.used; in add_sigio_fd()
[all …]
/linux-4.1.27/crypto/
Dalgif_skcipher.c48 unsigned used; member
123 ctx->used, 0); in skcipher_sndbuf()
161 static void skcipher_pull_sgl(struct sock *sk, int used, int put) in skcipher_pull_sgl() argument
175 int plen = min_t(int, used, sg[i].length); in skcipher_pull_sgl()
183 used -= plen; in skcipher_pull_sgl()
184 ctx->used -= plen; in skcipher_pull_sgl()
199 if (!ctx->used) in skcipher_pull_sgl()
208 skcipher_pull_sgl(sk, ctx->used, 1); in skcipher_free_sgl()
273 if (sk_wait_event(sk, &timeout, ctx->used)) { in skcipher_wait_for_data()
291 if (!ctx->used) in skcipher_data_wakeup()
[all …]
Dalgif_aead.c45 unsigned long used; member
62 ctx->used, 0); in aead_sndbuf()
74 return (ctx->used >= (ctx->aead_assoclen + (ctx->enc ? 0 : as))); in aead_sufficient_data()
93 ctx->used = 0; in aead_put_sgl()
153 if (!ctx->used) in aead_data_wakeup()
202 if (!ctx->more && ctx->used) in aead_sendmsg()
232 ctx->used += len; in aead_sendmsg()
275 ctx->used += plen; in aead_sendmsg()
314 if (!ctx->more && ctx->used) in aead_sendpage()
332 ctx->used += size; in aead_sendpage()
[all …]
/linux-4.1.27/Documentation/filesystems/
Dufs.txt11 UFS is a file system widely used in different operating systems.
20 44bsd used in FreeBSD, NetBSD, OpenBSD
23 ufs2 used in FreeBSD 5.x
28 sun used in SunOS (Solaris)
31 sunx86 used in SunOS for Intel (Solarisx86)
34 hp used in HP-UX
38 used in NextStep
42 used for NextStep CDROMs (block_size == 2048)
46 used in OpenStep
Dgfs2-uevents.txt5 This document explains what the events are and what they are used
33 The CHANGE uevent is used in two places. One is when reporting the
35 This is used as a signal by gfs_controld that it is then ok for other
38 The other CHANGE uevent is used to inform of the completion
47 Because the CHANGE uevent was used (in early versions of gfs_controld)
51 cluster. For this reason the ONLINE uevent was used when adding a new
56 The OFFLINE uevent is only generated due to filesystem errors and is used
76 line (locktable=) or via fstab. It is used as a filesystem label
Dnilfs2.txt95 used in chcp and mkcp utilities.
98 This ioctl is used in rmcp utility.
101 ioctl is used in lscp utility and by
105 used by lscp, rmcp utilities and by
109 segments. This ioctl is used in lssu,
114 segments. This ioctl is used by
121 is used in lssu, nilfs_resize utilities and
125 This ioctl is used by nilfs_cleanerd daemon.
128 block numbers. This ioctl is used by
133 userspace. This ioctl is used by
[all …]
Dvfat.txt43 By default, FAT_DEFAULT_CODEPAGE setting is used.
46 encoding is used for user visible filename and 16 bit
50 By default, FAT_DEFAULT_IOCHARSET setting is used.
59 is used by the console. It can be enabled for the
68 a '?' is used when no translation is possible. The
71 that gets used is ':' and the four digits of hexadecimal
82 be used to determine number of free clusters without
83 scanning disk. But it's not used by default, because
109 between local time (as used by Windows on FAT) and UTC
116 used by FAT to UTC. I.e. <minutes> minutes will be subtracted
[all …]
Dquota.txt5 Quota subsystem allows system administrator to set limits on used space and
6 number of used inodes (inode is a filesystem structure which is associated with
7 each file or directory) for users and/or groups. For both used space and number
8 of used inodes there are actually two limits. The first one is called softlimit
36 This command is used to send a notification about any of the above mentioned
Dhfs.txt6 HFS stands for ``Hierarchical File System'' and is the filesystem used
8 models used MFS (``Macintosh File System''), which is not supported,
21 used for creating new files. Default values: '????'.
28 Specifies the umask used for all files , all directories or all
73 hformat that can be used to create HFS filesystem. See
Ddax.txt7 The page cache is usually used to buffer reads and writes to files.
8 It is also used to provide the pages which are mapped into userspace
29 block device operation. It is used to translate the sector number
32 kernel virtual address that can be used to access the memory.
46 These block devices may be used for inspiration:
74 These filesystems may be used for inspiration:
Dqnx6.txt4 The qnx6fs is used by newer QNX operating system versions. (e.g. Neutrino)
5 It got introduced in QNX 6.4.0 and is used default since 6.4.1.
10 mmi_fs Mount filesystem as used for example by Audi MMI 3G system
19 for the target (QNX is used on quite a range of embedded systems) plattform
37 That serial number is used to identify the "active" superblock.
81 size, number of blocks used, access time, change time and modification time.
88 used. (scheme is the same as the one used for the superblock root nodes)
130 limited to 510 bytes. The first two starting bytes are used as length field
/linux-4.1.27/Documentation/arm/
DSetup5 structure, otherwise known as 'struct param_struct' which is used
8 This structure is used to pass initialisation parameters from the
32 This is now obsolete, and should not be used.
50 or VGA console character size. They should not be used for any other
61 is otherwise unused. (should not be used for other console types, and
62 should not be used for other purposes).
67 based machines. May be used differently by different architectures.
71 Default sound setting on Acorn machines. May be used differently by
76 Number of ADFS/MFM disks. May be used differently by different
82 These are now obsolete, and should not be used.
[all …]
/linux-4.1.27/drivers/vhost/
Dvringh.c79 while (len && iov->i < iov->used) { in vringh_iov_xfer()
276 riov->i = riov->used = 0; in __vringh_iov()
278 wiov->i = wiov->used = 0; in __vringh_iov()
357 if (unlikely(iov->used == (iov->max_num & ~VRINGH_IOV_ALLOCATED))) { in __vringh_iov()
363 iov->iov[iov->used].iov_base = addr; in __vringh_iov()
364 iov->iov[iov->used].iov_len = len; in __vringh_iov()
365 iov->used++; in __vringh_iov()
401 const struct vring_used_elem *used, in __vringh_complete() argument
413 used_ring = vrh->vring.used; in __vringh_complete()
421 err = putused(&used_ring->ring[off], used, part); in __vringh_complete()
[all …]
Dvhost.c37 #define vhost_avail_event(vq) ((__virtio16 __user *)&vq->used->ring[vq->num])
183 vq->used = NULL; in vhost_vq_reset()
552 struct vring_used __user *used) in vq_access_ok() argument
558 access_ok(VERIFY_WRITE, used, in vq_access_ok()
559 sizeof *used + num * sizeof *used->ring + s); in vq_access_ok()
580 sizeof *vq->used + in vq_log_access_ok()
581 vq->num * sizeof *vq->used->ring + s)); in vq_log_access_ok()
588 return vq_access_ok(vq, vq->num, vq->desc, vq->avail, vq->used) && in vhost_vq_access_ok()
719 BUILD_BUG_ON(__alignof__ *vq->used > VRING_USED_ALIGN_SIZE); in vhost_vring_ioctl()
742 sizeof *vq->used + in vhost_vring_ioctl()
[all …]
/linux-4.1.27/Documentation/parisc/
Dregisters3 [ an asterisk is used for planned usage which is currently unimplemented ]
9 CR 0 (Recovery Counter) used for ptrace
26 CR26 (TR 2) not used
28 CR28 (TR 4) not used
29 CR29 (TR 5) not used
31 CR31 (TR 7) Temporary register, used in various places
39 SR3 used for userspace accesses (current process)
58 N (Nullify next instruction) used by C code
60 B (Taken Branch) used by C code
62 V (divide step correction) used by C code
[all …]
/linux-4.1.27/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)))
84 single-used-m := $(addprefix $(obj)/,$(single-used-m))
85 multi-used-y := $(addprefix $(obj)/,$(multi-used-y))
86 multi-used-m := $(addprefix $(obj)/,$(multi-used-m))
169 modname-multi = $(sort $(foreach m,$(multi-used),\
DMakefile.build263 $(single-used-m): $(obj)/%.o: $(src)/%.c $(recordmcount_source) FORCE
386 $(multi-used-y): FORCE
388 $(call multi_depend, $(multi-used-y), .o, -objs -y)
390 $(multi-used-m): FORCE
393 $(call multi_depend, $(multi-used-m), .o, -objs -y)
395 targets += $(multi-used-y) $(multi-used-m)
/linux-4.1.27/drivers/dma/
Ddmaengine.h70 dma_cookie_t used, complete; in dma_cookie_status() local
72 used = chan->cookie; in dma_cookie_status()
77 state->used = used; in dma_cookie_status()
80 return dma_async_is_complete(cookie, complete, used); in dma_cookie_status()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/cpm/
Di2c.txt13 - clock-frequency : Can be used to set the i2c clock frequency. If
14 unspecified, a default frequency of 60kHz is being used.
15 The following two properties are deprecated. They are only used by legacy
17 - linux,i2c-index : Can be used to hard code an i2c bus number. By default,
19 - linux,i2c-class : Can be used to override the i2c class. The class is used
22 being used. The definition of the classes can be found in
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Das3711.txt23 feedback used:
24 - su2-feedback-voltage : voltage feedback is used
25 - su2-feedback-curr1 : CURR1 input used for current feedback
26 - su2-feedback-curr2 : CURR2 input used for current feedback
27 - su2-feedback-curr3 : CURR3 input used for current feedback
31 - su2-fbprot-lx-sd4 : LX_SD4 is used for over-voltage protection
32 - su2-fbprot-gpio2 : GPIO2 is used for over-voltage protection
33 - su2-fbprot-gpio3 : GPIO3 is used for over-voltage protection
34 - su2-fbprot-gpio4 : GPIO4 is used for over-voltage protection
Dmc13xxx.txt7 - fsl,mc13xxx-uses-adc : Indicate the ADC is being used
8 - fsl,mc13xxx-uses-codec : Indicate the Audio Codec is being used
9 - fsl,mc13xxx-uses-rtc : Indicate the RTC is being used
10 - fsl,mc13xxx-uses-touch : Indicate the touchscreen controller is being used
14 - adc-port: Contain PMIC SSI port number used for ADC.
15 - dac-port: Contain PMIC SSI port number used for DAC.
17 "led-control". Number of register depends of used IC, for MC13783 is 6,
22 Each led node should contain "reg", which used as LED ID (described below).
Dtwl4030-audio.txt12 - codec { }: Need to be present if the audio functionality is used. Within this
13 section the following options can be used:
23 - ti,enable-vibra: Need to be set to <1> if the vibra functionality is used. if
/linux-4.1.27/include/linux/
Dvringh.h93 unsigned i, used, max_num; member
105 unsigned i, used, max_num; member
116 struct vring_used __user *used);
121 iov->used = iov->i = 0; in vringh_iov_init()
139 iov->max_num = iov->used = iov->i = iov->consumed = 0; in vringh_iov_cleanup()
161 const struct vring_used_elem used[],
178 struct vring_used *used);
183 kiov->used = kiov->i = 0; in vringh_kiov_init()
201 kiov->max_num = kiov->used = kiov->i = kiov->consumed = 0; in vringh_kiov_cleanup()
Dtty_flip.h23 if (!change && tb->used < tb->size) { in tty_insert_flip_char()
25 *flag_buf_ptr(tb, tb->used) = flag; in tty_insert_flip_char()
26 *char_buf_ptr(tb, tb->used++) = ch; in tty_insert_flip_char()
/linux-4.1.27/fs/ubifs/
Dtnc_commit.c416 int lnum, offs, len, next_len, buf_len, buf_offs, used, avail; in layout_in_empty_space() local
428 used = 0; in layout_in_empty_space()
449 used = 0; in layout_in_empty_space()
453 offs = buf_offs + used; in layout_in_empty_space()
494 wlen = used + len; in layout_in_empty_space()
495 used += ALIGN(len, 8); in layout_in_empty_space()
499 buf_offs + used + next_len <= c->leb_size && in layout_in_empty_space()
504 buf_offs + used + next_len <= c->leb_size) in layout_in_empty_space()
514 c->leb_size - buf_offs, blen - used, in layout_in_empty_space()
520 used -= blen; in layout_in_empty_space()
[all …]
Dio.c499 if (!wbuf->used || wbuf->lnum == -1) in ubifs_wbuf_sync_nolock()
504 wbuf->lnum, wbuf->offs, wbuf->used, dbg_jhead(wbuf->jhead)); in ubifs_wbuf_sync_nolock()
521 sync_len = ALIGN(wbuf->used, c->min_io_size); in ubifs_wbuf_sync_nolock()
522 dirt = sync_len - wbuf->used; in ubifs_wbuf_sync_nolock()
524 ubifs_pad(c, wbuf->buf + wbuf->used, dirt); in ubifs_wbuf_sync_nolock()
548 wbuf->used = 0; in ubifs_wbuf_sync_nolock()
577 ubifs_assert(wbuf->used == 0); in ubifs_wbuf_seek_nolock()
589 wbuf->used = 0; in ubifs_wbuf_seek_nolock()
682 dbg_jhead(wbuf->jhead), wbuf->lnum, wbuf->offs + wbuf->used); in ubifs_wbuf_write_nolock()
696 if (c->leb_size - wbuf->offs - wbuf->used < aligned_len) { in ubifs_wbuf_write_nolock()
[all …]
Dreplay.c358 int deletion, int *used, loff_t old_size, in insert_node() argument
373 *used += ALIGN(len, 8); in insert_node()
406 unsigned long long sqnum, int deletion, int *used) in insert_dent() argument
426 *used += ALIGN(len, 8); in insert_dent()
544 int err = 0, used = 0, lnum = b->bud->lnum, offs = b->bud->start; in replay_bud() local
609 &used, 0, new_size); in replay_bud()
621 &used, 0, new_size); in replay_bud()
636 !le64_to_cpu(dent->inum), &used); in replay_bud()
660 &key, snod->sqnum, 1, &used, in replay_bud()
675 ubifs_assert(sleb->endpt - offs >= used); in replay_bud()
[all …]
/linux-4.1.27/drivers/gpu/drm/savage/
Dsavage_bci.c308 dev_priv->dma_pages[i].used = 0; in savage_dma_init()
327 dev_priv->dma_pages[i].used = 0; in savage_dma_reset()
366 dev_priv->dma_pages[cur].used; in savage_dma_alloc()
373 cur, dev_priv->dma_pages[cur].used, n, rest, nr_pages); in savage_dma_alloc()
377 cur * SAVAGE_DMA_PAGE_SIZE + dev_priv->dma_pages[cur].used; in savage_dma_alloc()
380 dev_priv->dma_pages[cur].used += rest; in savage_dma_alloc()
389 dev_priv->dma_pages[i].used = 0; in savage_dma_alloc()
397 if (dev_priv->dma_pages[i].used) { in savage_dma_alloc()
399 i, dev_priv->dma_pages[i].used); in savage_dma_alloc()
403 dev_priv->dma_pages[i].used = SAVAGE_DMA_PAGE_SIZE; in savage_dma_alloc()
[all …]
Dsavage_drv.h68 unsigned int used, flushed; member
514 dev_priv->dma_pages[cur].used; \
520 dev_priv->dma_pages[cur].used; \
521 if (dev_priv->dma_pages[cur].used == 0) \
523 dev_priv->dma_pages[cur].used += (n); \
539 dev_priv->dma_pages[cur].used; \
/linux-4.1.27/drivers/tty/
Dtty_buffer.c99 p->used = 0; in tty_buffer_reset()
257 left = 2 * b->size - b->used; in __tty_buffer_request_room()
259 left = b->size - b->used; in __tty_buffer_request_room()
267 b->commit = b->used; in __tty_buffer_request_room()
310 memcpy(char_buf_ptr(tb, tb->used), chars, space); in tty_insert_flip_string_fixed_flag()
312 memset(flag_buf_ptr(tb, tb->used), flag, space); in tty_insert_flip_string_fixed_flag()
313 tb->used += space; in tty_insert_flip_string_fixed_flag()
345 memcpy(char_buf_ptr(tb, tb->used), chars, space); in tty_insert_flip_string_flags()
346 memcpy(flag_buf_ptr(tb, tb->used), flags, space); in tty_insert_flip_string_flags()
347 tb->used += space; in tty_insert_flip_string_flags()
[all …]
/linux-4.1.27/drivers/usb/misc/
Dchaoskey.c86 int used; /* bytes of buf consumed */ member
327 if (dev->valid != dev->used) { in _chaoskey_fill()
329 dev->valid, dev->used); in _chaoskey_fill()
356 dev->used = 0; in _chaoskey_fill()
396 if (dev->valid == dev->used) { in chaoskey_read()
404 if (dev->used == dev->valid) { in chaoskey_read()
410 this_time = dev->valid - dev->used; in chaoskey_read()
414 remain = copy_to_user(buffer, dev->buf + dev->used, this_time); in chaoskey_read()
421 dev->used += this_time - remain; in chaoskey_read()
429 dev->used += this_time; in chaoskey_read()
[all …]
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dsta.c45 if (!(priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE)) in iwl_sta_ucode_activate()
50 if (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) { in iwl_sta_ucode_activate()
56 priv->stations[sta_id].used |= IWL_STA_UCODE_ACTIVE; in iwl_sta_ucode_activate()
304 if (!priv->stations[i].used && in iwl_prep_station()
321 if (priv->stations[sta_id].used & IWL_STA_UCODE_INPROGRESS) { in iwl_prep_station()
327 if ((priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE) && in iwl_prep_station()
328 (priv->stations[sta_id].used & IWL_STA_UCODE_ACTIVE) && in iwl_prep_station()
336 station->used = IWL_STA_DRIVER_ACTIVE; in iwl_prep_station()
395 if (priv->stations[sta_id].used & IWL_STA_UCODE_INPROGRESS) { in iwl_add_station_common()
402 if ((priv->stations[sta_id].used & IWL_STA_DRIVER_ACTIVE) && in iwl_add_station_common()
[all …]
/linux-4.1.27/tools/virtio/
Dvringh_test.c189 vrh.vring.desc, vrh.vring.avail, vrh.vring.used); in parallel_test()
253 if (riov.used) { in parallel_test()
259 assert(riov.i == riov.used); in parallel_test()
266 assert(wiov.i == wiov.used); in parallel_test()
443 struct vring_used_elem used[RINGSIZE]; in main() local
490 vrh.vring.desc, vrh.vring.avail, vrh.vring.used); in main()
521 assert(riov.used == 1); in main()
525 assert(wiov.used == 1); in main()
529 assert(wiov.used == 2); in main()
548 assert(wiov.i == wiov.used); in main()
[all …]
/linux-4.1.27/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset5 Description: used to send the ID of a string that should be displayed on
15 Description: used to set the value of the progress bar on the s-Par automatic
24 Description: used to send the ID of a string that should be displayed on
45 Description: This field is used to tell s-Par which type of recovery tool
47 value is dependent on the type of installation software used to
55 Description: This entry is used by Unisys application software on the guest
61 which indicates that the disk used to support call home services
69 Description: This entry is used by a Unisys support script installed on the
80 The parahotplug/deviceenabled interface is used to acknowledge
88 Description: This entry is used by a Unisys support script installed on the
[all …]
/linux-4.1.27/drivers/pinctrl/nomadik/
Dpinctrl-nomadik.h29 .used = altc1_used,\
34 .used = altc2_used,\
39 .used = altc3_used,\
44 .used = altc4_used,\
78 bool used:1; member
/linux-4.1.27/drivers/mtd/ubi/
Dfastmap-wl.c62 for (i = pool->used; i < pool->size; i++) { in return_unused_pool_pebs()
168 wl_pool->used = 0; in ubi_refill_pools()
169 pool->used = 0; in ubi_refill_pools()
194 if (pool->used == pool->size || wl_pool->used == wl_pool->size) { in ubi_wl_get_peb()
207 if (pool->used == pool->size) { in ubi_wl_get_peb()
219 ubi_assert(pool->used < pool->size); in ubi_wl_get_peb()
220 ret = pool->pebs[pool->used++]; in ubi_wl_get_peb()
236 if (pool->used == pool->size) { in get_peb_for_wl()
247 pnum = pool->pebs[pool->used++]; in get_peb_for_wl()
Dwl.c515 wl_tree_add(e, &ubi->used); in serve_prot_queue()
670 (!ubi->used.rb_node && !ubi->scrub.rb_node)) {
682 !ubi->free.rb_node, !ubi->used.rb_node);
692 e1 = find_anchor_wl_entry(&ubi->used);
699 self_check_in_wl_tree(ubi, e1, &ubi->used);
700 rb_erase(&e1->u.rb, &ubi->used);
711 e1 = rb_entry(rb_first(&ubi->used), struct ubi_wl_entry, u.rb);
725 self_check_in_wl_tree(ubi, e1, &ubi->used);
726 rb_erase(&e1->u.rb, &ubi->used);
851 wl_tree_add(e2, &ubi->used);
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dmmci.txt7 by mmc.txt and the properties used by the mmci driver. Using "st" as
20 - st,sig-dir-dat0 : bus signal direction pin used for DAT[0].
21 - st,sig-dir-dat2 : bus signal direction pin used for DAT[2].
22 - st,sig-dir-dat31 : bus signal direction pin used for DAT[3] and DAT[1].
23 - st,sig-dir-dat74 : bus signal direction pin used for DAT[4] to DAT[7].
24 - st,sig-dir-cmd : cmd signal direction pin used for CMD.
25 - st,sig-pin-fbclk : feedback clock signal pin used.
Dsamsung-sdhci.txt3 Samsung's SDHCI controller is used as a connectivity interface with external
5 core mmc properties described by mmc.txt and the properties used by the
16 - pinctrl-0: Should specify pin control groups used for this controller.
Dsdhci-st.txt5 used by the sdhci-st driver.
9 to set the internal glue logic used for configuring the MMC
26 contain the FlashSS Top register for TX/RX delay used by the driver
34 - non-removable: Non-removable slot. Also used for configuring mmcss in STiH407 SoC
41 - max-frequency: Can be 200MHz, 100Mz or 50MHz (default) and used for
Dsocfpga-dw-mshc.txt4 The Synopsys designware mobile storage host controller is used to interface
7 by synopsys-dw-mshc.txt and the properties used by the Altera SOCFPGA specific
/linux-4.1.27/drivers/staging/gdm724x/
DKconfig10 It exposes 4 network devices to be used per PDN and 2 tty devices to be
11 used for AT commands and DM monitoring applications.
14 GCT-ATCx can be used for AT Commands
15 GCT-DMx can be used for LTE protocol monitoring
/linux-4.1.27/drivers/gpu/drm/i810/
Di810_dma.c52 int used; in i810_freelist_get() local
60 used = cmpxchg(buf_priv->in_use, I810_BUF_FREE, in i810_freelist_get()
62 if (used == I810_BUF_FREE) in i810_freelist_get()
75 int used; in i810_freelist_put() local
78 used = cmpxchg(buf_priv->in_use, I810_BUF_CLIENT, I810_BUF_FREE); in i810_freelist_put()
79 if (used != I810_BUF_CLIENT) { in i810_freelist_put()
709 struct drm_buf *buf, int discard, int used) in i810_dma_dispatch_vertex() argument
726 if (used > 4 * 1024) in i810_dma_dispatch_vertex()
727 used = 0; in i810_dma_dispatch_vertex()
736 ((GFX_OP_PRIMITIVE | prim | ((used / 4) - 2))); in i810_dma_dispatch_vertex()
[all …]
/linux-4.1.27/arch/cris/arch-v10/drivers/
DKconfig77 …int "Ser0 DTR on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS…
83 …int "Ser0 RI on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS…
89 …int "Ser0 DSR on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS…
95 …int "Ser0 CD on PA bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PA || ETRAX_SER0_DTR_RI_DS…
101 …int "Ser0 DTR on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS…
110 …int "Ser0 RI on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS…
119 …int "Ser0 DSR on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS…
128 …int "Ser0 CD on PB bit (-1 = not used)" if ETRAX_SER0_DTR_RI_DSR_CD_ON_PB || ETRAX_SER0_DTR_RI_DS…
165 …int "Ser1 DTR on PA bit (-1 = not used)" if ETRAX_SER1_DTR_RI_DSR_CD_ON_PA || ETRAX_SER1_DTR_RI_DS…
171 …int "Ser1 RI on PA bit (-1 = not used)" if ETRAX_SER1_DTR_RI_DSR_CD_ON_PA || ETRAX_SER1_DTR_RI_DS…
[all …]
/linux-4.1.27/Documentation/input/
Devent-codes.txt3 may be used.
7 used to separate input events into packets of input data changes occurring at
23 type has a set of applicable codes to be used in generating events. See the
96 EV_KEY events take the form KEY_<name> or BTN_<name>. For example, KEY_A is used
100 events have a value of 2. In general, KEY_<name> is used for keyboard keys, and
101 BTN_<name> is used for other types of momentary switch events.
106 - These codes are used in conjunction with input trackpads, tablets, and
107 touchscreens. These devices may be used with fingers, pens, or other tools.
108 When an event occurs and a tool is used, the corresponding BTN_TOOL_<name>
115 BTN_TOUCH is used for touch contact. While an input tool is determined to be
[all …]
/linux-4.1.27/Documentation/sound/alsa/
DAudigy-mixer.txt27 Explanation of used abbreviations:
32 (this standard is used for connecting standalone DAC and ADC converters)
42 This control is used to attenuate samples for left and right front PCM FX-bus
49 This control is used to attenuate samples for left and right surround PCM FX-bus
56 This control is used to attenuate samples for center PCM FX-bus accumulator.
62 This control is used to attenuate sample for LFE PCM FX-bus accumulator.
68 This control is used to attenuate samples for left and right PCM FX-bus
75 This control is used to attenuate samples for left and right PCM FX-bus
82 This control is used to attenuate samples for left and right MIDI FX-bus
88 These controls are used to attenuate samples for left and right MIDI FX-bus
[all …]
DSB-Live-mixer.txt41 Explanation of used abbreviations:
46 (this standard is used for connecting standalone DAC and ADC converters)
57 This control is used to attenuate samples for left and right PCM FX-bus
63 This control is used to attenuate samples for left and right PCM FX-bus
70 This control is used to attenuate samples for left and right PCM FX-bus
77 This control is used to attenuate samples for left and right PCM FX-bus
85 These controls are used to attenuate samples for left and right PCM FX-bus
92 This control is used to attenuate samples for left and right MIDI FX-bus
99 These controls are used to attenuate samples for left and right MIDI FX-bus
106 This control is used to attenuate samples for left and right rear PCM FX-bus
[all …]
/linux-4.1.27/scripts/coccinelle/api/
Dptr_ret.cocci65 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
72 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
78 coccilib.org.print_todo(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
84 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
90 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
96 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
/linux-4.1.27/lib/zlib_inflate/
Dinftrees.c33 unsigned used; /* code entries in table used */ in zlib_inflate_table() local
194 used = 1U << root; /* use root table entries */ in zlib_inflate_table()
195 mask = used - 1; /* mask for comparing low */ in zlib_inflate_table()
198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
265 used += 1U << curr; in zlib_inflate_table()
266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table()
312 *table += used; in zlib_inflate_table()
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dmarvell,dove-pinctrl.txt67 pmic(sdi) Pin is used for PMIC SDI
68 cpu-pwr-down Pin is used for CPU_PWRDWN
69 standby-pwr-down Pin is used for STBY_PWRDWN
70 core-pwr-good Pin is used for CORE_PWR_GOOD (Pins 0-7 only)
71 cpu-pwr-good Pin is used for CPU_PWR_GOOD (Pins 8-15 only)
72 bat-fault Pin is used for BATTERY_FAULT
73 ext0-wakeup Pin is used for EXT0_WU
74 ext1-wakeup Pin is used for EXT0_WU
75 ext2-wakeup Pin is used for EXT0_WU
76 pmu-blink Pin is used for blink function
Dpinctrl-single.txt24 - pinctrl-single,drive-strength : array of value that are used to configure
31 - pinctrl-single,bias-pullup : array of value that are used to configure the
37 - pinctrl-single,bias-pulldown : array of value that are used to configure the
53 - pinctrl-single,input-schmitt : array of value that are used to configure
60 - pinctrl-single,input-schmitt-enable : array of value that are used to
66 - pinctrl-single,low-power-mode : array of value that are used to configure
73 - pinctrl-single,gpio-range : list of value that are used to configure a GPIO
106 pinctrl-single,bits need to be used which takes three parameters:
112 be used when applying this change to the register.
/linux-4.1.27/tools/testing/selftests/size/
Dget_size.c77 unsigned long used; in _start() local
89 used = info.totalram - info.freeram - info.bufferram; in _start()
90 print_k_value("ok 1 get runtime memory use # size = ", used, in _start()
97 print_k_value("# In use: ", used, info.mem_unit); in _start()
/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/
DKconfig52 This is the LCD panel used on Nokia N900
58 LCD Panel used on the Gumstix Overo Palo35
64 LCD Panel used in TI's SDP3430 and EVM boards
70 LCD panel used in Openmoko.
76 LCD Panel used in OMAP3 Pandora
83 This NEC NL8048HL11 panel is TFT LCD used in the
/linux-4.1.27/drivers/net/wireless/mwifiex/
DREADME45 The above command can be used to connect to an AP with a particular SSID.
48 …Note: Every time before connecting to an AP scan command (iw dev mlan0 scan) should be used by use…
51 This command will be used to disconnect from an AP.
55 The command will be used to join or create an ibss. Optionally, operating frequency,
60 The command will be used to leave an ibss network.
63 The command will be used to get the connection status. The command will return parameters
70 The debugfs interface can be used for configurations and for getting
83 The command will be used to change the regulatory domain.
86 The command will be used to get current regulatory domain.
89 This command is used to get driver info.
[all …]
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
DKconfig21 standard flashes used in axis products (120 ns).
37 register-mapped LEDs are used.
63 because group 1 is not used in the default configuration,
91 This is often totally different depending on the product used.
95 LED's at the general ports, these bits are used for all kinds of
113 This is often totally different depending on the product used.
117 LED's at the general ports, these bits are used for all kinds of
135 This is often totally different depending on the product used.
139 LED's at the general ports, these bits are used for all kinds of
157 This is often totally different depending on the product used.
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Datmel-xdma.txt10 - #dma-cells: Must be <1>, used to represent the number of integer cells in
13 - bit 13: SIF, source interface identifier, used to get the memory
15 - bit 14: DIF, destination interface identifier, used to get the peripheral
35 - bit 13: SIF, source interface identifier, used to get the memory
37 - bit 14: DIF, destination interface identifier, used to get the peripheral
Dste-dma40.txt9 - memcpy-channels: Channels to be used for memcpy
14 - disabled-channels: Channels which can not be used
113 51: memcpy TX (to be used by the DMA driver for memcpy operations)
118 56: memcpy (to be used by the DMA driver for memcpy operations)
119 57: memcpy (to be used by the DMA driver for memcpy operations)
120 58: memcpy (to be used by the DMA driver for memcpy operations)
121 59: memcpy (to be used by the DMA driver for memcpy operations)
122 60: memcpy (to be used by the DMA driver for memcpy operations)
Dbrcm,bcm2835-dma.txt5 Some arbitrary channels are used by the firmware
8 and should not be used by the driver.
18 not used by the firmware in ascending order,
/linux-4.1.27/Documentation/arm64/
Dacpi_object_usage.txt6 If a section number is used, it refers to a section number in the ACPI
7 specification where the object is defined. If "Signature Reserved" is used,
77 Optional, not currently supported, but could be used on ARM if and
104 provided, the Global Lock will NOT be used since it is not part of
117 used, not FIRMWARE_CTRL.
119 If PSCI is used (as is recommended), make sure that ARM_BOOT_ARCH is
123 For the DSDT that is also required, the X_DSDT field is to be used,
139 if Trusted Firmware is being used on arm64.
165 should be used (types 0xA - 0xE).
198 on arm64, and will not be used.
[all …]
/linux-4.1.27/Documentation/sh/
Dregister-banks.txt16 can still be used to reference the banked registers (as r0_bank ... r7_bank)
20 be used rather effectively as scratch registers by the kernel.
24 - r0_bank, r1_bank (referenced as k0 and k1, used for scratch
26 - r2_bank (used to track the EXPEVT/INTEVT code)
31 interrupt priority level (used by local_irq_enable())
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ab8500/
Dfg.txt27 'battery technology type' used.
35 measurement, 'btemp' signal is used when NTC(negative temperature
37 'batctrl' pin is used when NTC resister is internal to battery.
43 indicates: NTC resister is internal to battery, 'batctrl' is used
47 NTC resister is external to battery and 'btemp' signal is used
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-s3c2410.txt3 The Samsung's I2C controller is used to interface with I2C devices.
9 (c) "samsung, s3c2440-hdmiphy-i2c", for s3c2440-like i2c used
11 (d) "samsung, exynos5440-i2c", for s3c2440-like i2c used
13 (e) "samsung, exynos5-sata-phy-i2c", for s3c2440-like i2c used as
27 - pinctrl-0: Pin control group to be used for this controller.
35 - samsung,sysreg-phandle - handle to syscon used to control the system registers
Di2c-opal.txt5 used by the firmware itself for configuring the port. From the linux
12 - ibm,opal-id: Refers to a specific bus and used to identify it when calling
15 linux, used by the FW though.
21 The node contains a number of other properties that are used by the FW itself
/linux-4.1.27/sound/hda/
Darray.c22 if (array->used >= array->alloced) { in snd_array_new()
34 return snd_array_elem(array, array->used++); in snd_array_new()
45 array->used = 0; in snd_array_free()
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dio_interface_mux.c53 unsigned int used; member
66 unsigned char used; member
90 .used = 0,
95 .used = 0,
100 .used = 0,
105 .used = 0,
110 .used = 0,
115 .used = 0,
618 if (interfaces[ioif].used) { in cris_request_io_interface()
657 if (if_group_use & grp->used) { in cris_request_io_interface()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-mvebu.txt6 or "marvell,armadaxp-gpio". "marvell,orion-gpio" should be used for
8 370. "marvell,mv78200-gpio" should be used for the Discovery
9 MV78200. "marvel,armadaxp-gpio" should be used for all Armada XP
17 - interrupts: The list of interrupts that are used for all the pins
27 The second cell is used to specify flags:
Dgpio-dsp-keystone.txt5 This is one of the component used by the IPC mechanism used on Keystone SOCs.
18 - ti,syscon-dev: phandle/offset pair. The phandle to syscon used to
25 bindings used by client devices.
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dsamsung-phy.txt23 - samsung,pmu-syscon: phandle for PMU system controller interface, used to
37 - reg : a list of registers used by phy driver
39 - samsung,sysreg-phandle - handle to syscon used to control the system registers
40 - samsung,pmureg-phandle - handle to syscon used to control PMU registers
43 - the "phy" clock is required by the phy module, used as a gate
44 - the "ref" clock is used to get the rate of the clock provided to the
74 Then the PHY can be used in other nodes such as:
138 used for register access.
139 - ref: PHY's reference clock (usually crystal clock), used for
140 PHY operations, associated by phy name. It is used to
[all …]
/linux-4.1.27/drivers/pci/hotplug/
Dcpqphp_sysfs.c130 int used; in spew_debug_info() local
132 used = size - show_ctrl(ctrl, data); in spew_debug_info()
133 used = (size - used) - show_dev(ctrl, &data[used]); in spew_debug_info()
134 return used; in spew_debug_info()
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt80 .config file to construct various file lists used by kbuild to build
84 are used to build the kernel based on the kbuild makefiles.
115 kbuild infrastructure. This chapter introduces the syntax used in the
118 be used and if both a 'Makefile' and a 'Kbuild' file exists, then the 'Kbuild'
119 file will be used.
138 If foo.o shall be built as a module, the variable obj-m is used.
139 Therefore the following pattern is often used:
233 Objects listed with obj-* are used for modules, or
267 To do so, obj-y and obj-m are used.
290 are assigned. They are used for all the normal cc, as and ld
[all …]
Dkbuild.txt6 is used by modprobe to deterministically resolve aliases that match
11 This file lists all modules that are built into the kernel. This is used
20 will be used in all cases where kbuild does preprocessing including
33 Additional options for $(AS) when used for assembler
42 Additional options for $(CC) when used to compile
51 Additional options used for $(LD) when linking modules.
102 CROSS_COMPILE is also used for ccache in some setups.
107 CF is often used on the command-line like this:
152 the default option --strip-debug will be used. Otherwise,
153 INSTALL_MOD_STRIP value will be used as the options to the strip command.
[all …]
/linux-4.1.27/Documentation/networking/mac80211_hwsim/
DREADME11 mac80211_hwsim is a Linux kernel module that can be used to simulate
12 arbitrary number of IEEE 802.11 radios for mac80211. It can be used to
24 since all radio operation is simulated, any channel can be used in
27 mac80211_hwsim kernel module has a parameter 'radios' that can be used
36 radio. Software encryption in mac80211 is used so that the frames are
41 mac80211. This interface can be used to monitor all transmitted frames
49 associates with the AP. hostapd and wpa_supplicant are used to take
/linux-4.1.27/Documentation/virtual/kvm/
Dhypercalls.txt14 R2-R7 are used for parameters 1-6. In addition, R1 is used for hypercall
24 It uses R3-R10 and hypercall number in R11. R4-R11 are used as output registers.
58 used to enumerate which hypercalls are available. On PPC, either device tree
60 mechanism (which is this hypercall) can be used.
75 Purpose: Hypercall used to wakeup a vcpu from HLT state
83 is used in the hypercall for future use.
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dti,keystone-irq.txt7 used by the IPC mechanism used on Keystone SOCs.
11 - ti,syscon-dev : phandle and offset pair. The phandle to syscon used to
20 Interrupt Controllers bindings used by client devices.
/linux-4.1.27/Documentation/devicetree/bindings/net/nfc/
Dtrf7970a.txt8 - ti,enable-gpios: Two GPIO entries used for 'EN' and 'EN2' pins on the
14 - pintctrl-0: Specifies the pin control groups used for this controller.
17 - irq-status-read-quirk: Specify that the trf7970a being used has the
19 - en2-rf-quirk: Specify that the trf7970a being used has the "EN2 RF"
Dpn544.txt9 - enable-gpios: Output GPIO pin used for enabling/disabling the PN544
10 - firmware-gpios: Output GPIO pin used to enter firmware download mode
14 - pintctrl-0: Specifies the pin control groups used for this controller.
Dnxp-nci.txt9 - enable-gpios: Output GPIO pin used for enabling/disabling the chip
10 - firmware-gpios: Output GPIO pin used to enter firmware download mode
14 - pintctrl-0: Specifies the pin control groups used for this controller.
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dsamsung-fimd.txt24 format depends on the interrupt controller used.
30 - pinctrl-0: pin control group to be used for this controller.
45 Can be used in case timings cannot be provided otherwise
47 - samsung,sysreg: handle to syscon used to control the system registers
51 If not specified, the default value(0) will be used.
54 If not specified, the default value(0) will be used.
56 If not specified, the default value(1) will be used.
59 If not specified, the default value(0) will be used.
Dsimple-framebuffer.txt10 If the devicetree contains nodes for the display hardware used by a simplefb,
18 things. If display# aliases are used, then if the simplefb node contains a
26 used then it should be set to the alias instead.
34 If pre-filled framebuffer nodes are used, the firmware may need extra
36 compatible and platform specific properties should be used and documented,
50 - clocks : List of clocks used by the framebuffer. Clocks listed here
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dtracefile.c147 if (tage->used + len <= PAGE_CACHE_SIZE) in cfs_trace_get_tage_try()
168 tage->used = 0; in cfs_trace_get_tage_try()
238 tage->used = 0; in cfs_trace_get_tage()
323 tage->used + known_size; in libcfs_debug_vmsg2()
325 max_nob = PAGE_CACHE_SIZE - tage->used - known_size; in libcfs_debug_vmsg2()
362 debug_buf = (char *)page_address(tage->page) + tage->used; in libcfs_debug_vmsg2()
366 tage->used += sizeof(header); in libcfs_debug_vmsg2()
373 ++ tage->used; in libcfs_debug_vmsg2()
377 tage->used += strlen(file) + 1; in libcfs_debug_vmsg2()
382 tage->used += strlen(msgdata->msg_fn) + 1; in libcfs_debug_vmsg2()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/c6x/
Ddscr.txt11 configuration register for writes. These configuration register may be used to
15 the DSCR block may provide registers which are used to reset peripherals,
20 id which is used by individual device drivers to control the state as needed.
47 offsset, and the key value used to unlock the register.
50 offset and key values of two "kick" registers used to write protect other
64 This property describes the bitfields used to control the state of devices.
65 Each tuple describes a range of identical bitfields used to control one or
80 This property describes the bitfields used to provide device state status
82 identical bitfields used to provide status for one or more devices (one
97 Offset and default value for register used to set access privilege for
/linux-4.1.27/Documentation/
Dcoccinelle.txt11 Using earlier versions will fail as the option names used by
69 It should be used with the C option (described later)
106 The optional make variable COCCI can be used to check a single
121 To apply Coccinelle to a specific directory, M= can be used.
127 following command may be used:
139 COCCI variable may additionally be used to only apply a single
159 one of these tools, and according to the cocci file used,
197 msg="ERR_CAST can be used with %s" % (x)
204 /home/user/linux/crypto/ctr.c:188:9-16: ERR_CAST can be used with alg
205 /home/user/linux/crypto/authenc.c:619:9-16: ERR_CAST can be used with auth
[all …]
Dprintk-formats.txt42 this is used on a kernel without KALLSYMS - the symbol address is
46 used when printing stack backtraces. The specifier takes into
48 when tail-call's are used and marked with the noreturn GCC attribute.
114 By default ESCAPE_ANY_NP is used.
143 Where FDDI addresses are concerned the 'F' specifier can be used after
147 For Bluetooth addresses the 'R' specifier shall be used after the 'M'
163 The additional 'h', 'n', 'b', and 'l' specifiers are used to specify
165 no specifier is provided the default network/big endian order is used.
177 colon-separators. Leading zeros are always used.
179 The additional 'c' specifier can be used with the 'I' specifier to
[all …]
Dbtmrvl.txt6 All commands are used via debugfs interface.
15 These commands are used to configure the host sleep parameters.
19 where GPIO is the pin number of GPIO used to wake up the host.
21 wakeup will be used instead).
37 These commands are used to enable/disable auto sleep mode
55 These commands are used to enable host sleep or wake up firmware
Dhsi.txt16 signal can be used to wakeup the chips from standby modes. The signals are
40 In the Linux kernel the hsi subsystem is supposed to be used for HSI devices.
45 implement a protocol used on the HSI interface. These client drivers can
53 It can be used to communicate via HSI from userspace. Userspace may
Dvme_api.txt84 specific window or DMA channel (which may be used by a different driver) this
102 of type vme_resource that should be used to identify the allocated resource
103 when it is used. For DMA controllers, the request function requires the
126 the underlying chipset. A window must be configured before it can be used.
132 Once a master window has been assigned the following functions can be used to
153 The following functions can be used to read from and write to configured master
180 used is dependent on the underlying chipset. A window must be configured before
181 it can be used.
187 Once a slave window has been assigned the following functions can be used to
210 to be used, other methods can be used to allocate a buffer, though care must be
[all …]
Dio-mapping.txt4 ioremap_wc cannot be used to statically map the entire aperture to the CPU
16 This _wc variant provides a mapping which may only be used
33 page and may only be used with mappings created by
56 This works like io_mapping_unmap_atomic, except it is used
76 kmap_atomic_pfn isn't really supposed to be used with device pages, but it
Ddigsig.txt13 Currently digital signatures are used by the IMA/EVM integrity protection subsystem.
41 Signature header is used as an input to generate a signature.
43 It protects timestamp from been changed and can be used for rollback
64 * Normally hash of the content is used as a data for this function.
DIRQ-domain.txt55 be used to find the Linux IRQ number from the hwirq number.
68 Which reverse map type should be used depends on the use case. Each
91 hwirq is used as the lookup key for the radix tree.
103 The No Map mapping is to be used when the hwirq number is
118 range of irq_descs allocated for the hwirqs. It is used when the
123 mapping should be used.
132 The legacy map should only be used if fixed IRQ mappings must be
149 used and no descriptor gets allocated it is very important to make sure
191 1) a new field 'parent' is added to struct irq_domain; it's used to
193 2) a new field 'parent_data' is added to struct irq_data; it's used to
[all …]
/linux-4.1.27/Documentation/spi/
Dpxa2xx30 The "pxa2xx_spi_master.clock_enable" field is used to enable/disable the
34 The "pxa2xx_spi_master.num_chipselect" field is used to determine the number of
38 be used. This caused the driver to acquire two DMA channels: rx_channel and
106 used to configure the SSP hardware fifo. These fields are critical to the
115 The "pxa2xx_spi_chip.dma_burst_size" field is used to configure PXA2xx DMA
122 The "pxa2xx_spi_chip.timeout" fields is used to efficiently handle
128 The "pxa2xx_spi_chip.enable_loopback" field is used to place the SSP porting
133 The "pxa2xx_spi_chip.cs_control" field is used to point to a board specific
138 NOTE: the SPI driver cannot control the chip select if SSPFRM is used, so the
171 .dma_burst_size = 8, /* Byte wide transfers used so 8 byte bursts */
[all …]
/linux-4.1.27/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-light-tsl25836 used in calculating illuminance in lux.
13 value which is later used in calculating illuminance in lux.
20 It is used in the process of calibrating the device accuracy.
Dsysfs-bus-iio-ad71925 This attribute, if available, is used to enable the AC
14 This attribute, if available, is used to close or open the
19 the bridge can be disconnected (when it is not being used
Dsysfs-bus-iio-light6 Hardware dependent ADC Full Scale Range used for some ambient
20 used in calculating the lux.
53 used to return the value of a reading by the sensor. If this
71 lux measurement used in/for calibration.
84 used in calculating illuminance in lux.
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt3 Basic structure used in network communication is following command:
23 All commands are transferred over the network in big-endian. CPU endianness is used at the end peer…
26 commands are used currently:
62 This command is used to sync content of the remote dir to the client.
71 This command is used to read data from remote server.
125 @start - transaction generation number - unique id used to find transaction.
183 @size - contains of two fields: lower 8 bits are used to represent page cache shift
184 used by client, another 3 bytes are used to get number of pages.
212 and is capable of flushing pages based on that, it is not used, since all Linux
218 @ext - lock type: read/write. Not used actually. 15'th bit is used to determine,
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dusb3503.txt8 if I2C is used.
18 - refclk: Clock used for driving REFCLK signal (optional, if not provided
21 reference clock frequencies table is used)
25 clock frequencies table is used)
/linux-4.1.27/arch/sparc/lib/
Dbitext.c69 t->size, t->used, offset, len, align, count); in bit_map_string_get()
90 t->used += len; in bit_map_string_get()
106 if (t->used < len) in bit_map_clear()
116 t->used -= len; in bit_map_clear()
/linux-4.1.27/arch/ia64/kernel/
Dparavirt_patch.c242 unsigned long used = 0; in __paravirt_patch_apply_bundle() local
267 used = need; in __paravirt_patch_apply_bundle()
268 memcpy(sbundle, p->sbundle, used); in __paravirt_patch_apply_bundle()
273 return used; in __paravirt_patch_apply_bundle()
288 unsigned long used; in paravirt_patch_apply_bundle() local
290 used = (*pv_init_ops.patch_bundle)(p->sbundle, p->ebundle, in paravirt_patch_apply_bundle()
292 if (used == 0) in paravirt_patch_apply_bundle()
295 fill_nop_bundle(p->sbundle + used, p->ebundle); in paravirt_patch_apply_bundle()
/linux-4.1.27/arch/cris/arch-v32/
DKconfig18 Select how many Ethernet LED groups that can be used. Usually one per Ethernet
30 can be used for one or more Ethernet interfaces. However, it is
125 standard flashes used in axis products (120 ns).
141 register-mapped LEDs are used.
167 because group 1 is not used in the default configuration,
195 This is often totally different depending on the product used.
199 LED's at the general ports, these bits are used for all kinds of
217 This is often totally different depending on the product used.
221 LED's at the general ports, these bits are used for all kinds of
239 This is often totally different depending on the product used.
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-emc.txt11 set of tables can be present and said tables will be used
29 next level of nodes below the emc table are used to specify which settings
52 and they will always be used (based on which frequency is used).
62 used to select which tables to use.
68 the valid frequency for which the table should be used (in kHz).
70 table should be used (in kHz).
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Ddra7-atl.txt3 The ATL IP is used to generate clock to be used to synchronize baseband and
9 In order to provide the support for ATL and it's output clocks (which can be used
15 Provides ccf level representation of the ATL clocks to be used by drivers.
16 Since the clock instances are part of a single IP this binding is used as a node
28 This binding is used to configure the IP driver which is going to handle the
/linux-4.1.27/Documentation/scsi/
Dst.txt27 continued using existing format, and the default format is used if
32 used only in variable block mode (I don't know if this is sensible
44 the configuration of mode 0 is used to provide a starting point for
53 If more than one mode is used, all modes should contain definitions
92 consecutive files must be written fast. The MTWEOFI operation can be used to
95 operation is MTWEOFI, close() does not write a filemark. This can be used if
104 4. If the open option O_NONBLOCK is used, open succeeds even if the
105 drive is not ready. If O_NONBLOCK is not used, the driver waits for
116 each drive are used.
125 backward compatible with the numbering used when the minor number was
[all …]
/linux-4.1.27/Documentation/filesystems/caching/
Doperations.txt29 This facility is available to and expected to be be used by the cache backends,
82 This is, for example, used in read operations for calling readpages() on
88 If this option is to be used, FSCACHE_OP_WAITING must be set in op->flags
100 This is, for example, used by CacheFiles to copy data from a backing fs
103 If this option is used, op->fast_work and op->processor must be
113 This is, for example, used by FS-Cache to handle background writes of
116 If this option is used, op->slow_work and op->processor must be
139 Operations are used through the following procedure:
154 The first function should be used to submit non-exclusive ops and the
191 This can be used to allow other things to have use of the worker thread
[all …]
/linux-4.1.27/include/uapi/linux/
Dvirtio_ring.h101 struct vring_used *used; member
138 #define vring_avail_event(vr) (*(__virtio16 *)&(vr)->used->ring[(vr)->num])
146 vr->used = (void *)(((unsigned long)&vr->avail->ring[num] + sizeof(__virtio16) in vring_init()
/linux-4.1.27/Documentation/devicetree/bindings/rtc/
Datmel,at91sam9-rtc.txt8 - atmel,rtt-rtc-time-reg: should encode the GPBR register used to store
9 the time base when the RTT is used as an RTC.
12 GPBR register used to store the time base).
Drtc-omap.txt5 - "ti,da830-rtc" - for RTC IP used similar to that on DA8xx SoC family.
6 - "ti,am3352-rtc" - for RTC IP used similar to that on AM335x SoC family.
9 used to control an external PMIC via the
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dpxa-pwm.txt9 - reg: Physical base address and length of the registers used by the PWM channel
10 Note that one device instance must be created for each PWM that is used, so the
13 - #pwm-cells: Should be 1. This cell is used to specify the period in
Dpwm.txt20 property is given, the name of the user node will be used as fallback.
26 The following example could be used to describe a PWM-based backlight
41 because the name "backlight" would be used as fallback anyway.
60 PWM controller nodes must specify the number of cells used for the
/linux-4.1.27/Documentation/networking/
Dsecid.txt3 The secid member in the flow structure is used in LSMs (e.g. SELinux) to indicate
4 the label of the flow. This label of the flow is currently used in selecting
14 associations, if any, used by the packet.
Dipv6.txt10 is not specified the default value is used.
17 its functionality. This might be used when another module
39 on all interfaces. This might be used when one does not wish
59 This might be used when no IPv6 addresses are desired.
DPLIP.txt23 cable]. [The protocol used to pack IP packages, is a simple one
47 Can only be used to connect three (?) Linux boxes. Doesn't connect to
67 When a parallel port used for a PLIP driver has an IRQ configured to it, the
69 when no data is available, the driver isn't being used.
72 to a certain parallel port, mainly because it is used by some other device.
73 On these machines, the PLIP driver can be used in IRQ-less mode, where
82 When the PLIP driver is used in IRQ mode, the timeout used for triggering a
95 10^6/HZ usecs. If both sides of a PLIP connection are used in IRQ-less mode,
129 status inputs, and they are used as four data inputs and a clock (data
160 nibbles into bytes. This cable should not be used on unidirectional
Dnetlink_mmap.txt8 Memory mapped netlink I/O can be used to increase throughput and decrease
14 Memory mapped netlink I/O used two circular ring buffers for RX and TX which
17 The RX ring is used by the kernel to directly construct netlink messages into
22 The TX ring is used to process messages directly from user-space memory, the
42 Usage of either ring is optional, but even if only the RX ring is used the
60 be used to wait for free frames in the TX ring.
69 fixed size dependent on the parameters used for ring setup.
85 The ring parameters used for setting up the ring are defined as follows:
105 The getpagesize() function can be used to get the page size.
142 - nm_status is used for synchronizing processing between the kernel and user-
[all …]
Drxrpc.txt6 that can be used to perform RxRPC remote operations. This is done over sockets
175 connections are handled transparently. One client socket may be used to
216 be used in all other sendmsgs or recvmsgs associated with that call. The
219 (*) connect() is used to supply a default destination address for a client
226 (*) A server socket may also be used to make client calls. To do this, the
228 transport endpoint is used to send the packets.
231 the tag is guaranteed not to be seen again, and so it can be used to pin
256 (*) The control data part of the msghdr struct is used for a number of things:
333 This is used to indicate the application's call ID. It's an unsigned long
341 This is can be used by an application to abort a call by passing it to
[all …]
Dlapb-module.txt11 separately loadable module, although it may be. The term module is used in
33 This structure is used only once, in the call to lapb_register (see below).
55 This structure is used with the lapb_getparms and lapb_setparms functions
56 (see below). They are used to allow the device driver to get and set the
78 The mode variable is a bit field used for setting (at present) three values.
89 MLP operation is the same as SLP operation except that the addresses used by
92 addresses used for commands and responses, and (ii) when the DCE is not
105 This must be called before the LAPB module may be used. If the call is
109 callbacks, and is used by the device driver in all calls to the LAPB module.
176 used by the device driver again. The valid return values are:
[all …]
/linux-4.1.27/Documentation/leds/
Dleds-lp3944.txt17 DIM modes; it could even be used as a gpio expander but this driver assumes it
18 is used as a led controller.
20 The DIM modes are used to set _blink_ patterns for leds, the pattern is
34 The chip is used mainly in embedded contexts, so this driver expects it is
Dleds-lp5562.txt23 This attribute is used for programming LED data with the firmware interface.
38 RGB is used for loading RGB program data, W is used for W program data.
63 The 'led_current' and 'max_current' are used.
67 To configure the platform specific data, lp55xx_platform_data structure is used.
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dmpc5xxx-mscan.txt10 also specify which clock source shall be used for the controller:
21 also specify which clock source and divider shall be used for the controller:
30 the reference clock will be used.
34 value of 1 is used.
Dm_can.txt13 - clocks : Clocks used by controller, should be host clock
23 private Message RAM are used by this M_CAN controller.
31 RAM. The remain cells are used to specify how many
32 elements are used for each FIFO/Buffer.
/linux-4.1.27/Documentation/sysctl/
Dsunrpc.txt11 The files in this directory can be used to (re)set the debug
13 the Linux kernel. This stuff is used for NFS, KNFSD and
16 The files in there are used to control the debugging flags:
/linux-4.1.27/arch/cris/arch-v32/mach-a3/
DKconfig53 This is often totally different depending on the product used.
57 LED's at the general ports, these bits are used for all kinds of
73 This is often totally different depending on the product used.
77 LED's at the general ports, these bits are used for all kinds of
93 This is often totally different depending on the product used.
97 LED's at the general ports, these bits are used for all kinds of
Darbiter.c59 int used; member
368 int used[2]; in crisv32_arbiter_watch() local
382 used[0] = 1; in crisv32_arbiter_watch()
384 used[1] = 1; in crisv32_arbiter_watch()
387 if (!used[arbiter]) in crisv32_arbiter_watch()
391 if (!watches[arbiter][i].used) { in crisv32_arbiter_watch()
400 watches[arbiter][i].used = 1; in crisv32_arbiter_watch()
491 if ((id2 >= NUMBER_OF_BP) || (!watches[arbiter][id2].used)) { in crisv32_arbiter_unwatch()
/linux-4.1.27/drivers/media/platform/davinci/
DKconfig10 Enables Davinci VPIF module used for display devices.
11 This module is used for display on TI DM6467/DA850/OMAPL138
24 Enables Davinci VPIF module used for capture devices.
25 This module is used for capture on TI DM6467/DA850/OMAPL138
82 Enables Davinci VPBE module used for display devices.
83 This module is used for display on TI DM644x/DM365/DM355
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dmsi-pic.txt10 should be used. The first entry is optional; the second entry is
31 msi interrupt can be used in the 256 msi interrupts. This property is
32 optional, without this, all the MSI interrupts can be used.
39 is used for MSI messaging. The address of MSIIR in PCI address space is
42 This property may be used in virtualized environments where the hypervisor
102 be used to cover all of the guest's memory space.
112 primary window used for memory, but mapped to the MSIR block (where MSIIR
113 lives). The first subwindow after the end of guest memory is used for
Ddma.txt4 This is a little-endian 4-channel DMA controller, used in Freescale mpc83xx
72 mainly used in Freescale mpc85xx/86xx, Pxxx and BSC series chips, such as
133 channels while EloPlus has only 4, it is used in Freescale Txxx and Bxxx
202 "fsl,elo-dma-channel" or "fsl,eloplus-dma-channel" to be used by the Elo DMA
203 driver (fsldma). Any DMA channel used by fsldma cannot be used by another
205 channel that should be used for another driver should not use
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dspi-cadence.txt15 - num-cs : Number of chip selects used.
16 If a decoder is used, this will be the number of
18 - is-decoded-cs : Flag to indicate whether decoder is used or not.
Dspi-samsung.txt3 The Samsung SPI controller is used to interface with various devices such as flash
34 select the clock source for the spi bus clock, this property can be used to
35 indicate the clock to be used for driving the spi bus clock. If not specified,
36 the clock number 0 is used as default.
41 - cs-gpios: should specify GPIOs used for chipselects (see spi-bus.txt)
Dspi-bus.txt21 assumption that board specific platform code will be used to manage
28 If cs-gpios is used the number of chip select will automatically increased
61 used for MOSI. Defaults to 1 if not present.
63 used for MISO. Defaults to 1 if not present.
69 Dual/Quad mode is not allowed when 3-wire mode is used.
71 If a gpio chipselect is used for the SPI slave the gpio number will be passed
Dspi_oc_tiny.txt5 - gpios : should specify GPIOs used for chipselect.
8 - baud-width: width, in bits, of the programmable divider used to scale
Dsnps,dw-apb-ssi.txt6 - interrupts : One interrupt, used by the controller.
11 - cs-gpios : Specifies the gpio pis to be used for chipselects.
/linux-4.1.27/drivers/media/
DKconfig92 Enable the media controller API used to query media devices internal
95 This API is mostly used by camera interfaces in embedded platforms.
121 Enables the V4L2 sub-device pad-level userspace API used to configure
124 This API is mostly used by camera interfaces in embedded platforms.
146 standard. It is used, for example, by automatic firmware updates used
147 on Set-Top-Boxes. It can also be used to access the Internet via the
153 # This Kconfig option is used by both PCI and USB drivers
197 frontends, that are used by any of the supported devices.
/linux-4.1.27/net/dns_resolver/
DKconfig9 which can be used to make upcalls to perform DNS lookups in
12 DNS Resolver is used to query DNS server for information. Examples
17 DNS Resolver is used by the CIFS and AFS modules, and would support
/linux-4.1.27/drivers/char/mwave/
DREADME20 irq used by the dsp to be configured.
25 io range used by the dsp to be configured.
30 irq used by the mwave uart to be configured.
35 io range used by the mwave uart to be configured.
/linux-4.1.27/Documentation/devicetree/bindings/iio/adc/
Dxilinx-xadc.txt27 * "none": No external multiplexer is used, this is the default
29 * "single": External multiplexer mode is used with one
31 * "dual": External multiplexer mode is used with two
33 - xlnx,external-mux-channel: Configures which pair of pins is used to
68 Note each channel number should only be used at most
71 * xlnx,bipolar: If set the channel is used in bipolar
Dqcom,spmi-vadc.txt51 Definition: This parameter is used to decrease ADC sampling rate.
54 If property is not found, default value of 512 will be used.
64 If property is not found default value depending on chip will be used.
88 Definition: Number of samples to be used for measurement.
93 If property is not found, 1 sample will be used.
97 Following channels, also known as reference point channels, are used for
Dtwl4030-madc.txt13 should be used, which is intended to be used
/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_blit.c176 dev_priv->blit_vb->used = 512; in set_shaders()
539 dev_priv->blit_vb->used = 0; in r600_nomm_put_vb()
547 dev_priv->blit_vb->offset + dev_priv->blit_vb->used)); in r600_nomm_get_vb_ptr()
631 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) { in r600_blit_copy()
675 dev_priv->blit_vb->used; in r600_blit_copy()
686 dev_priv->blit_vb->used += 12 * 4; in r600_blit_copy()
720 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) { in r600_blit_copy()
765 dev_priv->blit_vb->used; in r600_blit_copy()
776 dev_priv->blit_vb->used += 12 * 4; in r600_blit_copy()
797 if ((dev_priv->blit_vb->used + 48) > dev_priv->blit_vb->total) { in r600_blit_swap()
[all …]
/linux-4.1.27/Documentation/device-mapper/
Ddm-log.txt3 The device-mapper logging code is used by some of the device-mapper
34 performance. This method can also be used if no storage device is
44 The structure used for communication between kernel and userspace are
47 kernel and userspace, 'connector' is used as the interface for
53 can be used in a shared-storage environment when the cluster log implementations
/linux-4.1.27/arch/mips/netlogic/
DKconfig10 This DTB will be used if the firmware does not pass in a DTB
20 This DTB will be used if the firmware does not pass in a DTB
30 This DTB will be used if the firmware does not pass in a DTB
40 This DTB will be used if the firmware does not pass in a DTB
49 This DTB will be used if the firmware does not pass in a DTB
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dclk-exynos-audss.txt21 is used if not specified.
23 is used if not specified.
24 - cdclk: External i2s clock, parent of mout_i2s. "cdclk0" is used if not
26 - sclk_audio: Audio bus clock, parent of mout_i2s. "sclk_audio0" is used if
28 - sclk_pcm_in: PCM clock, parent of sclk_pcm. "sclk_pcm0" is used if not
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt15 - thermal sensors: devices which may be used to take temperature
17 - cooling devices: devices which may be used to dissipate heat.
20 - cooling maps: used to describe links between trip points and cooling devices;
21 - thermal zones: used to describe thermal data within the hardware;
73 Size: one cell to specify minimum and maximum cooling state used
110 Type: phandle + referring to which cooling device is used in this
113 is the maximum cooling state used in this map.
126 (i) - minimum state allowed for minimum cooling state used in the reference.
127 (ii) - maximum state allowed for maximum cooling state used in the reference.
147 Type: list of used while monitoring the thermal zone.
[all …]
/linux-4.1.27/arch/sparc/
DMakefile27 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
41 KBUILD_CFLAGS += -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare
/linux-4.1.27/fs/affs/
DKconfig5 The Fast File System (FFS) is the common file system used on hard
10 controller used in an Amiga and the standard floppy controller in
14 With this driver you can also mount disk files used by Bernd
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dadi,axi-i2s.txt7 The controller expects two clocks, the clock used for the AXI interface and
8 the clock used as the sampling rate reference clock sample.
11 - dmas: Pairs of phandle and specifier for the DMA channels that are used by
Dadi,axi-spdif-tx.txt7 The controller expects two clocks, the clock used for the AXI interface and
8 the clock used as the sampling rate reference clock sample.
11 - dmas: Pairs of phandle and specifier for the DMA channel that is used by
Dmax98925.txt9 - vmon-slot-no : slot number used to send voltage information
11 - imon-slot-no : slot number used to send current information
Dst,sta350.txt67 If present, then MPCC bits are used for MPC coefficients,
68 otherwise standard MPC coefficients are used.
76 FFX mode is used.
80 channels. If not present, normal PWM spped mode (384 kHz) will be used.
84 If not present, preset DC coefficient is used.
109 value. If not specified, a divider of 1 will be used. Allowed values
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dvexpress-scc.txt5 Configuration Controller) interface, used to set initial conditions
9 and can be used to obtain runtime information about the chip internals
16 where <model> is the full tile model name (as used
/linux-4.1.27/drivers/staging/android/ion/
DKconfig8 used by Android to efficiently allocate buffers
17 Choose this option to create a device that can be used to test the
26 be used for testing the ION infrastructure if
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Dmvebu-devbus.txt28 - devbus,keep-config This property can optionally be used to keep
41 Mandatory, except if devbus,keep-config is used.
44 Mandatory, except if devbus,keep-config is used.
50 Mandatory, except if devbus,keep-config is used.
55 Mandatory, except if devbus,keep-config is used.
60 Mandatory, except if devbus,keep-config is used.
69 except if devbus,keep-config is used.
81 except if devbus,keep-config is used.
107 except if devbus,keep-config is used.
/linux-4.1.27/drivers/misc/mic/host/
Dmic_debugfs.c304 struct vring_used *used; in mic_vdev_info_show() local
337 used = vrh->vring.used; in mic_vdev_info_show()
339 vringh16_to_cpu(vrh, used->flags), in mic_vdev_info_show()
340 vringh16_to_cpu(vrh, used->idx) & (num - 1)); in mic_vdev_info_show()
342 vringh16_to_cpu(vrh, used->flags), in mic_vdev_info_show()
343 vringh16_to_cpu(vrh, used->idx)); in mic_vdev_info_show()
347 used->ring[j].id), in mic_vdev_info_show()
349 used->ring[j].len)); in mic_vdev_info_show()
/linux-4.1.27/drivers/platform/chrome/
DKconfig32 devices. It can be used to store away console logs and crash
35 The range of memory used is 0xf00000-0x1000000, traditionally
36 the memory used to back VGA controller memory.
56 checksum. This is used for userspace access only. The kernel
/linux-4.1.27/sound/pci/ctxfi/
Dctvmem.c56 list_move(&entry->list, &vm->used); in get_vm_block()
68 list_add(&block->list, &vm->used); in get_vm_block()
208 INIT_LIST_HEAD(&vm->used); in ct_vm_create()
229 while (!list_empty(&vm->used)) { in ct_vm_destroy()
230 pos = vm->used.next; in ct_vm_destroy()
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Danatop-regulator.txt7 - anatop-vol-bit-width: Number of bits used in the register
15 - anatop-delay-bit-width: Number of bits used in the step time register
18 binding, defined in regulator.txt, can also be used.
Dfan53555.txt9 voltage selector registers should be used for the suspend
10 voltage. The other one is used for the runtime voltage setting
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddavinci-vpfe-mc.txt17 Currently the driver has been successfully used on the following
61 The parameter structures used by these ioctl's are described in
65 VIDIOC_VPFE_RSZ_S_CONFIG are used to configure, enable and disable functions in
72 and VIDIOC_VPFE_RSZ_G_CONFIG are used to get the current configuration set in
87 The parameter structures used by these ioctl's are described in
90 The VIDIOC_VPFE_IPIPEIF_S_CONFIG is used to configure the ipipeif
/linux-4.1.27/Documentation/devicetree/bindings/drm/imx/
Dldb.txt37 - pinctrl-names : should be "default" on i.MX53, not used on i.MX6q
39 not used on i.MX6q
55 On i.MX5, the internal two-input-multiplexer is used. Due to hardware
56 limitations, only one input port (port@[0,1]) can be used for each channel
62 display-timings are used instead.
64 Optional properties (required if display-timings are used):
/linux-4.1.27/Documentation/serial/
Dserial-rs485.txt8 This standard is widely used for communications in industrial automation
9 because it can be used effectively over long distances and in electrically
16 toggling RTS or DTR signals. That can be used to control external
28 RS485 communications. This data structure is used to set and configure RS485
38 - TIOCSRS485 (typically associated with number 0x542F). This ioctl is used
41 - TIOCGRS485 (typically associated with number 0x542E). This ioctl is used
/linux-4.1.27/net/l2tp/
DKconfig19 L2TP is often used to tunnel PPP traffic over IP
21 connections. L2TP is also used as a VPN protocol, popular
41 used to dump internal state of the l2tp drivers for problem
81 in IP packets, it used IP protocol number 115, so this port
96 used as a control protocol and for data encapsulation to set
102 be used to assign an IP address to the local virtual
/linux-4.1.27/sound/pci/hda/
Dhda_jack.c81 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_tbl_get()
101 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_tbl_get_from_tag()
124 jack->tag = codec->jacktbl.used; in snd_hda_jack_tbl_new()
133 for (i = 0; i < codec->jacktbl.used; i++, jack++) { in snd_hda_jack_tbl_clear()
191 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_set_dirty_all()
330 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_report_sync()
338 for (i = 0; i < codec->jacktbl.used; i++, jack++) in snd_hda_jack_report_sync()
454 for (i = 0; i < codec->jacktbl.used; i++, jack++) { in get_unique_index()
614 for (i = 0; i < codec->jacktbl.used; i++, jack++) { in snd_hda_jack_poll_all()
/linux-4.1.27/Documentation/video4linux/bttv/
DSound-FAQ12 Sound will work only, if the correct entry is used (for video it often
14 log, telling which card type is used. Like this one:
27 and other nice features. The msp34xx chips are used by Hauppauge for
30 chip used on your board: Bad luck. Start writing a new one. Well,
48 you can get/set the status if these pins. They can be used for input
53 These pins are also used by some companies to drive remote control
68 gpiomask specifies which pins are used to control the audio mux chip.
82 values used by the windows driver. A tool to do this is available
122 audio_inputs - historical cruft, not used any more.
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-driver-ib_srp21 InfiniBand service ID used to establish communication with
62 different CPU then the comp_vector parameter can be used to
95 Description: Number of RDMA channels used for communication with the SRP
109 Description: Completion vector used for the first RDMA channel.
115 Description: InfiniBand destination GID used for communication with the SRP
136 Description: Name of the InfiniBand HCA used for communicating with the
143 Description: Number of the HCA port used for communicating with the
157 Description: A 16-bit number representing the InfiniBand partition key used
172 Description: InfiniBand service ID used for establishing communication with
179 Description: InfiniBand GID of the source port used for communication with
/linux-4.1.27/drivers/md/bcache/
Dutil.h35 size_t size, used; \
42 (heap)->used = 0; \
68 for (; _j * 2 + 1 < (h)->used; _j = _r) { \
70 if (_r + 1 < (h)->used && \
95 size_t _i = (h)->used++; \
106 bool _r = (h)->used; \
109 (h)->used--; \
110 heap_swap(h, 0, (h)->used); \
116 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL)
118 #define heap_full(h) ((h)->used == (h)->size)
/linux-4.1.27/tools/perf/util/
Dpmu.c570 t->used = true; in pmu_resolve_param_term()
601 if (term->used) in pmu_config_term()
834 int used = snprintf(buf, len, "%s/%s", pmu->name, alias->name); in format_alias() local
838 used += snprintf(buf + used, sub_non_neg(len, used), in format_alias()
843 if (sub_non_neg(len, used) > 0) { in format_alias()
844 buf[used] = '/'; in format_alias()
845 used++; in format_alias()
847 if (sub_non_neg(len, used) > 0) { in format_alias()
848 buf[used] = '\0'; in format_alias()
849 used++; in format_alias()
/linux-4.1.27/Documentation/isdn/
DREADME.concap4 The "concap" interface is intended to be used by network device
11 This is currently only used inside the isdn subsystem. But it might
22 The encapsulation protocol used on top of WAN connections or permanent
33 In contrast, LAN network interfaces always used a single encapsulation
36 traditional linux network device drivers used to process the
43 The configurability of the encapsulation protocol to be used
48 Many Encapsulation protocols used on top of WAN connections will not just
70 synchronous ppp implementation used by the isdn driver and the
71 asynchronous ppp implementation used by the ppp driver have a lot of
83 the encapsulation protocol used, e.g. for a ppp module using our service
[all …]
DREADME.hfc-pci1 The driver for the HFC-PCI and HFC-PCI-A chips from CCD may be used
6 When the echo logging feature is used the number of available B-channels
34 If the io parameter is used the io addresses of all used cards should be
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfsroot.txt55 the default "/tftpboot/%s" will be used.
68 The following defaults are used:
105 <server-ip> IP address of the NFS server. If RARP is used to determine
114 The address of the autoconfiguration server is used.
128 If specified and DHCP is used, the user provided hostname will
131 Default: Client IP address is used in ASCII notation.
135 Default: If the host only has one device, it is used.
144 to reply is used.
147 into the kernel will be used, regardless of the value of
197 To get the kernel into memory different approaches can be used.
[all …]
/linux-4.1.27/Documentation/hwmon/
Dshtc123 humidity is expressed as a percentage. Driver can be used as well for SHTW1
34 is used. Make sure clock-stretching works properly on your device if you
36 2. high or low accuracy. High accuracy is used by default and using it is
Dlm8351 The fact that the LM83 is only scarcely used can be easily explained.
54 sensors. This means that temperature-only chips are usually used as
67 monitoring chipset. One temperature sensor is used for the motherboard
68 (actually measuring the LM83's own temperature), one is used for the
69 CPU. The two other sensors must be used to measure the temperature of
/linux-4.1.27/fs/jfs/
Djfs_types.h164 #define setDASDUSED(dasdp, used)\ argument
166 (dasdp)->used_hi = ((u64)used) >> 32;\
167 (dasdp)->used_lo = __cpu_to_le32(used);\
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dpxa27x-keypad.txt16 - marvell,direct-key-count : How many direct keyes are used.
18 are used. If bit[X] of the mask is set, the direct key X
19 is used.
32 - marvell,rotary-rel-key : When rotary is used for relative axes
Dgpio-matrix-keypad.txt3 GPIO driven matrix keypad is used to interface a SoC with a matrix keypad.
11 - row-gpios: List of gpios used as row lines. The gpio specifier
14 - col-gpios: List of gpios used as column lines. The gpio specifier
/linux-4.1.27/net/can/
DKconfig11 1991, mainly for automotive, but now widely used in marine
27 most cases where no higher level protocol is being used. The raw
40 CAN messages are used on the bus (e.g. in automotive environments).
47 The CAN Gateway/Router is used to route (and modify) CAN frames.
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dethernet.txt5 - mac-address: array of 6 bytes, specifies the MAC address that was last used by
6 the boot program; should be used in cases where the MAC address assigned to
23 is used for components that can have configurable receive fifo sizes,
27 is used for components that can have configurable fifo sizes.
/linux-4.1.27/drivers/mailbox/
DKconfig16 used in Secure mode only.
23 Mailbox (IPCM), tailored for the Calxeda Highbank. It is used to
52 (PCC) is typically used by CPPC (ACPI CPU Performance management),
60 An implementation of the Altera Mailbox soft core. It is used
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/
Degalax-ts.txt8 - wakeup-gpios: the gpio pin to be used for waking up the controller
9 and also used as irq pin
/linux-4.1.27/Documentation/devicetree/bindings/w1/
Dw1-gpio.txt7 - the first one is used as data I/O pin
8 - the second one is optional. If specified, it is used as
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dhead.S28 ;; kernel was compressed). They must not be used in the code below
80 ;; c,d used for linear kernel mapping, up to 512 MB
81 ;; e used for vmalloc
85 ;; c used for linear kernel mapping, up to 256 MB
86 ;; d used for vmalloc
87 ;; e,f used for memory-mapped NOR flash
200 ;; variables used below are correctly set up by the linker script.
201 ;; The calculated value stored in R4 is used below.
/linux-4.1.27/Documentation/devicetree/bindings/mailbox/
Domap-mailbox.txt30 A Mailbox device node is used to represent a Mailbox IP instance within a SoC.
55 A child node is used for representing the actual sub-mailbox device that is
56 used for the communication between the host processor and a remote processor.
69 Cell #1 (fifo_id) - mailbox fifo id used either for transmitting
85 the intended sub-mailbox child node to be used for communication. The equivalent
86 "mbox-names" property value can be used to give a name to the communication channel
87 to be used by the client user.
/linux-4.1.27/drivers/staging/unisys/Documentation/
Dproc-entries.txt11 entries for the controlvm channel used by visorchipset.
13 /proc/uislib/platform: This entry is used to display the platform
29 /proc/uislib/cycles_before_wait: This entry is used to tune
34 /proc/uislib/smart_wakeup: This entry is used to tune performance, by
72 These entries are used to pass information between the s-Par platform
87 /proc/visorchipset/installer: this entry is used by the installation
/linux-4.1.27/Documentation/trace/
Devents-power.txt29 A suspend event is used to indicate the system going in and out of the
46 The clock events are used for clock enable/disable and for
59 The power domain events are used for power domains transitions
68 The PM QoS events are used for QoS add/update/remove request and for
87 And, there are also events used for device PM QoS add/update/remove request.
/linux-4.1.27/tools/testing/ktest/examples/
DREADME17 used to perform real testing.
19 kvm.conf - A example of a config that is used to test a virtual guest running
22 snowball.conf - An example config that was used to demo ktest.pl against
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_allocator.c140 ++array->page_list[p].used; in mthca_array_set()
149 if (--array->page_list[p].used == 0) { in mthca_array_clear()
155 if (array->page_list[p].used < 0) in mthca_array_clear()
157 array, index, p, array->page_list[p].used); in mthca_array_clear()
171 array->page_list[i].used = 0; in mthca_array_init()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/
Demac.txt39 - fifo-entry-size : 1 cell, size of a fifo entry (used to calculate
42 - mal-burst-size : 1 cell, MAL burst size (used to calculate thresholds)
51 MDIO lines for the PHY used by this EMAC.
55 channel or 0xffffffff if ZMII is only used for MDIO.
60 RGMII channel is used by this EMAC.
69 for, used if phy-address is absent. bit 0x00000001 is
82 - tah-channel : 1 cell, optional. If appropriate, channel used on the
/linux-4.1.27/net/packet/
DKconfig8 The Packet protocol is used by applications which communicate
23 Support for PF_PACKET sockets monitoring interface used by the ss tool.
/linux-4.1.27/sound/synth/
Dutil_mem.c129 hdr->used += units; in __snd_util_memblk_new()
157 hdr->used -= blk->size; in __snd_util_mem_free()
182 size = hdr->size - hdr->used; in snd_util_mem_avail()
/linux-4.1.27/drivers/staging/ozwpan/
DREADME18 wpa_supplicant can be used to setup the network interface to create a persistent
22 The protocol used over the network does not directly mimic the USB bus
25 ozprotocol.h for data structures used in the protocol).
/linux-4.1.27/arch/powerpc/platforms/83xx/
DKconfig116 # used for usb & gpio
121 # used for math-emu
125 # used for usb & gpio
130 # used for usb & gpio
/linux-4.1.27/Documentation/sound/alsa/soc/
DDAI.txt22 I2S is a common 4 wire DAI used in HiFi, STB and portable devices. The Tx and
23 Rx lines are used for audio transmission, whilst the bit clock (BCLK) and
45 flexible protocol. It has bit clock (BCLK) and sync (SYNC) lines that are used
46 to synchronise the link whilst the Tx and Rx lines are used to transmit and
/linux-4.1.27/arch/x86/kernel/
Ddumpstack_64.c119 unsigned *used, char **id) in analyze_stack() argument
128 used, id); in analyze_stack()
159 unsigned used = 0; in dump_trace() local
189 irq_stack, &used, &id); in dump_trace()
/linux-4.1.27/Documentation/RCU/
DarrayRCU.txt4 Although RCU is more commonly used to protect linked lists, it can
5 also be used to protect arrays. Three situations are as follows:
28 have not been used with RCU. Rik van Riel recommends using seqlock in
39 function used by the System V IPC code. The array is used to map from
49 Note that rcu_assign_pointer() is used to update the ids->entries pointer,
/linux-4.1.27/Documentation/devicetree/bindings/iio/
Dsensorhub.txt11 - ap-mcu-gpios: [out] ap to sensorhub line - used during communication
12 - mcu-ap-gpios: [in] sensorhub to ap - used during communication
/linux-4.1.27/sound/drivers/opl4/
Dopl4_seq.c68 if (opl4->used) { in snd_opl4_seq_use()
72 opl4->used++; in snd_opl4_seq_use()
95 opl4->used--; in snd_opl4_seq_unuse()

12345678910>>...15