| /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/video/fbdev/core/ |
| H A D | fb_fillrect.h | 20 * reverse pixel order in a byte (<8 BPP), word length of 32/64 bits, 38 struct fb_reverse reverse; member 47 /* used to get the pattern in reverse order */ 114 first = fb_pixel_mask(dst->bits, pattern->reverse); in bitfill() 115 last = ~fb_pixel_mask(end & (BITS_PER_LONG-1), pattern->reverse); in bitfill() 163 first = fb_pixel_mask(dst->bits, pattern->reverse); in bitinvert() 164 last = ~fb_pixel_mask(end & (BITS_PER_LONG-1), pattern->reverse); in bitinvert() 209 if (bpp > 8 && pattern->reverse.byte) in fb_fillrect_static() 267 pattern.reverse = fb_reverse_init(p); in fb_fillrect() 271 if (pattern.reverse.byte) in fb_fillrect()
|
| /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
|
| /linux/fs/ |
| H A D | mnt_idmapping.c | 222 struct uid_gid_extent *forward, *reverse; in copy_mnt_idmap() local 255 reverse = kmemdup_array(map_from->reverse, nr_extents, in copy_mnt_idmap() 258 if (!reverse) { in copy_mnt_idmap() 269 map_to->reverse = reverse; in copy_mnt_idmap() 278 kfree(idmap->uid_map.reverse); in free_mnt_idmap() 282 kfree(idmap->gid_map.reverse); in free_mnt_idmap()
|
| /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/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/fs/xfs/scrub/ |
| H A D | rmap.c | 31 * Set us up to scrub reverse mapping btrees. 51 /* Reverse-mapping scrubber. */ 136 * In reverse mapping records, the file mapping extent state 235 /* Decide if two reverse-mapping records can be merged. */ 329 * The start of this reverse mapping corresponds to a set in xchk_rmapbt_mark_bitmap() 339 * The start of this reverse mapping does not correspond to a in xchk_rmapbt_mark_bitmap() 524 * Any bitmap with bits still set indicates that the reverse mapping in xchk_rmapbt_check_bitmaps() 630 /* xref check that the extent has no reverse mapping at all */
|
| 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, 375 * overlapping records (i.e. shared extents) in the reverse mappings. 475 * between the previous record and this one have at most one reverse in xchk_refcountbt_rec() 539 * 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, 425 * overlapping records (i.e. shared extents) in the reverse mappings. 495 * between the previous record and this one have at most one reverse in xchk_rtrefcountbt_rec() 567 * end of the rt volume have at most one reverse mapping. in xchk_rtrefcountbt()
|
| /linux/kernel/ |
| H A D | user_namespace.c | 208 kfree(ns->gid_map.reverse); in free_user_ns() 212 kfree(ns->uid_map.reverse); in free_user_ns() 216 kfree(ns->projid_map.reverse); in free_user_ns() 380 return bsearch(&key, map->reverse, extents, in map_id_range_up_max() 803 * Defer the memory setup for the reverse pointer. in insert_extent() 809 map->reverse = NULL; in insert_extent() 837 /* cmp function to sort() reverse mappings */ 866 map->reverse = kmemdup_array(map->forward, map->nr_extents, in sort_idmaps() 868 if (!map->reverse) in sort_idmaps() 871 /* Sort reverse array. */ in sort_idmaps() [all …]
|
| /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/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
|