/linux/net/x25/ |
H A D | x25_facilities.c | 78 facilities->reverse = p[1] & 0x81; in x25_parse_facilities() 84 facilities->reverse = p[1] & 0x01; in x25_parse_facilities() 90 facilities->reverse = p[1] & 0x80; in x25_parse_facilities() 96 facilities->reverse in x25_parse_facilities() 205 if (facilities->reverse && (facil_mask & X25_MASK_REVERSE)) { in x25_create_facilities() 207 *p++ = facilities->reverse; in x25_create_facilities() 263 * The only real problem is with reverse charging. 282 * They want reverse charging, we won't accept it. in x25_negotiate_facilities() 284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities() 285 net_dbg_ratelimited("X.25: rejecting reverse charging request\n"); in x25_negotiate_facilities() [all …]
|
/linux/lib/ |
H A D | cpu_rmap.c | 3 * cpu_rmap.c: CPU affinity reverse-map support 13 * objects with CPU affinities. This can be seen as a reverse-map of 21 * alloc_cpu_rmap - allocate CPU affinity reverse-map 74 * @rmap: reverse-map allocated with alloc_cpu_rmap() 83 * @rmap: reverse-map allocated with alloc_cpu_rmap() 232 * free_irq_cpu_rmap - free a CPU affinity reverse-map used for IRQs 233 * @rmap: Reverse-map allocated with alloc_irq_cpu_map(), or %NULL 289 * irq_cpu_rmap_remove - remove an IRQ from a CPU affinity reverse-map 290 * @rmap: The reverse-map 300 * irq_cpu_rmap_add - add an IRQ to a CPU affinity reverse-map [all …]
|
H A D | closure.c | 81 struct llist_node *reverse = NULL; in __closure_wake_up() local 85 /* We first reverse the list to preserve FIFO ordering and fairness */ in __closure_wake_up() 86 reverse = llist_reverse_order(list); in __closure_wake_up() 89 llist_for_each_entry_safe(cl, t, reverse, list) { in __closure_wake_up()
|
/linux/drivers/usb/typec/mux/ |
H A D | nb7vpq904m.c | 109 bool reverse = (nb7->orientation == TYPEC_ORIENTATION_REVERSE); in nb7vpq904m_set() local 144 if (reverse ^ nb7->swap_data_lanes) { in nb7vpq904m_set() 176 regmap_write(nb7->regmap, AUX_CC_REG, reverse ? 0x1 : 0x0); in nb7vpq904m_set() 216 reverse ^ nb7->swap_data_lanes ? in nb7vpq904m_set() 235 nb7vpq904m_set_channel(nb7, NB7_CHNA, !reverse); in nb7vpq904m_set() 236 nb7vpq904m_set_channel(nb7, NB7_CHNB, !reverse); in nb7vpq904m_set() 237 nb7vpq904m_set_channel(nb7, NB7_CHNC, reverse); in nb7vpq904m_set() 238 nb7vpq904m_set_channel(nb7, NB7_CHND, reverse); in nb7vpq904m_set() 240 nb7vpq904m_set_channel(nb7, NB7_CHNA, reverse); in nb7vpq904m_set() 241 nb7vpq904m_set_channel(nb7, NB7_CHNB, reverse); in nb7vpq904m_set() [all …]
|
H A D | fsa4480.c | 81 bool reverse = (fsa->orientation == TYPEC_ORIENTATION_REVERSE); in fsa4480_set() local 86 reverse = !reverse; in fsa4480_set() 100 if (reverse) in fsa4480_set() 109 if (reverse) in fsa4480_set()
|
/linux/include/linux/ |
H A D | cpu_rmap.h | 6 * cpu_rmap.c: CPU affinity reverse-map support 16 * struct cpu_rmap - CPU affinity reverse-map 18 * @size: Number of objects to be reverse-mapped 53 * alloc_irq_cpu_rmap - allocate CPU affinity reverse-map for IRQs
|
H A D | llist.h | 40 * must reverse the order by yourself before traversing. 141 * reverse the order by yourself before traversing. 160 * reverse the order by yourself before traversing. 178 * reverse the order by yourself before traversing. 200 * reverse the order by yourself before traversing.
|
/linux/Documentation/mm/ |
H A D | ksm.rst | 20 Reverse mapping 22 KSM maintains reverse mapping information for KSM pages in the stable 32 more "dups". Each "dup" keeps reverse mapping information for a KSM 41 if compared to an unlimited list of reverse mappings. It is still
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | airoha,en8811h.yaml | 13 The Airoha EN8811H PHY has the ability to reverse polarity 31 Reverse rx polarity of the SERDES. This is the receiving 37 Reverse tx polarity of SERDES. This is the transmitting
|
/linux/drivers/misc/ibmasm/ |
H A D | r_heartbeat.c | 15 * Reverse Heartbeat, i.e. heartbeats sent from the driver to the 20 /* the reverse heartbeat dot command */ 44 * Loop forever, sending a reverse heartbeat dot command to the service
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-decoder-cmd.rst | 94 Negative numbers denote reverse playback, so -1000 does reverse 106 usually the case for reverse playback: the decoder needs full 107 GOPs, which it can then play in reverse order. So to implement 108 reverse playback the application must feed the decoder the last
|
/linux/Documentation/hwmon/ |
H A D | abituguru3.rst | 11 Datasheet: Not available, this driver is based on reverse engineering. 33 - (Initial reverse engineering done by Louis Kruger) 64 Louis Kruger has managed to reverse engineer the sensor part of the uGuru.
|
/linux/drivers/video/console/ |
H A D | mdacon.c | 357 c->vc_complement_mask = 0x0800; /* reverse video */ in mdacon_init() 384 /* Underline and reverse-video are mutually exclusive on MDA. in mda_convert_attr() 385 * Since reverse-video is used for cursors and selected areas, in mda_convert_attr() 389 if (ch & 0x0800) attr = 0x7000; /* reverse */ in mda_convert_attr() 399 bool blink, bool underline, bool reverse, in mdacon_build_attr() argument 406 * Bit 3 : reverse in mdacon_build_attr() 412 (reverse << 3) | in mdacon_build_attr()
|
/linux/Documentation/core-api/irq/ |
H A D | irq-domain.rst | 28 IRQ numbers, but they don't provide any support for reverse mapping of 35 reverse mapping scheme. 102 There are several mechanisms available for reverse mapping from hwirq 104 Which reverse map type should be used depends on the use case. Each 105 of the reverse map types are described below: 114 The linear reverse map maintains a fixed size table indexed by the
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | maxim,max96717.yaml | 22 The MAX96717 supports Reference Over Reverse (channel), 23 to generate a clock output for the sensor from the GMSL reverse channel. 26 forward direction and 187.5Mbps in the reverse direction.
|
H A D | maxim,max9286.yaml | 68 maxim,reverse-channel-microvolt: 73 Initial amplitude of the reverse control channel, in micro volts. 80 (high-threshold) enabled. A typical value of the deserializer's reverse 84 A typical value for the reverse channel amplitude to communicate with 260 maxim,reverse-channel-microvolt = <170000>;
|
/linux/drivers/iio/ |
H A D | iio_core_trigger.h | 18 * iio_device_unregister_trigger_consumer() - reverse the registration process 41 * iio_device_unregister_trigger_consumer() - reverse the registration process
|
/linux/Documentation/livepatch/ |
H A D | system-state.rst | 150 - Distinguish transition reverse and livepatch disabling by 153 - In case of transition reverse, restore the previous system 166 It might be called also during the transition reverse. Therefore it
|
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A D | fsl,cpm1-scc-qmc.yaml | 85 fsl,reverse-data: 168 fsl,reverse-data; 177 fsl,reverse-data;
|
H A D | fsl,qe-ucc-qmc.yaml | 97 fsl,reverse-data: 172 fsl,reverse-data; 181 fsl,reverse-data;
|
/linux/fs/xfs/scrub/ |
H A D | refcount.c | 48 * Confirming Reference Counts via Reverse Mappings 50 * We want to count the reverse mappings overlapping a refcount record 52 * overlap may come from smaller adjoining reverse mappings, while some 56 * 1. For all reverse mappings overlapping the refcount extent, 376 * overlapping records (i.e. shared extents) in the reverse mappings. 476 * between the previous record and this one have at most one reverse in xchk_refcountbt_rec() 540 * end of the AG have at most one reverse mapping. in xchk_refcountbt()
|
H A D | rtrefcount.c | 62 * Confirming Reference Counts via Reverse Mappings 64 * We want to count the reverse mappings overlapping a refcount record 66 * overlap may come from smaller adjoining reverse mappings, while some 70 * 1. For all reverse mappings overlapping the refcount extent, 426 * overlapping records (i.e. shared extents) in the reverse mappings. 496 * between the previous record and this one have at most one reverse in xchk_rtrefcountbt_rec() 568 * end of the rt volume have at most one reverse mapping. in xchk_rtrefcountbt()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_rmap_btree.c | 31 * Reverse map btree. 51 * reverse lookups will be to find the owner(s) of a particular block, or to 184 * The high key for a reverse mapping record can be computed by shifting 527 * Create a new reverse mapping btree cursor. 673 /* Compute the max possible height for reverse mapping btrees in memory. */ 697 * Install a new reverse mapping btree root. Caller is responsible for 719 /* Calculate number of records in a reverse mapping btree block. */ 744 /* Compute the max possible height for reverse mapping btrees. */
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | linear.rst | 38 # Split a device into 4M chunks and then join them together in reverse order. 40 my $name = "reverse";
|
/linux/Documentation/arch/arm/nwfpe/ |
H A D | netwinder-fpe.rst | 82 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract 85 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide 91 FRD{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast reverse divide 128 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power
|