| /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/pinctrl/qcom/ |
| H A D | pinctrl-ssbi-mpp.c | 95 * @paired: mpp operates in paired mode 113 bool paired; member 138 {"qcom,paired", PM8XXX_CONFIG_PAIRED, 0}, 146 PCONFDUMP(PM8XXX_CONFIG_PAIRED, "paired", NULL, false), 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() [all …]
|
| H A D | pinctrl-spmi-mpp.c | 111 * @paired: Pin operates in paired mode 129 bool paired; member 152 {"qcom,paired", PMIC_MPP_CONF_PAIRED, 0}, 160 PCONFDUMP(PMIC_MPP_CONF_PAIRED, "paired", NULL, false), 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() 551 seq_puts(s, " paired"); in pmic_mpp_config_dbg_show() 751 pad->paired = true; in pmic_mpp_populate()
|
| /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/include/linux/sched/ |
| H A D | idle.h | 33 * paired by resched_curr() in current_set_polling_and_test() 51 * paired by resched_curr() in current_clr_polling_and_test() 82 smp_mb(); /* paired with resched_curr() */ in current_clr_polling()
|
| /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/app/qsetting/ |
| H A D | qtbt.cpp | 94 QString str = "Paired " + QString(bd_addr) + " " + QString(name); in source_connect_cb() 172 qDebug() << "current paired devices count: " << count; in open() 180 str += "Paired "; in open() 297 if(!pair.compare("Paired")){ in on_itemClicked()
|
| /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/kernel/include/media/ |
| H A D | v4l2-mc.h | 144 * of this function should be paired with v4l2_pipeline_link_notify(). 158 * of this function should be paired with v4l2_pipeline_link_notify(). 171 * on or off accordingly. The use of this function should be paired
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_buffer.c | 229 /* paired w/ release in __tty_buffer_request_room; ensures there are in tty_buffer_flush() 278 /* paired w/ acquire in flush_to_ldisc(); ensures in __tty_buffer_request_room() 282 /* paired w/ acquire in flush_to_ldisc(); ensures the in __tty_buffer_request_room() 496 /* paired w/ release in __tty_buffer_request_room(); in flush_to_ldisc() 501 /* paired w/ release in __tty_buffer_request_room() or in in flush_to_ldisc() 529 * Paired w/ acquire in flush_to_ldisc(); ensures flush_to_ldisc() sees in tty_flip_buffer_commit()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/btscanner/ |
| H A D | device.cpp | 101 …if (pairingStatus == QBluetoothLocalDevice::Paired || pairingStatus == QBluetoothLocalDevice::Auth… in addDevice() 199 localDevice->requestPairing(address, QBluetoothLocalDevice::Paired); in displayPairingMenu() 208 …if (pairing == QBluetoothLocalDevice::Paired || pairing == QBluetoothLocalDevice::AuthorizedPaired… in pairingDone()
|
| /OK3568_Linux_fs/external/mpp/mpp/base/inc/ |
| H A D | mpp_frame_impl.h | 99 * 3 - paired top and bottom field 101 * 7 - deinterlaced paired field
|
| /OK3568_Linux_fs/kernel/net/unix/ |
| H A D | scm.c | 63 /* Paired with READ_ONCE() in wait_for_unix_gc() */ in unix_inflight() 84 /* Paired with READ_ONCE() in wait_for_unix_gc() */ in unix_notinflight()
|
| H A D | garbage.c | 195 * Paired with the WRITE_ONCE() in unix_inflight(), in wait_for_unix_gc() 220 /* Paired with READ_ONCE() in wait_for_unix_gc(). */ in unix_gc() 328 /* Paired with READ_ONCE() in wait_for_unix_gc(). */ in unix_gc()
|
| /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.
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/ |
| H A D | h265d_sei.c | 107 …MPP_PICTURE_STRUCTURE_TOP_FIELD; h265d_dbg(H265D_DBG_SEI, "top field paired with previous bott… in decode_pic_timing() 108 …_PICTURE_STRUCTURE_BOTTOM_FIELD; h265d_dbg(H265D_DBG_SEI, "bottom field paired with previous top … in decode_pic_timing() 109 …MPP_PICTURE_STRUCTURE_TOP_FIELD; h265d_dbg(H265D_DBG_SEI, "top field paired with next bottom f… in decode_pic_timing() 110 …_PICTURE_STRUCTURE_BOTTOM_FIELD; h265d_dbg(H265D_DBG_SEI, "bottom field paired with next top fiel… in decode_pic_timing()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_frame.h | 32 /* paired field */ 34 /* paired field with field order of top first */ 36 /* paired field with field order of bottom first */ 38 /* paired field with unknown field order (MBAFF) */
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_frame.h | 32 /* paired field */ 34 /* paired field with field order of top first */ 36 /* paired field with field order of bottom first */ 38 /* paired field with unknown field order (MBAFF) */
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | hash.h | 23 * to 3 bits) may be paired arbitrarily. 39 a = x << 19; /* Two shifts can't be paired */ in __hash_32()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_fastopen.c | 512 /* Paired with READ_ONCE() in tcp_fastopen_active_should_disable() */ in tcp_fastopen_active_disable() 515 /* Paired with smp_rmb() in tcp_fastopen_active_should_disable(). in tcp_fastopen_active_disable() 543 /* Paired with smp_mb__before_atomic() in tcp_fastopen_active_disable() */ in tcp_fastopen_active_should_disable() 549 /* Paired with the WRITE_ONCE() in tcp_fastopen_active_disable(). */ in tcp_fastopen_active_should_disable()
|
| /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/kernel/drivers/irqchip/ |
| H A D | irq-ompic.c | 108 * barrier. Otherwise we would need: smp_wmb(); paired in ompic_raise_softirq() 130 * barrier. Otherwise we may need an smp_rmb(); paired in ompic_ipi_handler()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-logitech-dj.c | 49 /* Command to Get the list of Paired devices */ 52 /* Device Paired Notification */ 61 /* Device Un-Paired Notification */ 808 * Sometimes we receive reports for which we do not have a paired dj_device 810 * This means that the original "device paired" notification corresponding 871 * only 1 paired device with a device_type of REPORT_TYPE_KEYBOARD. For the 873 * created for the keyboard (instead of forwarding them to a second paired 1457 * 3) Data is an actual input event from a paired DJ device in which in logi_dj_dj_event() 1553 * remove the old device if the user has paired a *different* device. in logi_dj_hidpp_event() 1841 * the paired devices when we're unbound from any interface. in logi_dj_remove()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | freezer.h | 128 * If freezing is in progress, the following paired with smp_mb() in freezer_count() 157 * The following smp_mb() paired with the one in freezer_count() in freezer_should_skip()
|