Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-mpp.c113 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 …]
H A 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()
740 pad->paired = true; in pmic_mpp_populate()
/openbmc/linux/drivers/phy/qualcomm/
H A DKconfig125 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
/openbmc/linux/Documentation/firmware-guide/acpi/
H A 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.
/openbmc/docs/designs/
H A Dmultihost-physical-led.md17 host and needs to be paired as a group of LEDs for the specified host in the
27 be paired as a group and exposed in the userspace.
182 LEDs is paired for each host and the schema handles color control for that
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc2179 int rt, bool store, bool paired)
2193 if (paired && ctx->le_mode) {
2204 if (paired) {
2212 if (paired) {
2221 static bool do_lstxv_D(DisasContext *ctx, arg_D *a, bool store, bool paired)
2223 if (paired || a->rt < 32) {
2229 return do_lstxv(ctx, a->ra, tcg_constant_tl(a->si), a->rt, store, paired);
2233 bool store, bool paired)
2242 return do_lstxv(ctx, d.ra, tcg_constant_tl(d.si), d.rt, store, paired);
2245 static bool do_lstxv_X(DisasContext *ctx, arg_X *a, bool store, bool paired)
[all …]
/openbmc/qemu/docs/system/
H A Ddevice-emulation.rst26 A front end is often paired with a back end, which describes how the
/openbmc/linux/tools/memory-model/Documentation/
H A 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()
/openbmc/linux/drivers/soc/tegra/
H A DKconfig85 the Tegra210 has four Cortex-A57 cores paired with four Cortex-A53
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-asus-wmi87 Enable the external GPU paired with ROG X-Flow laptops.
H A Dsysfs-driver-wacom103 reports have been received from the paired device, reading
/openbmc/linux/tools/memory-model/
H A Dlock.cat25 * LKR and LKW events always come paired, like all RMW event sequences.
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c2977 esw_paired = !!xa_load(&esw->paired, peer_esw_i); in mlx5_esw_offloads_devcom_event()
3000 err = xa_insert(&esw->paired, peer_esw_i, peer_esw, GFP_KERNEL); in mlx5_esw_offloads_devcom_event()
3004 err = xa_insert(&peer_esw->paired, esw_i, esw, GFP_KERNEL); in mlx5_esw_offloads_devcom_event()
3021 xa_erase(&peer_esw->paired, esw_i); in mlx5_esw_offloads_devcom_event()
3022 xa_erase(&esw->paired, peer_esw_i); in mlx5_esw_offloads_devcom_event()
3032 xa_erase(&esw->paired, peer_esw_i); in mlx5_esw_offloads_devcom_event()
3060 xa_init(&esw->paired); in mlx5_esw_offloads_devcom_init()
3087 xa_destroy(&esw->paired); in mlx5_esw_offloads_devcom_cleanup()
H A Deswitch.h383 struct xarray paired; member
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0025-gcc-testsuite-tweaks-for-mips-OE.patch179 if [istarget powerpc-*paired*] {
/openbmc/qemu/target/hexagon/
H A Dattribs_def.h.inc167 DEF_ATTRIB(NOTE_NOVP, "Cannot be paired with a HVX permute instruction", "", "")
/openbmc/linux/Documentation/driver-api/usb/
H A Dhotplug.rst98 specific criteria are identified by bits set in "match_flags", paired
/openbmc/linux/Documentation/driver-api/
H A Deisa.rst102 optionally be paired with a driver-dependent value
H A Dpin-control.rst1258 ``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()``.
/openbmc/docs/architecture/code-update/
H A Dflash-layout.md111 in the paired UBI volume.
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dclient.rst135 paired.
/openbmc/linux/Documentation/scheduler/
H A Dsched-bwc.rst47 does maintain stability, since every overrun must be paired with an
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c1145 bool *paired, in hdcp2_verify_rx_cert_prepare_km() argument
1164 rx_cert, paired, in hdcp2_verify_rx_cert_prepare_km()
H A Dintel_hdmi.c1644 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()
/openbmc/linux/Documentation/usb/
H A Dgadget_uvc.rst377 must be paired with a userspace program that responds to UVC control requests and

12