Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 25 of 229) sorted by relevance

12345678910

/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_devcaps.c35 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-6.1.9/tools/perf/util/
Dsort.h95 } pairs; member
174 return !list_empty(&he->pairs.node); in hist_entry__has_pairs()
180 return list_entry(he->pairs.node.next, struct hist_entry, pairs.node); in hist_entry__next_pair()
187 list_add_tail(&pair->pairs.node, &he->pairs.head); in hist_entry__add_pair()
/linux-6.1.9/drivers/media/platform/amphion/
Dvpu_helpers.c386 int vpu_find_dst_by_src(struct vpu_pair *pairs, u32 cnt, u32 src) in vpu_find_dst_by_src() argument
390 if (!pairs || !cnt) in vpu_find_dst_by_src()
394 if (pairs[i].src == src) in vpu_find_dst_by_src()
395 return pairs[i].dst; in vpu_find_dst_by_src()
401 int vpu_find_src_by_dst(struct vpu_pair *pairs, u32 cnt, u32 dst) in vpu_find_src_by_dst() argument
405 if (!pairs || !cnt) in vpu_find_src_by_dst()
409 if (pairs[i].dst == dst) in vpu_find_src_by_dst()
410 return pairs[i].src; in vpu_find_src_by_dst()
Dvpu_helpers.h69 int vpu_find_dst_by_src(struct vpu_pair *pairs, u32 cnt, u32 src);
70 int vpu_find_src_by_dst(struct vpu_pair *pairs, u32 cnt, u32 dst);
/linux-6.1.9/Documentation/devicetree/bindings/usb/
Dhisilicon,histb-xhci.txt9 - 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-6.1.9/Documentation/locking/
Dlocktorture.rst53 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-6.1.9/Documentation/devicetree/bindings/sound/
Dsprd-pcm.txt5 - 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.
Dsirf-audio-port.txt6 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
8 These strings correspond 1:1 with the ordered pairs in dmas.
Dbrcm,bcm2835-i2s.txt7 - dmas: List of DMA controller phandle and DMA request line ordered pairs.
9 These strings correspond 1:1 with the ordered pairs in dmas.
Dnvidia,tegra210-admaif.yaml12 ADMAIF channel. ADMA channel sending data to AHUB pairs with ADMAIF
13 Tx channel and ADMA channel receiving data from AHUB pairs with
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-uevent18 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
Dsysfs-bus-event_source-devices-format10 name/value pairs.
/linux-6.1.9/net/netfilter/ipset/
DKconfig42 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-6.1.9/Documentation/devicetree/bindings/pci/
Dhisilicon-histb-pcie.txt21 - 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-6.1.9/Documentation/devicetree/bindings/display/hisilicon/
Dhisi-ade.txt13 - clocks: a list of phandle + clock-specifier pairs, one for each entry
21 phandle + clock-specifier pairs.
/linux-6.1.9/tools/perf/ui/
Dhist.c53 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-6.1.9/Documentation/devicetree/bindings/soc/qcom/
Dqcom,glink.txt4 communication between subsystem-pairs on various Qualcomm platforms. Two types
55 Definition: a list of size,amount pairs describing what intents should
/linux-6.1.9/Documentation/devicetree/bindings/leds/
Dleds-qcom-lpg.yaml50 A list of integer pairs, where each pair represent the dtest line the
53 pairs should be the same as the number of channels.
/linux-6.1.9/Documentation/admin-guide/
Dbootconfig.rst229 passing the kernel parameters. All the key-value pairs under ``kernel``
231 pairs under ``init`` will be passed to init process via the cmdline.
268 up to 512 key-value pairs. If keys contains 3 words in average, it can
269 contain 256 key-value pairs. In most cases, the number of config items
281 User can query or loop on key-value pairs, also it is possible to find
286 config, you can use xbc_for_each_key_value() to iterate key-value pairs.
/linux-6.1.9/tools/memory-model/
Dlinux-kernel.bell43 (* Compute matching pairs of nested Rcu-lock and Rcu-unlock *)
59 (* Compute matching pairs of nested Srcu-lock and Srcu-unlock *)
/linux-6.1.9/drivers/opp/
DKconfig7 voltage pairs that the device will support per voltage domain. This
/linux-6.1.9/Documentation/devicetree/bindings/ata/
Dahci-dm816.txt9 - clocks: list of phandle and clock specifier pairs (or only
/linux-6.1.9/Documentation/devicetree/bindings/mfd/
Domap-usb-tll.txt12 - clocks: a list of phandles and clock-specifier pairs, one for each entry in
/linux-6.1.9/tools/memory-model/litmus-tests/
DIRIW+poonceonces+OnceOnce.litmus7 * between each pairs of reads. In other words, is anything at all
/linux-6.1.9/Documentation/devicetree/bindings/reset/
Dsnps,hsdk-reset.txt9 - reg: should always contain 2 pairs address - length: first for reset

12345678910