Home
last modified time | relevance | path

Searched full:paired (Results 1 – 25 of 253) sorted by relevance

1234567891011

/Linux-v5.15/drivers/pinctrl/qcom/
Dpinctrl-ssbi-mpp.c95 * @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 …]
Dpinctrl-spmi-mpp.c111 * @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()
/Linux-v5.15/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.15/include/linux/sched/
Didle.h33 * 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()
/Linux-v5.15/drivers/phy/qualcomm/
DKconfig59 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
/Linux-v5.15/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.15/include/media/
Dv4l2-mc.h150 * of this function should be paired with v4l2_pipeline_link_notify().
164 * of this function should be paired with v4l2_pipeline_link_notify().
177 * on or off accordingly. The use of this function should be paired
/Linux-v5.15/drivers/tty/
Dtty_buffer.c230 /* paired w/ release in __tty_buffer_request_room; ensures there are in tty_buffer_flush()
279 /* paired w/ acquire in flush_to_ldisc(); ensures in __tty_buffer_request_room()
283 /* paired w/ acquire in flush_to_ldisc(); ensures the in __tty_buffer_request_room()
417 /* paired w/ acquire in flush_to_ldisc(); ensures in tty_schedule_flip()
526 /* paired w/ release in __tty_buffer_request_room(); in flush_to_ldisc()
531 /* paired w/ release in __tty_buffer_request_room() or in in flush_to_ldisc()
/Linux-v5.15/net/core/
Dsock_reuseport.c48 /* paired with smp_rmb() in reuseport_(select|migrate)_sock() */ in __reuseport_add_sock()
71 /* paired with READ_ONCE() in inet_csk_bind_conflict() */ in __reuseport_add_closed_sock()
84 /* paired with READ_ONCE() in inet_csk_bind_conflict() */ in __reuseport_detach_closed_sock()
489 /* paired with smp_wmb() in __reuseport_add_sock() */ in reuseport_select_sock()
542 /* paired with smp_wmb() in __reuseport_add_sock() */ in reuseport_migrate_sock()
/Linux-v5.15/kernel/sched/
Dmembarrier.c94 * Using the scenario from (A), we can show that (a) needs to be paired
96 * be paired with (d).
115 * Using scenario (B), we can show that (c) needs to be paired with (d).
132 * Using the scenario from (A), we can show that (a) needs to be paired
134 * be paired with (d).
/Linux-v5.15/tools/perf/bench/
Dfutex.h110 * paired with futex_cmp_requeue_pi().
127 * paired with futex_wait_requeue_pi(). The first waker is always awoken.
/Linux-v5.15/Documentation/devicetree/bindings/pinctrl/
Dqcom,pmic-mpp.txt162 - qcom,paired:
165 Definition: Indicates that the pin should be operating in paired mode.
/Linux-v5.15/arch/parisc/include/asm/
Dhash.h23 * to 3 bits) may be paired arbitrarily.
39 a = x << 19; /* Two shifts can't be paired */ in __hash_32()
/Linux-v5.15/Documentation/devicetree/bindings/mtd/partitions/
Dpartition.yaml41 immune to paired-pages corruptions
/Linux-v5.15/drivers/hid/
Dhid-logitech-dj.c49 /* Command to Get the list of Paired devices */
52 /* Device Paired Notification */
61 /* Device Un-Paired Notification */
858 * Sometimes we receive reports for which we do not have a paired dj_device
860 * This means that the original "device paired" notification corresponding
921 * only 1 paired device with a device_type of REPORT_TYPE_KEYBOARD. For the
923 * created for the keyboard (instead of forwarding them to a second paired
926 * On Dinovo receivers the keyboard's touchpad and an optional paired actual
930 * On MX5x00 receivers (which can also be paired with a Dinovo keyboard)
931 * INPUT(2) is used for both an optional paired actual mouse and for the
[all …]
/Linux-v5.15/net/ipv4/
Dtcp_fastopen.c501 /* Paired with READ_ONCE() in tcp_fastopen_active_should_disable() */ in tcp_fastopen_active_disable()
504 /* Paired with smp_rmb() in tcp_fastopen_active_should_disable(). in tcp_fastopen_active_disable()
531 /* Paired with smp_mb__before_atomic() in tcp_fastopen_active_disable() */ in tcp_fastopen_active_should_disable()
537 /* Paired with the WRITE_ONCE() in tcp_fastopen_active_disable(). */ in tcp_fastopen_active_should_disable()
/Linux-v5.15/Documentation/devicetree/bindings/timer/
Dqcom,msm-timer.txt6 properties specify which subsystem the timers are paired with.
/Linux-v5.15/drivers/irqchip/
Dirq-ompic.c108 * 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()
/Linux-v5.15/Documentation/devicetree/bindings/media/
Drenesas,fcp.yaml20 they are paired with. These DT bindings currently support the FCPV and FCPF.
/Linux-v5.15/tools/memory-model/Documentation/
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()
/Linux-v5.15/arch/x86/xen/
Dmulticalls.h22 paired with xen_mc_issue() */
/Linux-v5.15/include/linux/
Dprocessor.h9 * spin_begin is used before beginning a busy-wait loop, and must be paired
Dfreezer.h123 * If freezing is in progress, the following paired with smp_mb() in freezer_count()
152 * The following smp_mb() paired with the one in freezer_count() in freezer_should_skip()
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dintel_reset.h49 * There's no unset_wedged_on_init paired with this one.

1234567891011