/linux-6.12.1/net/x25/ |
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-6.12.1/lib/ |
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 …]
|
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-6.12.1/drivers/usb/typec/mux/ |
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 …]
|
D | fsa4480.c | 80 bool reverse = (fsa->orientation == TYPEC_ORIENTATION_REVERSE); in fsa4480_set() local 85 reverse = !reverse; in fsa4480_set() 99 if (reverse) in fsa4480_set() 108 if (reverse) in fsa4480_set()
|
/linux-6.12.1/include/linux/ |
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 52 * alloc_irq_cpu_rmap - allocate CPU affinity reverse-map for IRQs
|
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-6.12.1/fs/ |
D | mnt_idmapping.c | 221 struct uid_gid_extent *forward, *reverse; in copy_mnt_idmap() local 254 reverse = kmemdup_array(map_from->reverse, nr_extents, in copy_mnt_idmap() 257 if (!reverse) { in copy_mnt_idmap() 268 map_to->reverse = reverse; in copy_mnt_idmap() 277 kfree(idmap->uid_map.reverse); in free_mnt_idmap() 281 kfree(idmap->gid_map.reverse); in free_mnt_idmap()
|
/linux-6.12.1/Documentation/mm/ |
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-6.12.1/Documentation/devicetree/bindings/net/ |
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-6.12.1/Documentation/hwmon/ |
D | abituguru.rst | 12 Datasheet: Not available, this driver is based on reverse engineering. 13 A "Datasheet" has been written based on the reverse engineering it 47 - (Initial reverse engineering done by Olle Sandberg 102 Sandberg <ollebull@gmail.com> has managed to reverse engineer the sensor part
|
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-6.12.1/drivers/misc/ibmasm/ |
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-6.12.1/Documentation/userspace-api/media/v4l/ |
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-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 70 Secondary metadata (e.g. reverse mapping and directory parent pointers) support 429 - Reverse mapping information 570 increases the time cost of persisting changes to disk, and the reverse space 573 reverse mapping features at format time, though this choice dramatically 967 Reverse Mapping 987 Like any system that improves redundancy, the reverse-mapping feature increases 989 However, it has two critical advantages: first, the reverse index is key to 992 Second, the different ondisk storage format of the reverse mapping btree 1013 The information captured in a reverse space mapping record is as follows: 1037 The reverse mapping index plays a key role in the consistency checking process [all …]
|
/linux-6.12.1/Documentation/core-api/irq/ |
D | irq-domain.rst | 28 irq numbers, but they don't provide any support for reverse mapping of 35 reverse mapping scheme. 85 There are several mechanisms available for reverse mapping from hwirq 87 Which reverse map type should be used depends on the use case. Each 88 of the reverse map types are described below: 98 The linear reverse map maintains a fixed size table indexed by the
|
/linux-6.12.1/drivers/video/console/ |
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-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
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.
|
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-6.12.1/fs/xfs/scrub/ |
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 */
|
/linux-6.12.1/kernel/ |
D | user_namespace.c | 206 kfree(ns->gid_map.reverse); in free_user_ns() 210 kfree(ns->uid_map.reverse); in free_user_ns() 214 kfree(ns->projid_map.reverse); in free_user_ns() 374 return bsearch(&key, map->reverse, extents, in map_id_up_max() 793 * Defer the memory setup for the reverse pointer. in insert_extent() 799 map->reverse = NULL; in insert_extent() 827 /* cmp function to sort() reverse mappings */ 856 map->reverse = kmemdup_array(map->forward, map->nr_extents, in sort_idmaps() 858 if (!map->reverse) in sort_idmaps() 861 /* Sort reverse array. */ in sort_idmaps() [all …]
|
/linux-6.12.1/drivers/iio/ |
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-6.12.1/Documentation/admin-guide/device-mapper/ |
D | linear.rst | 38 # Split a device into 4M chunks and then join them together in reverse order. 40 my $name = "reverse";
|
/linux-6.12.1/Documentation/livepatch/ |
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-6.12.1/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | fsl,cpm1-scc-qmc.yaml | 85 fsl,reverse-data: 168 fsl,reverse-data; 177 fsl,reverse-data;
|