/linux-4.4.14/tools/perf/util/ |
D | sort.h | 86 } pairs; member 130 return !list_empty(&he->pairs.node); in hist_entry__has_pairs() 136 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair() 143 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
|
D | hist.c | 370 INIT_LIST_HEAD(&he->pairs.node); in hist_entry__new()
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | utfileio.c | 87 u32 pairs = 0; in acpi_ut_check_text_mode_corruption() local 107 pairs++; in acpi_ut_check_text_mode_corruption() 113 if (!pairs) { in acpi_ut_check_text_mode_corruption() 126 acpi_os_printf("All LFs (%u) were changed to CR/LF pairs\n", pairs); in acpi_ut_check_text_mode_corruption()
|
/linux-4.4.14/Documentation/locking/ |
D | locktorture.txt | 43 o "spin_lock": spin_lock() and spin_unlock() pairs. 46 pairs. 48 o "rw_lock": read/write lock() and unlock() rwlock pairs. 51 rwlock pairs. 53 o "mutex_lock": mutex_lock() and mutex_unlock() pairs. 56 pairs. Kernel must have CONFIG_RT_MUTEX=y. 58 o "rwsem_lock": read/write down() and up() semaphore pairs.
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | sirf-audio-port.txt | 6 - dmas: List of DMA controller phandle and DMA request line ordered pairs. 8 These strings correspond 1:1 with the ordered pairs in dmas.
|
D | brcm,bcm2835-i2s.txt | 8 - dmas: List of DMA controller phandle and DMA request line ordered pairs. 10 These strings correspond 1:1 with the ordered pairs in dmas.
|
D | sirf-usp.txt | 6 - dmas: List of DMA controller phandle and DMA request line ordered pairs. 8 These strings correspond 1:1 with the ordered pairs in dmas.
|
D | davinci-mcasp-audio.txt | 23 ordered pairs. 25 These strings correspond 1:1 with the ordered pairs in dmas. The dma
|
D | sun4i-codec.txt | 11 - clocks: a list of phandle + clock-specifer pairs, one for each entry
|
D | samsung-i2s.txt | 23 - dmas: list of DMA controller phandle and DMA request line ordered pairs. 25 These strings correspond 1:1 with the ordered pairs in dmas.
|
D | rockchip-spdif.txt | 18 - clocks: a list of phandle + clock-specifier pairs, one for each entry
|
D | rockchip-i2s.txt | 18 - clocks: a list of phandle + clock-specifer pairs, one for each entry in clock-names.
|
D | fsl,asrc.txt | 6 Ends Audio controller such as ESAI, SSI and SAI. It has three pairs to support
|
D | wm8994.txt | 35 - clocks : A list of up to two phandle and clock specifier pairs
|
D | nau8825.txt | 72 - clocks: list of phandle and clock specifier pairs according to common clock bindings for the
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | sun9i-usb-phy.txt | 7 - reg : a list of offset + length pairs 15 - resets : a list of phandle + reset specifier pairs
|
D | sun4i-usb-phy.txt | 12 - reg : a list of offset + length pairs 23 - resets : a list of phandle + reset specifier pairs
|
D | qcom-apq8064-sata-phy.txt | 11 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
|
D | phy-stih407-usb.txt | 9 - resets : list of phandle and reset specifier pairs. There should be two entries, one
|
D | qcom-dwc3-usb-phy.txt | 13 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
|
D | ti-phy.txt | 37 - clocks: a list of phandles and clock-specifier pairs, one for each entry in 68 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
|
D | phy-mt65xx-usb.txt | 10 - clocks : a list of phandle + clock-specifier pairs, one for each
|
/linux-4.4.14/net/netfilter/ipset/ |
D | Kconfig | 41 can store IPv4 address and (source) MAC address pairs from a range. 69 can store IPv4/IPv6 address and mark pairs. 78 can store IPv4/IPv6 address and protocol/port pairs. 134 one can store IPv4/IPv6 network address/prefix pairs in a set. 144 protocol/port pairs as elements in a set. 154 interface name pairs as elements in a set.
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm3380-l2-intc.txt | 8 - contains one or more enable/status word pairs, which often appear at 16 - reg: specifies one or more enable/status pairs, in the following format:
|
D | msi.txt | 64 - msi-parent: A list of phandle + msi-specifier pairs, one for each MSI
|
D | arm,gic.txt | 62 - clocks : List of phandle and clock-specific pairs, one for each entry
|
/linux-4.4.14/tools/perf/ui/ |
D | hist.c | 46 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__fmt() 171 list_for_each_entry(pair, &a->pairs.head, pairs.node) { in __hpp__sort() 176 list_for_each_entry(pair, &b->pairs.head, pairs.node) { in __hpp__sort()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ioctl.c | 35 SVGA3dCapPair pairs[SVGA3D_DEVCAP_MAX]; member 147 size_t pair_offset = offsetof(struct svga_3d_compat_cap, pairs); in vmw_fill_compat_cap() 165 compat_cap->pairs[i][0] = i; in vmw_fill_compat_cap() 166 compat_cap->pairs[i][1] = vmw_mask_multisample in vmw_fill_compat_cap()
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | nvidia,tegra20-gart.txt | 5 - reg: Two pairs of cells specifying the physical address and size of
|
D | iommu.txt | 75 - iommus: A list of phandle and IOMMU specifier pairs that describe the IOMMU
|
/linux-4.4.14/drivers/firmware/broadcom/ |
D | Kconfig | 8 pairs.
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | da9150-charger.txt | 7 - io-channels: List of phandle and IIO specifier pairs
|
/linux-4.4.14/Documentation/sound/oss/ |
D | WaveArtist | 8 mm31 write the volume setting in pairs, where mm = (nn - 10) / 2 9 rr32 write the mixer settings in pairs, where rr = nn/2
|
D | README.OSS | 1204 DMA channel pairs are: 0&1, 1&0 and 3&0.
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | armada-380-rtc.txt | 7 - reg: a list of base address and size pairs, one for each entry in
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | omap-usb-tll.txt | 12 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
|
D | cros-ec.txt | 35 - reg: List of (IO address, size) pairs defining the interface uses
|
D | omap-usb-host.txt | 35 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-format | 10 name/value pairs.
|
D | dev-kmsg | 75 key/value pairs to the log message, which provide the machine
|
D | sysfs-bus-coresight-devices-etm4x | 28 Description: (R) Indicates the number of address comparator pairs that are 69 Description: (R) Indicates the number of resource selection pairs that are
|
D | sysfs-bus-coresight-devices-etm3x | 149 Description: (R) Provides the number of address comparators pairs accessible
|
D | sysfs-bus-iio | 86 Channels with 'i' and 'q' modifiers always exist in pairs and both 1309 Channels with 'i' and 'q' modifiers always exist in pairs and both
|
/linux-4.4.14/drivers/gpu/drm/i2c/ |
D | Kconfig | 25 when used in pairs) TMDS transmitters, used in some nVidia
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | usb-ohci.txt | 14 - clocks : a list of phandle + clock specifier pairs
|
D | renesas_usbhs.txt | 11 - clocks: A list of phandle + clock specifier pairs
|
D | msm-hsusb.txt | 28 - clocks: A list of phandle + clock-specifier pairs for the 42 - resets: A list of phandle + reset-specifier pairs for the
|
D | ehci-st.txt | 17 - resets : phandle + reset specifier pairs to the powerdown and softreset lines
|
D | usb-ehci.txt | 18 - clocks : a list of phandle + clock specifier pairs
|
D | qcom,dwc3.txt | 5 - clocks: A list of phandle + clock-specifier pairs for the
|
D | dwc3-st.txt | 13 - resets : list of phandle and reset specifier pairs. There should be two entries, one
|
/linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
D | sdhci-fujitsu.txt | 9 list of phandles and clock-specifier pairs.
|
D | sunxi-mmc.txt | 13 - clocks : a list with 4 phandle + clock specifier pairs
|
D | sdhci-msm.txt | 15 - clocks: A list of phandle + clock-specifier pairs for the clocks listed in clock-names.
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | fsl-lpuart.txt | 11 - clocks : phandle + clock specifier pairs, one for each entry in clock-names
|
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_virtchnl.c | 233 int pairs = adapter->num_active_queues; in i40evf_configure_queues() local 244 (sizeof(struct i40e_virtchnl_queue_pair_info) * pairs); in i40evf_configure_queues() 250 vqci->num_queue_pairs = pairs; in i40evf_configure_queues() 255 for (i = 0; i < pairs; i++) { in i40evf_configure_queues()
|
D | i40evf_main.c | 1180 int pairs = 0; in i40evf_set_interrupt_capability() local 1187 pairs = adapter->num_active_queues; in i40evf_set_interrupt_capability() 1194 v_budget = min_t(int, pairs, (int)(num_online_cpus() * 2)) + NONQ_VECS; in i40evf_set_interrupt_capability() 1210 adapter->netdev->real_num_tx_queues = pairs; in i40evf_set_interrupt_capability()
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | renesas,usb-dmac.txt | 10 - clocks: a list of phandle + clock-specifier pairs.
|
D | shdma.txt | 76 - dmas: a list of <[DMA multiplexer phandle] [MID/RID value]> pairs,
|
D | renesas,rcar-dmac.txt | 27 - clocks: a list of phandle + clock-specifier pairs, one for each entry
|
D | fsl-edma.txt | 31 - clocks : A list of phandle and clock-specifier pairs, one for each entry in
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | samsung-sss.txt | 31 - clocks : list of clock phandle and specifier pairs for all clocks listed in
|
D | fsl-sec4.txt | 112 Definition: A list of phandle and clock specifier pairs describing
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | README.hm12 | 24 contain 8 UV value pairs (16 bytes in total). The second 16 bytes are the 25 second line of 8 UV pairs of the top-left block, etc. After transmitting
|
/linux-4.4.14/Documentation/devicetree/bindings/timer/ |
D | renesas,mtu2.txt | 24 - clocks: a list of phandle + clock-specifier pairs, one for each entry
|
D | renesas,tmu.txt | 22 - clocks: a list of phandle + clock-specifier pairs, one for each entry
|
D | renesas,cmt.txt | 58 - clocks: a list of phandle + clock-specifier pairs, one for each entry
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | sp810.txt | 19 specifier pairs for the entries of clock-names property
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | samsung-s5k6a3.txt | 15 - clocks : should contain list of phandle and clock specifier pairs
|
D | samsung-s5k5baf.txt | 15 - clocks : list of phandle and clock specifier pairs
|
D | samsung-s5c73m3.txt | 25 - clocks : should contain list of phandle and clock specifier pairs
|
/linux-4.4.14/fs/ext2/ |
D | Kconfig | 15 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 40 alloc-ranges (optional) - prop-encoded-array (address, length pairs). 76 memory-region (optional) - phandle, specifier pairs to children of /reserved-memory
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/xilinx/ |
D | xilinx_dma.txt | 52 - dmas: a list of <[DMA device phandle] [Channel ID]> pairs,
|
D | xilinx_vdma.txt | 62 - dmas: a list of <[Video DMA device phandle] [Channel ID]> pairs,
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | brcm,bcm7445-switch-v4.0.txt | 7 pairs of register addresses and lengths
|
D | brcm,bcmgenet.txt | 39 parent node compatible property (e.g: brcm,genet-v4 pairs with
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | mt8173-cpu-dvfs.txt | 4 - clocks: A list of phandle + clock-specifier pairs for the clocks listed in clock names.
|
D | xgene.txt | 24 - reg : shall be a list of address and length pairs describing the CSR
|
D | clock-bindings.txt | 66 clocks: List of phandle and clock specifier pairs, one pair
|
/linux-4.4.14/Documentation/hwmon/ |
D | ads7828 | 50 where 4 differential pairs can be measured.
|
D | thmc50 | 27 List of adapter,address pairs to force chips into ADM1022 mode with
|
/linux-4.4.14/Documentation/devicetree/bindings/ufs/ |
D | ufs-qcom.txt | 18 - clocks : List of phandle and clock specifier pairs
|
D | ufshcd-pltfrm.txt | 33 - clocks : List of phandle and clock specifier pairs
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | ahci-platform.txt | 29 - clocks : a list of phandle + clock specifier pairs
|
/linux-4.4.14/Documentation/devicetree/bindings/spmi/ |
D | qcom,spmi-pmic-arb.txt | 26 - reg : address + size pairs describing the PMIC arb register sets; order must
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache.txt | 191 key/value pairs passed to the policy 192 policy args : key/value pairs passed to the policy 251 core args : Key/value pairs for tuning the core 255 policy args : Key/value pairs e.g. sequential_threshold
|
D | cache-policies.txt | 42 Message and constructor argument pairs are:
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/ |
D | iio-bindings.txt | 48 io-channels: List of phandle and IIO specifier pairs, one pair
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | renesas,du.txt | 22 - clocks: A list of phandles + clock-specifier pairs, one for each entry in
|
D | arm,pl11x.txt | 23 - clocks: contains phandle and clock specifier pairs for the entries
|
/linux-4.4.14/Documentation/video4linux/ |
D | cpia2_overview.txt | 36 a tuple structure containing address/value pairs. The repeat mode is only
|
D | vivid.txt | 118 instance. This is a hexadecimal value with up to 16 pairs of bits, each
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2-glocks.txt | 137 The statistics are divided into three pairs of mean and 138 variance, plus two counters. The mean/variance pairs are 147 The three pairs of mean/variance measure the following
|
D | exofs.txt | 136 name, inode #> pairs for files that are found in that directory. The object 151 readpage, writepage, update_inode, and truncate. The following pairs of
|
D | hpfs.txt | 69 extended attributes. Extended attributes are pairs of (key,value) where key is
|
/linux-4.4.14/Documentation/ |
D | ntb.txt | 34 establishes a logical link to the peer, and creates queue pairs to exchange 93 series of pairs of scratchpad number and value
|
D | adding-syscalls.txt | 161 arguments (i.e. parameter 1, 3, 5), to allow use of contiguous pairs of 32-bit 193 followed by the (type, name) pairs for the parameters as arguments. Using
|
D | rbtree.txt | 10 storing sortable key/value data pairs. This differs from radix trees (which
|
D | dma-buf-sharing.txt | 196 - Importance of attach-detach and {map,unmap}_dma_buf operation pairs
|
D | parport-lowlevel.txt | 782 ID, and are in big-endian order. The ID is a sequence of pairs of the
|
D | md.txt | 543 numbers or start-end pairs can be written. Multiple numbers
|
D | memory-barriers.txt | 833 pairs with a release barrier, but both may also pair with other barriers, 834 including of course general barriers. A write barrier pairs with a data 837 control dependency, or a data dependency barrier pairs with a write
|
D | DMA-API-HOWTO.txt | 586 interfaces deal with page/offset pairs instead of CPU pointers.
|
D | kernel-parameters.txt | 2968 Ranges are in pairs (I/O port base and size). 2973 Ranges are in pairs (memory base and size).
|
/linux-4.4.14/Documentation/frv/ |
D | mmu-layout.txt | 12 There are 8 IAMLR/IAMPR register pairs and 16 DAMLR/DAMPR register pairs for SAT mode. 99 register pairs; and the matching kunmap_atomic() clears the DAMPR. This makes high memory
|
D | atomic-ops.txt | 27 the LL/SC instruction pairs supported on a number of platforms.
|
/linux-4.4.14/fs/f2fs/ |
D | Kconfig | 35 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/Documentation/devicetree/bindings/reset/ |
D | reset.txt | 48 resets: List of phandle and reset specifier pairs, one pair
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/ |
D | bman.txt | 62 Description: List of phandle and DCP index pairs, to the BMan instance
|
D | qman.txt | 70 Description: List of phandle and DCP index pairs, to the QMan instance
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 61 # - stores data/status byte pairs in the ring buffer
|
/linux-4.4.14/fs/reiserfs/ |
D | Kconfig | 59 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | Kconfig | 83 <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
|
/linux-4.4.14/Documentation/trace/ |
D | stm.txt | 17 master/channel pairs to the trace sources that it understands.
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra124-pinmux.txt | 11 - reg: Should contain a list of base address and size pairs for:
|
D | nvidia,tegra210-pinmux.txt | 5 - reg: Should contain a list of base address and size pairs for:
|
D | pinctrl-single.txt | 94 register offset and value pairs using pinctrl-single,pins. Only the bits
|
/linux-4.4.14/Documentation/infiniband/ |
D | user_mad.txt | 104 request/response pairs. The upper 32 bits are reserved for use by
|
/linux-4.4.14/fs/jffs2/ |
D | Kconfig | 70 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/tools/perf/ |
D | builtin-diff.c | 411 list_for_each_entry(pair, &he->pairs.head, pairs.node) in get_pair_data()
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 24 voltage/frequency pairs that are higher. 26 The set of discrete tuples consisting of frequency and voltage pairs that
|
/linux-4.4.14/Documentation/x86/ |
D | pat.txt | 156 set_memory_[uc|wc|wt] and set_memory_wb should be used in pairs, where driver
|
/linux-4.4.14/net/bridge/netfilter/ |
D | Kconfig | 83 MAC/IP address pairs can be matched, f.e. for anti-spoofing rules.
|
/linux-4.4.14/fs/ |
D | Kconfig | 154 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-stats.txt | 17 sometimes balancing only between pairs of cpus. At this time, there
|
/linux-4.4.14/fs/squashfs/ |
D | Kconfig | 105 Xattrs are name:value pairs associated with inodes by
|
/linux-4.4.14/fs/cifs/ |
D | Kconfig | 100 Extended attributes are name:value pairs associated with inodes by
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 190 64-bit arguments are placed in matching pairs of registers (i.e. the same
|
/linux-4.4.14/Documentation/devicetree/bindings/opp/ |
D | opp.txt | 16 This binding only supports voltage-frequency pairs.
|
/linux-4.4.14/drivers/mtd/chips/ |
D | Kconfig | 130 If your flash chips are interleaved in pairs - i.e. you have two
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 404 can be written at a time. For nested keyed files, the sub key pairs 405 may be specified in any order and not all pairs have to be specified. 437 "events" should be created which lists event key value pairs.
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 197 hex digits, and pairs of these digits provide the bytes in the
|
/linux-4.4.14/drivers/usb/misc/ |
D | Kconfig | 209 VID/PID pairs. This driver then initiates a corresponding test mode on
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 356 There are also convenience wrappers for retrieving specific associated pairs of 363 which return these pairs of values through their arguments after retrieving
|
D | Smack.txt | 732 Events are logged as 'key=value' pairs, for each event you at least will get 734 that triggered the event, plus other pairs depending on the type of event
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 267 voltage pairs that the device will support per voltage domain. This
|
/linux-4.4.14/Documentation/input/ |
D | atarikbd.txt | 457 tenths of seconds later, keystroke pairs are generated every Tn tenths of 458 seconds. After the Rn breakpoint is reached, keystroke pairs are generated
|
D | elantech.txt | 481 Note that the two pairs of coordinates are not exactly the coordinates of the
|
/linux-4.4.14/Documentation/networking/ |
D | rds.txt | 259 transport, for example, handles all the queue pairs, work requests,
|
/linux-4.4.14/drivers/net/ |
D | Kconfig | 278 This device is a local ethernet tunnel. Devices are created in pairs.
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 204 Then next two dynamic attributes are created/removed in pairs. They represent
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Audiophile-Usb.txt | 27 - This port supports 2 pairs of line-level audio inputs (1/4" TS and RCA)
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 526 /* Number of scatter-gather DMA addr+len pairs after 531 /* Number of scatter-gather addr+len pairs after 682 pairs the host adapter can actually hand to the device at once)
|
/linux-4.4.14/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 413 label. This tag may contain a maximum of 7 category pairs. The bottom
|
/linux-4.4.14/Documentation/scsi/ |
D | st.txt | 333 pairs are separated with a comma (no spaces allowed). A colon can be
|
D | ChangeLog.1992-1997 | 669 cli/sti pairs.
|
/linux-4.4.14/init/ |
D | Kconfig | 1612 pairs of memory barriers into pairs consisting of membarrier() and a
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 409 of the reserved memory map. This map is a list of pairs of 64-
|