/linux/tools/perf/util/ |
A D | sort.h | 96 } pairs; member 175 return !list_empty(&he->pairs.node); in hist_entry__has_pairs() 181 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair() 188 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
|
/linux/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_devcaps.c | 35 SVGA3dFifoCapPair pairs[SVGA3D_DEVCAP_MAX]; member 61 size_t pair_offset = offsetof(struct svga_3d_compat_cap, pairs); in vmw_fill_compat_cap() 77 compat_cap->pairs[i][0] = i; in vmw_fill_compat_cap() 78 compat_cap->pairs[i][1] = vmw_mask_legacy_multisample in vmw_fill_compat_cap()
|
/linux/Documentation/locking/ |
A D | locktorture.rst | 53 spin_lock() and spin_unlock() pairs. 56 spin_lock_irq() and spin_unlock_irq() pairs. 59 read/write lock() and unlock() rwlock pairs. 63 rwlock pairs. 66 mutex_lock() and mutex_unlock() pairs. 69 rtmutex_lock() and rtmutex_unlock() pairs. 73 read/write down() and up() semaphore pairs.
|
/linux/Documentation/devicetree/bindings/usb/ |
A D | hisilicon,histb-xhci.txt | 9 - clocks: a list of phandle + clock-specifier pairs, one for each 16 - resets: a list of phandle and reset specifier pairs as listed in 20 - phys: a list of phandle + phy specifier pairs
|
/linux/net/netfilter/ipset/ |
A D | Kconfig | 42 can store IPv4 address and (source) MAC address pairs from a range. 70 can store IPv4/IPv6 address and mark pairs. 79 can store IPv4/IPv6 address and protocol/port pairs. 108 one can store IPv4/IPv6 address and MAC (ethernet address) pairs in a set. 144 one can store IPv4/IPv6 network address/prefix pairs in a set. 154 protocol/port pairs as elements in a set. 164 interface name pairs as elements in a set.
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-uevent | 18 You need to pass UUID first before any KEY=VALUE pairs. 31 The KEY=VALUE pairs can contain alphanumeric characters only. 33 It's possible to define zero or more pairs - each pair is then
|
A D | sysfs-bus-event_source-devices-format | 10 name/value pairs.
|
/linux/Documentation/devicetree/bindings/sound/ |
A D | sprd-pcm.txt | 5 - dmas: Specify the list of DMA controller phandle and DMA request line ordered pairs. 7 These strings correspond 1:1 with the ordered pairs in dmas.
|
A 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.
|
A D | brcm,bcm2835-i2s.txt | 7 - dmas: List of DMA controller phandle and DMA request line ordered pairs. 9 These strings correspond 1:1 with the ordered pairs in dmas.
|
A D | nvidia,tegra210-admaif.yaml | 12 ADMAIF channel. ADMA channel sending data to AHUB pairs with ADMAIF 13 Tx channel and ADMA channel receiving data from AHUB pairs with
|
A D | davinci-mcasp-audio.txt | 24 ordered pairs. 26 These strings correspond 1:1 with the ordered pairs in dmas. The dma
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
A 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:
|
/linux/Documentation/devicetree/bindings/display/ |
A D | arm,komeda.txt | 7 - clocks: A list of phandle + clock-specifier pairs, one for each entry 22 - clocks: A list of phandle + clock-specifier pairs, one for each entry
|
/linux/Documentation/devicetree/bindings/display/hisilicon/ |
A D | hisi-ade.txt | 13 - clocks: a list of phandle + clock-specifier pairs, one for each entry 21 phandle + clock-specifier pairs.
|
/linux/Documentation/devicetree/bindings/pci/ |
A D | hisilicon-histb-pcie.txt | 21 - clocks: List of phandle and clock specifier pairs as listed in clock-names 28 - resets: List of phandle and reset specifier pairs as listed in reset-names
|
/linux/tools/perf/ui/ |
A D | hist.c | 53 list_for_each_entry(pair, &he->pairs.head, pairs.node) { in __hpp__fmt() 165 list_for_each_entry(pair, &a->pairs.head, pairs.node) { in hist_entry__new_pair() 170 list_for_each_entry(pair, &b->pairs.head, pairs.node) { in hist_entry__new_pair()
|
/linux/Documentation/admin-guide/ |
A D | bootconfig.rst | 204 passing the kernel parameters. All the key-value pairs under ``kernel`` 206 pairs under ``init`` will be passed to init process via the cmdline. 243 up to 512 key-value pairs. If keys contains 3 words in average, it can 244 contain 256 key-value pairs. In most cases, the number of config items 256 User can query or loop on key-value pairs, also it is possible to find 261 config, you can use xbc_for_each_key_value() to iterate key-value pairs.
|
/linux/Documentation/devicetree/bindings/ata/ |
A D | ahci-platform.txt | 30 - clocks : a list of phandle + clock specifier pairs 31 - resets : a list of phandle + reset specifier pairs
|
A D | ahci-dm816.txt | 9 - clocks: list of phandle and clock specifier pairs (or only
|
/linux/Documentation/devicetree/bindings/soc/qcom/ |
A D | qcom,glink.txt | 4 communication between subsystem-pairs on various Qualcomm platforms. Two types 55 Definition: a list of size,amount pairs describing what intents should
|
/linux/tools/memory-model/ |
A D | linux-kernel.bell | 43 (* Compute matching pairs of nested Rcu-lock and Rcu-unlock *) 59 (* Compute matching pairs of nested Srcu-lock and Srcu-unlock *)
|
/linux/drivers/memory/tegra/ |
A D | tegra186-emc.c | 221 emc->dvfs[i].rate = response.pairs[i].freq * 1000; in tegra186_emc_probe() 222 emc->dvfs[i].latency = response.pairs[i].latency; in tegra186_emc_probe()
|
/linux/drivers/opp/ |
A D | Kconfig | 7 voltage pairs that the device will support per voltage domain. This
|
/linux/Documentation/devicetree/bindings/mfd/ |
A D | omap-usb-tll.txt | 12 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
|