| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0016-target-ppc-Introduce-TRANS-FLAGS-macros.patch | 68 static bool do_lstxv_D(DisasContext *ctx, arg_D *a, bool store, bool paired) 70 - if (paired) { 76 if (paired || a->rt >= 32) { 80 bool store, bool paired) 89 static bool do_lstxv_X(DisasContext *ctx, arg_X *a, bool store, bool paired) 91 - if (paired) { 97 if (paired || a->rt >= 32) { 100 @@ -2116,18 +2103,18 @@ static bool do_lstxv_X(DisasContext *ctx, arg_X *a, bool store, bool paired) 101 return do_lstxv(ctx, a->ra, cpu_gpr[a->rb], a->rt, store, paired);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | devcom.c | 21 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()
|
| H A D | devcom.h | 36 bool paired);
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/qcom/ |
| H A D | pinctrl-ssbi-mpp.c | 113 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() 679 pin->paired = !!(ctrl & BIT(1)); in pm8xxx_pin_populate() [all …]
|
| H A 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() 751 pad->paired = true; in pmic_mpp_populate()
|
| /OK3568_Linux_fs/kernel/drivers/phy/qualcomm/ |
| H A D | Kconfig | 59 PHY which is usually paired with either the ChipIdea or Synopsys DWC3 78 to the V1 variants. The PHY is paired with a Synopsys DWC3 USB 96 is usually paired with either the ChipIdea or Synopsys DWC3 USB
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/ |
| H A 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.
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | devices.c | 203 if (ptr->spriteInfo->paired) in PairDevices() 213 kbd->spriteInfo->paired = ptr; in PairDevices() 214 ptr->spriteInfo->paired = kbd; in PairDevices() 228 dev->spriteInfo->spriteOwner && !dev->spriteInfo->paired) in NextFreePointerDevice() 487 if (other->spriteInfo->paired == dev && !other->spriteInfo->spriteOwner) in DisableDevice() 491 if (dev->spriteInfo->paired) in DisableDevice() 492 dev->spriteInfo->paired = NULL; in DisableDevice() 2600 if (IsFloating(dev) && dev->spriteInfo->paired == dev) { in AttachDevice() 2628 dev->spriteInfo->paired = dev; in AttachDevice() 2632 dev->spriteInfo->paired = master; in AttachDevice() [all …]
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiquerydevice.c | 474 DeviceIntPtr paired = GetPairedDevice(dev); in GetDeviceUse() local 477 *attachment = (paired ? paired->id : 0); in GetDeviceUse()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/ |
| H A D | qcom,msm-timer.txt | 6 properties specify which subsystem the timers are paired with.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | qcom,pmic-mpp.txt | 160 - qcom,paired: 163 Definition: Indicates that the pin should be operating in paired mode.
|
| H A D | qcom,pmic-gpio.txt | 120 "paired",
|
| /OK3568_Linux_fs/external/xserver/m4/ |
| H A D | ltsugar.m4 | 64 # Produce a SEP delimited list of all paired combinations of elements of
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | input.c | 1500 vcp_sprite.paired = &vck; in dix_get_master() 1501 vck_sprite.paired = &vcp; in dix_get_master() 1502 ptr_sprite.paired = &vcp; in dix_get_master() 1503 kbd_sprite.paired = &vck; in dix_get_master() 1504 floating_sprite.paired = &floating; in dix_get_master()
|
| /OK3568_Linux_fs/kernel/drivers/soc/tegra/ |
| H A D | Kconfig | 85 the Tegra210 has four Cortex-A57 cores paired with four Cortex-A53
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | partition.txt | 66 paired-pages corruptions
|
| H A D | brcm,brcmnand.txt | 6 paired with a custom DMA engine (inventively named "Flash DMA") which supports
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | inputstr.h | 513 DeviceIntPtr paired; /* The paired device. Keyboard if member
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-wacom | 103 reports have been received from the paired device, reading
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | lock.cat | 25 * LKR and LKW events always come paired, like all RMW event sequences.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | hotplug.rst | 98 specific criteria are identified by bits set in "match_flags", paired
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | eisa.rst | 102 optionally be paired with a driver-dependent value
|
| H A D | pinctl.rst | 1281 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().
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_hdcp.c | 1042 bool *paired, in hdcp2_verify_rx_cert_prepare_km() argument 1060 rx_cert, paired, in hdcp2_verify_rx_cert_prepare_km()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/dmaengine/ |
| H A D | client.rst | 133 paired.
|