/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-ssbi-mpp.c | 97 * @paired: mpp operates in paired mode 114 bool paired; member 139 {"qcom,paired", PM8XXX_CONFIG_PAIRED, 0}, 147 PCONFDUMP(PM8XXX_CONFIG_PAIRED, "paired", NULL, false), 200 if (pin->paired) in pm8xxx_mpp_update() 211 if (pin->paired) in pm8xxx_mpp_update() 227 if (pin->paired) in pm8xxx_mpp_update() 359 arg = pin->paired; in pm8xxx_pin_config_get() 415 pin->paired = !!arg; in pm8xxx_pin_config_set() 580 if (!pin->paired) { in pm8xxx_mpp_dbg_show_one() [all …]
|
H A D | pinctrl-spmi-mpp.c | 113 * @paired: Pin operates in paired mode 130 bool paired; member 153 {"qcom,paired", PMIC_MPP_CONF_PAIRED, 0}, 161 PCONFDUMP(PMIC_MPP_CONF_PAIRED, "paired", NULL, false), 288 else if (pad->paired) in pmic_mpp_write_mode_ctl() 383 if (!pad->paired) in pmic_mpp_config_get() 469 pad->paired = !!arg; in pmic_mpp_config_set() 551 if (pad->paired) in pmic_mpp_config_dbg_show() 552 seq_puts(s, " paired"); in pmic_mpp_config_dbg_show() 741 pad->paired = true; in pmic_mpp_populate()
|
/linux/scripts/lib/kdoc/ |
H A D | kdoc_re.py | 127 of delimiters. The logic checks if delimiters are paired. If not, it 164 Finds paired blocks for a regex that ends with a delimiter. 171 The algorithm seeks for open/close paired delimiters and place them 175 The algorithm shoud work fine for properly paired lines, but will 219 returning occurrences only if all delimiters are paired. 231 replacing occurrences only if all delimiters are paired. 234 matched paired data with the delimiter stripped.
|
/linux/include/linux/sched/ |
H A D | idle.h | 58 * paired by resched_curr() in current_set_polling_and_test() 71 * paired by resched_curr() in current_clr_polling_and_test() 88 smp_mb__after_atomic(); /* paired with resched_curr() */ in current_clr_polling() 110 smp_mb(); /* paired with resched_curr() */ in current_clr_polling()
|
/linux/include/uapi/sound/ |
H A D | firewire.h | 199 * @mixer.source.paired_balance: The L/R balance of paired source to mixer, only for 4 pre and 201 * @mixer.source.paired_width: The width of paired source to mixer, only for 4 pre and 203 * @mixer.output.paired_volume: The volume of paired output from mixer. 204 * @mixer.output.paired_flag: The flag of paired output from mixer. 205 * @output.main_paired_volume: The volume of paired main output. 206 * @output.hp_paired_volume: The volume of paired hp output. 207 * @output.hp_paired_assignment: The source assigned to paired hp output.
|
/linux/drivers/phy/qualcomm/ |
H A D | Kconfig | 125 PHY which is usually paired with either the ChipIdea or Synopsys DWC3 134 PMICs. The repeater is paired with a Synopsys or M31 eUSB2 Phy 168 up of the associated USB repeater that is paired with the eUSB2 187 to the V1 variants. The PHY is paired with a Synopsys DWC3 USB 205 is usually paired with either the ChipIdea or Synopsys DWC3 USB
|
/linux/net/core/ |
H A D | sock_reuseport.c | 42 /* Paired with READ_ONCE() in reuseport_select_sock_by_hash(). */ in __reuseport_get_incoming_cpu() 48 /* Paired with READ_ONCE() in reuseport_select_sock_by_hash(). */ in __reuseport_put_incoming_cpu() 70 /* Paired with REAE_ONCE() in sk_incoming_cpu_update() in reuseport_update_incoming_cpu() 83 * Paired with READ_ONCE() in reuseport_select_sock_by_hash(). in reuseport_update_incoming_cpu() 128 /* paired with smp_rmb() in reuseport_(select|migrate)_sock() */ in __reuseport_add_sock() 153 /* paired with READ_ONCE() in inet_csk_bind_conflict() */ in __reuseport_add_closed_sock() 167 /* paired with READ_ONCE() in inet_csk_bind_conflict() */ in __reuseport_detach_closed_sock() 538 /* Paired with WRITE_ONCE() in __reuseport_(get|put)_incoming_cpu(). */ in reuseport_select_sock_by_hash() 542 /* Paired with WRITE_ONCE() in reuseport_update_incoming_cpu(). */ in reuseport_select_sock_by_hash() 588 /* paired with smp_wmb() in __reuseport_add_sock() */ in reuseport_select_sock() [all …]
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_job.h | 44 * @paired_job: Job paired to this job. 48 * Paired jobs are executed on the same context, and need to be submitted 52 * The geometry job should point to the fragment job it's paired with, 53 * and the fragment job should point to the geometry job it's paired with.
|
/linux/drivers/tty/ |
H A D | tty_buffer.c | 230 /* paired w/ release in __tty_buffer_request_room; ensures there are in tty_buffer_flush() 280 * Paired w/ acquire in flush_to_ldisc() and lookahead_bufs() in __tty_buffer_request_room() 285 * Paired w/ acquire in flush_to_ldisc() and lookahead_bufs() in __tty_buffer_request_room() 406 * Paired w/ release in __tty_buffer_request_room(); in lookahead_bufs() 412 * Paired w/ release in __tty_buffer_request_room() or in in lookahead_bufs() 478 /* paired w/ release in __tty_buffer_request_room(); in flush_to_ldisc() 483 /* paired w/ release in __tty_buffer_request_room() or in in flush_to_ldisc() 512 * Paired w/ acquire in flush_to_ldisc(); ensures flush_to_ldisc() sees in tty_flip_buffer_commit()
|
/linux/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.
|
/linux/include/media/ |
H A D | v4l2-mc.h | 153 * of this function should be paired with v4l2_pipeline_link_notify(). 170 * of this function should be paired with v4l2_pipeline_link_notify(). 186 * on or off accordingly. The use of this function should be paired
|
/linux/include/net/ |
H A D | rps.h | 78 /* The following WRITE_ONCE() is paired with the READ_ONCE() in rps_record_sock_flow() 117 /* This READ_ONCE() is paired with the WRITE_ONCE() in sock_rps_record_flow()
|
/linux/net/mptcp/ |
H A D | ctrl.c | 450 /* Paired with READ_ONCE() in mptcp_active_should_disable() */ in mptcp_active_disable() 453 /* Paired with smp_rmb() in mptcp_active_should_disable(). in mptcp_active_disable() 485 /* Paired with smp_mb__before_atomic() in mptcp_active_disable() */ in mptcp_active_should_disable() 491 /* Paired with the WRITE_ONCE() in mptcp_active_disable(). */ in mptcp_active_should_disable()
|
/linux/kernel/sched/ |
H A D | membarrier.c | 95 * Using the scenario from (A), we can show that (a) needs to be paired 97 * be paired with (d). 116 * Using scenario (B), we can show that (c) needs to be paired with (d). 133 * Using the scenario from (A), we can show that (a) needs to be paired 135 * be paired with (d).
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,pmic-mpp.yaml | 149 qcom,paired: 152 Indicates that the pin should be operating in paired mode.
|
/linux/tools/perf/bench/ |
H A D | futex.h | 120 * paired with futex_cmp_requeue_pi(). 137 * paired with futex_wait_requeue_pi(). The first waker is always awoken.
|
/linux/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()
|
/linux/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 */ 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/net/ipv4/ |
H A D | tcp_metrics.c | 56 /* Paired with the WRITE_ONCE() in tcpm_new() */ in tm_net() 63 /* Paired with WRITE_ONCE() in tcpm_suck_dst() */ in tcp_metric_locked() 70 /* Paired with WRITE_ONCE() in tcp_metric_set() */ in tcp_metric_get() 78 /* Paired with READ_ONCE() in tcp_metric_get() */ in tcp_metric_set() 118 /* Paired with READ_ONCE() in tcp_metric_locked() */ in tcpm_suck_dst() 204 /* Paired with the READ_ONCE() in tm_net() */ in tcpm_new()
|
H A D | tcp_fastopen.c | 503 /* Paired with READ_ONCE() in tcp_fastopen_active_should_disable() */ in tcp_fastopen_active_disable() 506 /* Paired with smp_rmb() in tcp_fastopen_active_should_disable(). in tcp_fastopen_active_disable() 534 /* Paired with smp_mb__before_atomic() in tcp_fastopen_active_disable() */ in tcp_fastopen_active_should_disable() 540 /* Paired with the WRITE_ONCE() in tcp_fastopen_active_disable(). */ in tcp_fastopen_active_should_disable()
|
/linux/tools/memory-model/Documentation/ |
H A 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 rcu_assign_pointer() for that same pointer 398 in much the same way that a call to smp_load_acquire() is paired with
|
/linux/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()
|
/linux/Documentation/hwmon/ |
H A D | ltc2991.rst | 29 supply voltages and can be paired for differential measurements of current sense
|
/linux/tools/perf/util/ |
H A D | addr_location.c | 26 * keep a pointer to one of those entries) it must be paired with
|
/linux/drivers/pinctrl/nxp/ |
H A D | pinctrl-s32.h | 20 * @pin_sss: an array of source signal select configs paired with pin array.
|