| /Linux-v6.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 SOCK_DEBUG(sk, "X.25: rejecting reverse charging request\n"); in x25_negotiate_facilities() [all …]
|
| /Linux-v6.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() 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
|
| D | llist.c | 69 * llist_reverse_order - reverse order of a llist chain 72 * Reverse the order of a chain of llist entries and return the
|
| /Linux-v6.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 53 * 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.
|
| /Linux-v6.1/Documentation/mm/ |
| 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
|
| /Linux-v6.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-v6.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-v6.1/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()
|
| /Linux-v6.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-v6.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-v6.1/Documentation/devicetree/bindings/media/i2c/ |
| D | maxim,max9286.yaml | 53 maxim,reverse-channel-microvolt: 58 Initial amplitude of the reverse control channel, in micro volts. 65 (high-threshold) enabled. A typical value of the deserializer's reverse 69 A typical value for the reverse channel amplitude to communicate with 222 maxim,reverse-channel-microvolt = <170000>;
|
| /Linux-v6.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-v6.1/fs/xfs/libxfs/ |
| D | xfs_rmap_btree.c | 28 * Reverse map btree. 48 * reverse lookups will be to find the owner(s) of a particular block, or to 170 * The high key for a reverse mapping record can be computed by shifting 470 /* Create a new reverse mapping btree cursor. */ 487 /* Create a new reverse mapping btree cursor with a fake root for staging. */ 502 * Install a new reverse mapping btree root. Caller is responsible for 524 /* Calculate number of records in a reverse mapping btree block. */ 548 /* Compute the max possible height for reverse mapping btrees. */
|
| /Linux-v6.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-v6.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() 371 return bsearch(&key, map->reverse, extents, in map_id_up_max() 790 * Defer the memory setup for the reverse pointer. in insert_extent() 796 map->reverse = NULL; in insert_extent() 824 /* cmp function to sort() reverse mappings */ 853 map->reverse = kmemdup(map->forward, in sort_idmaps() 856 if (!map->reverse) in sort_idmaps() 859 /* Sort reverse array. */ in sort_idmaps() [all …]
|
| /Linux-v6.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-v6.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-v6.1/Documentation/arm/nwfpe/ |
| 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
|
| /Linux-v6.1/Documentation/devicetree/bindings/power/supply/ |
| D | cpcap-charger.yaml | 29 - description: reverse charge interrupt 32 - description: reverse mode interrupt
|
| /Linux-v6.1/arch/riscv/lib/ |
| D | memmove.S | 24 * To port to big-endian, reverse the direction of shifts 35 * Reverse Copy: a4 - Index counter of src 37 * Reverse Copy: t4 - Index counter of dest 177 * Fix Misalignment Copy Loop - Reverse
|
| /Linux-v6.1/drivers/media/i2c/ |
| D | max9286.c | 168 /* The initial reverse control channel amplitude. */ 256 * We must sleep after any change to the forward or reverse channel in max9286_i2c_mux_configure() 273 * Ensure that both the forward and reverse channel are disabled on the in max9286_i2c_mux_close() 356 /* Reverse channel transmission time: default to 1. */ in max9286_reverse_channel_setup() 360 * Reverse channel setup. in max9286_reverse_channel_setup() 362 * - Enable custom reverse channel configuration (through register 0x3f) in max9286_reverse_channel_setup() 364 * - Adjust reverse channel amplitude: values > 130 are programmed in max9286_reverse_channel_setup() 570 * All enabled sources have probed and enabled their reverse control in max9286_notify_bound() 573 * - Increase the reverse channel amplitude to compensate for the in max9286_notify_bound() 662 * reverse channel as GPIO. We must open all channels while in max9286_s_stream() [all …]
|
| /Linux-v6.1/fs/xfs/scrub/ |
| D | rmap.c | 21 * Set us up to scrub reverse mapping btrees. 30 /* Reverse-mapping scrubber. */ 217 /* xref check that the extent has no reverse mapping at all */
|
| /Linux-v6.1/drivers/parport/ |
| D | ieee1284_ops.c | 217 /* Go to reverse idle phase. */ in parport_ieee1284_read_nibble() 302 /* Go to reverse idle phase. */ in parport_ieee1284_read_byte() 344 pr_debug("%s: ECP direction: reverse\n", port->name); in ecp_forward_to_reverse() 347 pr_debug("%s: ECP direction: failed to reverse\n", port->name); in ecp_forward_to_reverse() 473 /* ECP mode, reverse channel, data. */ 752 /* EPP mode, reverse channel, data. */ 840 /* EPP mode, reverse channel, addresses. */
|