Home
last modified time | relevance | path

Searched refs:paired (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Ddevcom.c21 bool paired; member
209 bool paired) in mlx5_devcom_set_paired() argument
216 comp->paired = paired; in mlx5_devcom_set_paired()
225 return devcom->priv->components[id].paired; in mlx5_devcom_is_paired()
239 if (!comp->paired) { in mlx5_devcom_get_peer_data()
Ddevcom.h38 bool paired);
/Linux-v6.1/drivers/pinctrl/qcom/
Dpinctrl-ssbi-mpp.c111 bool paired; member
198 if (pin->paired) in pm8xxx_mpp_update()
209 if (pin->paired) in pm8xxx_mpp_update()
225 if (pin->paired) in pm8xxx_mpp_update()
357 arg = pin->paired; in pm8xxx_pin_config_get()
413 pin->paired = !!arg; in pm8xxx_pin_config_set()
578 if (!pin->paired) { in pm8xxx_mpp_dbg_show_one()
591 if (!pin->paired) { in pm8xxx_mpp_dbg_show_one()
607 if (!pin->paired) { in pm8xxx_mpp_dbg_show_one()
675 pin->paired = !!(ctrl & BIT(1)); in pm8xxx_pin_populate()
[all …]
Dpinctrl-spmi-mpp.c127 bool paired; member
286 else if (pad->paired) in pmic_mpp_write_mode_ctl()
381 if (!pad->paired) in pmic_mpp_config_get()
467 pad->paired = !!arg; in pmic_mpp_config_set()
549 if (pad->paired) in pmic_mpp_config_dbg_show()
739 pad->paired = true; in pmic_mpp_populate()
/Linux-v6.1/drivers/phy/qualcomm/
DKconfig69 PHY which is usually paired with either the ChipIdea or Synopsys DWC3
88 to the V1 variants. The PHY is paired with a Synopsys DWC3 USB
106 is usually paired with either the ChipIdea or Synopsys DWC3 USB
/Linux-v6.1/Documentation/firmware-guide/acpi/
Dacpi-lid.rst67 firmware cannot make sure "opened"/"closed" events are paired, the ACPI
77 and whether the "opened"/"closed" events are paired fully relies on the
90 are paired fully relies on the firmware implementation.
/Linux-v6.1/Documentation/devicetree/bindings/timer/
Dqcom,msm-timer.txt6 properties specify which subsystem the timers are paired with.
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-platform-asus-wmi87 Enable the external GPU paired with ROG X-Flow laptops.
Dsysfs-driver-wacom103 reports have been received from the paired device, reading
/Linux-v6.1/drivers/soc/tegra/
DKconfig85 the Tegra210 has four Cortex-A57 cores paired with four Cortex-A53
/Linux-v6.1/tools/memory-model/Documentation/
Dordering.txt313 As mentioned earlier, release operations are often paired with acquire
350 Symmetry being what it is, acquire operations are often paired with the
397 usually paired with a call to a call to rcu_assign_pointer() for that
399 paired with a call to smp_store_release(). Calls to rcu_dereference()
Drecipes.txt361 control dependency paired with a full memory barrier:
/Linux-v6.1/tools/memory-model/
Dlock.cat25 * LKR and LKW events always come paired, like all RMW event sequences.
/Linux-v6.1/Documentation/driver-api/usb/
Dhotplug.rst98 specific criteria are identified by bits set in "match_flags", paired
/Linux-v6.1/Documentation/driver-api/
Deisa.rst102 optionally be paired with a driver-dependent value
Dpin-control.rst1281 pinctrl_get() must be paired with a plain pinctrl_put().
1282 pinctrl_get() may not be paired with devm_pinctrl_put().
1283 devm_pinctrl_get() can optionally be paired with devm_pinctrl_put().
1284 devm_pinctrl_get() may not be paired with plain pinctrl_put().
/Linux-v6.1/Documentation/scheduler/
Dsched-bwc.rst47 does maintain stability, since every overrun must be paired with an
/Linux-v6.1/Documentation/driver-api/dmaengine/
Dclient.rst135 paired.
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec-stateless.rst2701 - Top field paired with previous bottom field in output order
2704 - Bottom field paired with previous top field in output order
2707 - Top field paired with next bottom field in output order
2710 - Bottom field paired with next top field in output order
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_hdcp.c1169 bool *paired, in hdcp2_verify_rx_cert_prepare_km() argument
1188 rx_cert, paired, in hdcp2_verify_rx_cert_prepare_km()
Dintel_hdmi.c1653 u8 msg_id, bool paired) in intel_hdmi_hdcp2_wait_for_msg() argument
1660 timeout = get_hdcp2_msg_timeout(msg_id, paired); in intel_hdmi_hdcp2_wait_for_msg()
/Linux-v6.1/Documentation/filesystems/
Dporting.rst897 mnt_want_write_file() can now only be paired with mnt_drop_write_file(),
898 whereas previously it could be paired with mnt_drop_write() as well.
/Linux-v6.1/Documentation/
Dmemory-barriers.txt394 [!] Note that write barriers should normally be paired with read or
430 [!] Note that address-dependency barriers should normally be paired with
451 [!] Note that read barriers should normally be paired with write barriers;
481 An ACQUIRE operation should almost always be paired with a RELEASE
936 always be paired. A lack of appropriate pairing is almost certainly an error.
/Linux-v6.1/Documentation/power/
Druntime_pm.rst597 pm_runtime_get_sync() call paired with a pm_runtime_put() call will be
/Linux-v6.1/Documentation/trace/
Dhistogram-design.rst577 The sched_switch histogram paired with the above sched_waking | |

12