| /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-4.19/net/x25/ |
| D | x25_facilities.c | 83 facilities->reverse = p[1] & 0x81; in x25_parse_facilities() 89 facilities->reverse = p[1] & 0x01; in x25_parse_facilities() 95 facilities->reverse = p[1] & 0x80; in x25_parse_facilities() 101 facilities->reverse in x25_parse_facilities() 210 if (facilities->reverse && (facil_mask & X25_MASK_REVERSE)) { in x25_create_facilities() 212 *p++ = facilities->reverse; in x25_create_facilities() 268 * The only real problem is with reverse charging. 287 * They want reverse charging, we won't accept it. in x25_negotiate_facilities() 289 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities() 290 SOCK_DEBUG(sk, "X.25: rejecting reverse charging request\n"); in x25_negotiate_facilities() [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 275 * irq_cpu_rmap_add - add an IRQ to a CPU affinity reverse-map 276 * @rmap: The reverse-map 279 * This adds an IRQ affinity notifier that will update the reverse-map
|
| /kernel/linux/linux-4.19/lib/ |
| D | cpu_rmap.c | 2 * cpu_rmap.c: CPU affinity reverse-map support 16 * objects with CPU affinities. This can be seen as a reverse-map of 24 * alloc_cpu_rmap - allocate CPU affinity reverse-map 77 * @rmap: reverse-map allocated with alloc_cpu_rmap() 86 * @rmap: reverse-map allocated with alloc_cpu_rmap() 223 * free_irq_cpu_rmap - free a CPU affinity reverse-map used for IRQs 224 * @rmap: Reverse-map allocated with alloc_irq_cpu_map(), or %NULL 278 * irq_cpu_rmap_add - add an IRQ to a CPU affinity reverse-map 279 * @rmap: The reverse-map 282 * 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-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-4.19/include/linux/ |
| D | cpu_rmap.h | 5 * cpu_rmap.c: CPU affinity reverse-map support 19 * struct cpu_rmap - CPU affinity reverse-map 21 * @size: Number of objects to be reverse-mapped 56 * alloc_irq_cpu_rmap - allocate CPU affinity reverse-map for IRQs
|
| /kernel/linux/linux-4.19/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/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-4.19/Documentation/hwmon/ |
| D | abituguru | 8 Datasheet: Not available, this driver is based on reverse engineering. 9 A "Datasheet" has been written based on the reverse engineering it 39 (Initial reverse engineering done by Olle Sandberg 86 Sandberg <ollebull@gmail.com> has managed to reverse engineer the sensor part
|
| D | abituguru3 | 8 Datasheet: Not available, this driver is based on reverse engineering. 27 (Initial reverse engineering done by Louis Kruger) 54 Louis Kruger has managed to reverse engineer the sensor part of the uGuru.
|
| /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-4.19/Documentation/media/uapi/v4l/ |
| D | vidioc-decoder-cmd.rst | 101 Negative numbers denote reverse playback, so -1000 does reverse 114 usually the case for reverse playback: the decoder needs full 115 GOPs, which it can then play in reverse order. So to implement 116 reverse playback the application must feed the decoder the last
|
| /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-4.19/drivers/misc/ibmasm/ |
| D | r_heartbeat.c | 28 * Reverse Heartbeat, i.e. heartbeats sent from the driver to the 33 /* the reverse heartbeat dot command */ 57 * Loop forever, sending a reverse heartbeat dot command to the service
|
| /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-4.19/drivers/md/bcache/ |
| D | closure.c | 66 struct llist_node *reverse = NULL; in __closure_wake_up() local 70 /* We first reverse the list to preserve FIFO ordering and fairness */ in __closure_wake_up() 71 reverse = llist_reverse_order(list); in __closure_wake_up() 74 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-4.19/net/ipv4/ |
| D | xfrm4_policy.c | 111 _decode_session4(struct sk_buff *skb, struct flowi *fl, int reverse) in _decode_session4() argument 124 fl4->flowi4_oif = reverse ? skb->skb_iif : oif; in _decode_session4() 127 fl4->daddr = reverse ? iph->saddr : iph->daddr; in _decode_session4() 128 fl4->saddr = reverse ? iph->daddr : iph->saddr; in _decode_session4() 145 fl4->fl4_sport = ports[!!reverse]; in _decode_session4() 146 fl4->fl4_dport = ports[!reverse]; in _decode_session4()
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | IRQ-domain.txt | 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-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-4.19/net/ipv6/ |
| D | xfrm6_policy.c | 122 _decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse) in _decode_session6() argument 144 fl6->flowi6_oif = reverse ? skb->skb_iif : oif; in _decode_session6() 146 fl6->daddr = reverse ? hdr->saddr : hdr->daddr; in _decode_session6() 147 fl6->saddr = reverse ? hdr->daddr : hdr->saddr; in _decode_session6() 177 fl6->fl6_sport = ports[!!reverse]; in _decode_session6() 178 fl6->fl6_dport = ports[!reverse]; in _decode_session6()
|
| /kernel/linux/linux-4.19/drivers/iio/ |
| D | iio_core_trigger.h | 19 * iio_device_unregister_trigger_consumer() - reverse the registration process 36 * iio_device_unregister_trigger_consumer() - reverse the registration process
|