| /kernel/linux/linux-6.6/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 SOCK_DEBUG(sk, "X.25: rejecting reverse charging request\n"); in x25_negotiate_facilities() [all …]
|
| /kernel/linux/linux-5.10/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 SOCK_DEBUG(sk, "X.25: rejecting reverse charging request\n"); in x25_negotiate_facilities() [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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() 220 * free_irq_cpu_rmap - free a CPU affinity reverse-map used for IRQs 221 * @rmap: Reverse-map allocated with alloc_irq_cpu_map(), or %NULL 277 * irq_cpu_rmap_add - add an IRQ to a CPU affinity reverse-map 278 * @rmap: The reverse-map 281 * This adds an IRQ affinity notifier that will update the reverse-map
|
| /kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/ |
| D | core_compatiable.h | 114 * \brief Reverse byte order (32 bit) 117 * \param [in] value Value to reverse 132 * \brief Reverse byte order (16 bit) 135 * \param [in] value Value to reverse 150 * \brief Reverse byte order (16 bit) 154 * \param [in] value Value to reverse 182 * \brief Reverse bit order of value 184 * \param [in] value Value to reverse
|
| /kernel/linux/linux-6.6/drivers/usb/typec/mux/ |
| D | nb7vpq904m.c | 110 bool reverse = (nb7->orientation == TYPEC_ORIENTATION_REVERSE); in nb7vpq904m_set() local 145 if (reverse ^ nb7->swap_data_lanes) { in nb7vpq904m_set() 177 regmap_write(nb7->regmap, AUX_CC_REG, reverse ? 0x1 : 0x0); in nb7vpq904m_set() 217 reverse ^ nb7->swap_data_lanes ? in nb7vpq904m_set() 236 nb7vpq904m_set_channel(nb7, NB7_CHNA, !reverse); in nb7vpq904m_set() 237 nb7vpq904m_set_channel(nb7, NB7_CHNB, !reverse); in nb7vpq904m_set() 238 nb7vpq904m_set_channel(nb7, NB7_CHNC, reverse); in nb7vpq904m_set() 239 nb7vpq904m_set_channel(nb7, NB7_CHND, reverse); in nb7vpq904m_set() 241 nb7vpq904m_set_channel(nb7, NB7_CHNA, reverse); in nb7vpq904m_set() 242 nb7vpq904m_set_channel(nb7, NB7_CHNB, reverse); in nb7vpq904m_set() [all …]
|
| /kernel/linux/linux-6.6/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. 114 * reverse the order by yourself before traversing. 133 * reverse the order by yourself before traversing. 151 * reverse the order by yourself before traversing. 173 * reverse the order by yourself before traversing.
|
| /kernel/linux/linux-5.10/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 53 * alloc_irq_cpu_rmap - allocate CPU affinity reverse-map for IRQs
|
| D | llist.h | 40 * must reverse the order by yourself before traversing. 112 * reverse the order by yourself before traversing. 131 * reverse the order by yourself before traversing. 149 * reverse the order by yourself before traversing. 171 * reverse the order by yourself before traversing.
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/Documentation/vm/ |
| D | ksm.rst | 22 Reverse mapping 24 KSM maintains reverse mapping information for KSM pages in the stable 34 more "dups". Each "dup" keeps reverse mapping information for a KSM 43 if compared to an unlimited list of reverse mappings. It is still
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/drivers/md/bcache/ |
| D | closure.c | 70 struct llist_node *reverse = NULL; in __closure_wake_up() local 74 /* We first reverse the list to preserve FIFO ordering and fairness */ in __closure_wake_up() 75 reverse = llist_reverse_order(list); in __closure_wake_up() 78 llist_for_each_entry_safe(cl, t, reverse, list) { in __closure_wake_up()
|
| /kernel/linux/linux-5.10/drivers/md/bcache/ |
| D | closure.c | 64 struct llist_node *reverse = NULL; in __closure_wake_up() local 68 /* We first reverse the list to preserve FIFO ordering and fairness */ in __closure_wake_up() 69 reverse = llist_reverse_order(list); in __closure_wake_up() 72 llist_for_each_entry_safe(cl, t, reverse, list) { in __closure_wake_up()
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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. 72 There are several mechanisms available for reverse mapping from hwirq 74 Which reverse map type should be used depends on the use case. Each 75 of the reverse map types are described below: 85 The linear reverse map maintains a fixed size table indexed by the
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| 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 …]
|
| /kernel/linux/linux-6.6/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
|