/Linux-v6.6/drivers/pinctrl/qcom/ |
D | pinctrl-ssbi-mpp.c | 113 bool paired; member 199 if (pin->paired) in pm8xxx_mpp_update() 210 if (pin->paired) in pm8xxx_mpp_update() 226 if (pin->paired) in pm8xxx_mpp_update() 358 arg = pin->paired; in pm8xxx_pin_config_get() 414 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 …]
|
D | pinctrl-spmi-mpp.c | 129 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() 740 pad->paired = true; in pmic_mpp_populate()
|
/Linux-v6.6/drivers/phy/qualcomm/ |
D | Kconfig | 125 PHY which is usually paired with either the ChipIdea or Synopsys DWC3 134 chipsets. The PHY is paired with a Synopsys DWC3 USB controller 143 PMICs. The repeater is paired with a Synopsys eUSB2 Phy 173 to the V1 variants. The PHY is paired with a Synopsys DWC3 USB 191 is usually paired with either the ChipIdea or Synopsys DWC3 USB
|
/Linux-v6.6/Documentation/firmware-guide/acpi/ |
D | acpi-lid.rst | 67 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.6/drivers/soc/tegra/ |
D | Kconfig | 85 the Tegra210 has four Cortex-A57 cores paired with four Cortex-A53
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-platform-asus-wmi | 87 Enable the external GPU paired with ROG X-Flow laptops.
|
D | sysfs-driver-wacom | 103 reports have been received from the paired device, reading
|
/Linux-v6.6/tools/memory-model/Documentation/ |
D | ordering.txt | 313 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()
|
D | recipes.txt | 361 control dependency paired with a full memory barrier:
|
/Linux-v6.6/tools/memory-model/ |
D | lock.cat | 25 * LKR and LKW events always come paired, like all RMW event sequences.
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads.c | 2955 esw_paired = !!xa_load(&esw->paired, peer_esw_i); in mlx5_esw_offloads_devcom_event() 2978 err = xa_insert(&esw->paired, peer_esw_i, peer_esw, GFP_KERNEL); in mlx5_esw_offloads_devcom_event() 2982 err = xa_insert(&peer_esw->paired, esw_i, esw, GFP_KERNEL); in mlx5_esw_offloads_devcom_event() 2999 xa_erase(&peer_esw->paired, esw_i); in mlx5_esw_offloads_devcom_event() 3000 xa_erase(&esw->paired, peer_esw_i); in mlx5_esw_offloads_devcom_event() 3010 xa_erase(&esw->paired, peer_esw_i); in mlx5_esw_offloads_devcom_event() 3038 xa_init(&esw->paired); in mlx5_esw_offloads_devcom_init() 3065 xa_destroy(&esw->paired); in mlx5_esw_offloads_devcom_cleanup()
|
D | eswitch.h | 383 struct xarray paired; member
|
/Linux-v6.6/Documentation/driver-api/usb/ |
D | hotplug.rst | 98 specific criteria are identified by bits set in "match_flags", paired
|
/Linux-v6.6/Documentation/driver-api/ |
D | eisa.rst | 102 optionally be paired with a driver-dependent value
|
D | pin-control.rst | 1258 ``pinctrl_get()`` must be paired with a plain ``pinctrl_put()``. 1259 ``pinctrl_get()`` may not be paired with ``devm_pinctrl_put()``. 1260 ``devm_pinctrl_get()`` can optionally be paired with ``devm_pinctrl_put()``. 1261 ``devm_pinctrl_get()`` may not be paired with plain ``pinctrl_put()``.
|
/Linux-v6.6/Documentation/driver-api/dmaengine/ |
D | client.rst | 135 paired.
|
/Linux-v6.6/Documentation/scheduler/ |
D | sched-bwc.rst | 47 does maintain stability, since every overrun must be paired with an
|
/Linux-v6.6/Documentation/usb/ |
D | gadget_uvc.rst | 377 must be paired with a userspace program that responds to UVC control requests and
|
/Linux-v6.6/drivers/gpu/drm/i915/display/ |
D | intel_hdcp.c | 1144 bool *paired, in hdcp2_verify_rx_cert_prepare_km() argument 1163 rx_cert, paired, in hdcp2_verify_rx_cert_prepare_km()
|
D | intel_hdmi.c | 1644 u8 msg_id, bool paired) in intel_hdmi_hdcp2_wait_for_msg() argument 1651 timeout = get_hdcp2_msg_timeout(msg_id, paired); in intel_hdmi_hdcp2_wait_for_msg()
|
/Linux-v6.6/arch/loongarch/ |
D | Kconfig | 482 LoongArch maintains cache coherency in hardware, but when paired
|
/Linux-v6.6/Documentation/filesystems/ |
D | porting.rst | 892 mnt_want_write_file() can now only be paired with mnt_drop_write_file(), 893 whereas previously it could be paired with mnt_drop_write() as well.
|
/Linux-v6.6/Documentation/ |
D | memory-barriers.txt | 394 [!] 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.6/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec-stateless.rst | 2701 - 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.6/Documentation/power/ |
D | runtime_pm.rst | 597 pm_runtime_get_sync() call paired with a pm_runtime_put() call will be
|