Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/lib/
Ddevcom.c21 bool paired; member
207 bool paired) in mlx5_devcom_set_paired() argument
214 comp->paired = paired; in mlx5_devcom_set_paired()
223 return devcom->priv->components[id].paired; in mlx5_devcom_is_paired()
237 if (!comp->paired) { in mlx5_devcom_get_peer_data()
Ddevcom.h36 bool paired);
/Linux-v5.4/drivers/pinctrl/qcom/
Dpinctrl-ssbi-mpp.c113 bool paired; member
197 if (pin->paired) in pm8xxx_mpp_update()
208 if (pin->paired) in pm8xxx_mpp_update()
224 if (pin->paired) in pm8xxx_mpp_update()
356 arg = pin->paired; in pm8xxx_pin_config_get()
412 pin->paired = !!arg; in pm8xxx_pin_config_set()
581 if (!pin->paired) { in pm8xxx_mpp_dbg_show_one()
594 if (!pin->paired) { in pm8xxx_mpp_dbg_show_one()
610 if (!pin->paired) { in pm8xxx_mpp_dbg_show_one()
680 pin->paired = !!(ctrl & BIT(1)); in pm8xxx_pin_populate()
[all …]
Dpinctrl-spmi-mpp.c129 bool paired; member
287 else if (pad->paired) in pmic_mpp_write_mode_ctl()
382 if (!pad->paired) in pmic_mpp_config_get()
468 pad->paired = !!arg; in pmic_mpp_config_set()
550 if (pad->paired) in pmic_mpp_config_dbg_show()
751 pad->paired = true; in pmic_mpp_populate()
/Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/media/
Drenesas,fcp.txt11 are paired with. These DT bindings currently support the FCPV and FCPF.
/Linux-v5.4/Documentation/devicetree/bindings/timer/
Dqcom,msm-timer.txt6 properties specify which subsystem the timers are paired with.
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/
Dqcom,pmic-mpp.txt156 - qcom,paired:
159 Definition: Indicates that the pin should be operating in paired mode.
Dqcom,pmic-gpio.txt110 "paired",
/Linux-v5.4/drivers/phy/qualcomm/
DKconfig52 PHY which is usually paired with either the ChipIdea or Synopsys DWC3
/Linux-v5.4/tools/perf/lib/Documentation/tutorial/
Dtutorial.rst97 This is paired with a *perf_cpu_map__put*, that drops its reference at the end, possibly deleting i…
/Linux-v5.4/drivers/soc/tegra/
DKconfig83 the Tegra210 has four Cortex-A57 cores paired with four Cortex-A53
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-driver-wacom101 reports have been received from the paired device, reading
/Linux-v5.4/tools/memory-model/
Dlock.cat25 * LKR and LKW events always come paired, like all RMW event sequences.
/Linux-v5.4/Documentation/driver-api/usb/
Dhotplug.rst98 specific criteria are identified by bits set in "match_flags", paired
/Linux-v5.4/Documentation/devicetree/bindings/mtd/
Dbrcm,brcmnand.txt6 paired with a custom DMA engine (inventively named "Flash DMA") which supports
/Linux-v5.4/Documentation/driver-api/
Deisa.rst102 optionally be paired with a driver-dependent value
Dpinctl.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-v5.4/Documentation/driver-api/dmaengine/
Dclient.rst131 paired.
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_hdcp.c921 bool *paired, in hdcp2_verify_rx_cert_prepare_km() argument
939 rx_cert, paired, in hdcp2_verify_rx_cert_prepare_km()
Dintel_hdmi.c1592 u8 msg_id, bool paired) in intel_hdmi_hdcp2_wait_for_msg() argument
1598 timeout = get_hdcp2_msg_timeout(msg_id, paired); in intel_hdmi_hdcp2_wait_for_msg()
/Linux-v5.4/Documentation/filesystems/caching/
Dfscache.txt393 and the following paired letters:
/Linux-v5.4/tools/memory-model/Documentation/
Drecipes.txt361 control dependency paired with a full memory barrier:
/Linux-v5.4/Documentation/
Dmemory-barriers.txt396 [!] Note that write barriers should normally be paired with read or data
432 [!] Note that data dependency barriers should normally be paired with
449 [!] Note that read barriers should normally be paired with write barriers;
479 An ACQUIRE operation should almost always be paired with a RELEASE
927 always be paired. A lack of appropriate pairing is almost certainly an error.
/Linux-v5.4/Documentation/power/
Druntime_pm.rst577 pm_runtime_get_sync() call paired with a pm_runtime_put() call will be

12