Home
last modified time | relevance | path

Searched full:reverse (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/Linux-v5.15/net/x25/
Dx25_facilities.c78 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-v5.15/lib/
Dcpu_rmap.c3 * 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
Dllist.c73 * llist_reverse_order - reverse order of a llist chain
76 * Reverse the order of a chain of llist entries and return the
/Linux-v5.15/include/linux/
Dcpu_rmap.h6 * 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
Dllist.h40 * 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.
/Linux-v5.15/Documentation/vm/
Dksm.rst22 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
Dunevictable-lru.rst197 shrink_page_list() where they will be detected when vmscan walks the reverse
238 replaced by walking the reverse map to determine whether any VM_LOCKED VMAs
392 We can't call page_mlock(), the function that walks the reverse map to
527 try_to_unmap() checks for VM_LOCKED VMAs while it is walking a page's reverse
533 pages have different reverse map lookup mechanisms, with different locking.
548 page_mlock() Reverse Map Scan
558 page_mlock() walks the respective reverse maps looking for VM_LOCKED VMAs. When
562 Note that page_mlock()'s reverse map walk must visit every VMA in a page's
563 reverse map to determine that a page is NOT mapped into any VM_LOCKED VMA.
/Linux-v5.15/Documentation/hwmon/
Dabituguru.rst12 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
Dabituguru3.rst11 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-v5.15/drivers/misc/ibmasm/
Dr_heartbeat.c15 * 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-v5.15/Documentation/devicetree/bindings/media/i2c/
Dmaxim,max9286.yaml53 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
191 maxim,reverse-channel-microvolt = <170000>;
/Linux-v5.15/drivers/md/bcache/
Dclosure.c64 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-v5.15/Documentation/userspace-api/media/v4l/
Dvidioc-decoder-cmd.rst94 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-v5.15/Documentation/core-api/irq/
Dirq-domain.rst28 irq numbers, but they don't provide any support for reverse mapping of
35 reverse mapping scheme.
88 There are several mechanisms available for reverse mapping from hwirq
90 Which reverse map type should be used depends on the use case. Each
91 of the reverse map types are described below:
101 The linear reverse map maintains a fixed size table indexed by the
/Linux-v5.15/drivers/video/console/
Dmdacon.c357 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-v5.15/drivers/iio/
Diio_core_trigger.h18 * iio_device_unregister_trigger_consumer() - reverse the registration process
41 * iio_device_unregister_trigger_consumer() - reverse the registration process
/Linux-v5.15/kernel/
Duser_namespace.c189 kfree(ns->gid_map.reverse); in free_user_ns()
193 kfree(ns->uid_map.reverse); in free_user_ns()
197 kfree(ns->projid_map.reverse); in free_user_ns()
354 return bsearch(&key, map->reverse, extents, in map_id_up_max()
773 * Defer the memory setup for the reverse pointer. in insert_extent()
779 map->reverse = NULL; in insert_extent()
807 /* cmp function to sort() reverse mappings */
836 map->reverse = kmemdup(map->forward, in sort_idmaps()
839 if (!map->reverse) in sort_idmaps()
842 /* Sort reverse array. */ in sort_idmaps()
[all …]
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Dlinear.rst38 # Split a device into 4M chunks and then join them together in reverse order.
40 my $name = "reverse";
/Linux-v5.15/Documentation/livepatch/
Dsystem-state.rst150 - 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-v5.15/Documentation/arm/nwfpe/
Dnetwinder-fpe.rst82 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-v5.15/Documentation/devicetree/bindings/power/supply/
Dcpcap-charger.yaml29 - description: reverse charge interrupt
32 - description: reverse mode interrupt
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_rmap_btree.c26 * Reverse map btree.
46 * reverse lookups will be to find the owner(s) of a particular block, or to
168 * The high key for a reverse mapping record can be computed by shifting
471 /* Create a new reverse mapping btree cursor. */
488 /* Create a new reverse mapping btree cursor with a fake root for staging. */
503 * Install a new reverse mapping btree root. Caller is responsible for
/Linux-v5.15/drivers/media/i2c/
Dmax9286.c167 /* The initial reverse control channel amplitude. */
253 * We must sleep after any change to the forward or reverse channel in max9286_i2c_mux_configure()
270 * Ensure that both the forward and reverse channel are disabled on the in max9286_i2c_mux_close()
353 /* Reverse channel transmission time: default to 1. */ in max9286_reverse_channel_setup()
357 * Reverse channel setup. in max9286_reverse_channel_setup()
359 * - Enable custom reverse channel configuration (through register 0x3f) in max9286_reverse_channel_setup()
361 * - Adjust reverse channel amplitude: values > 130 are programmed in max9286_reverse_channel_setup()
567 * All enabled sources have probed and enabled their reverse control in max9286_notify_bound()
570 * - Increase the reverse channel amplitude to compensate for the in max9286_notify_bound()
660 * reverse channel as GPIO. We must open all channels while in max9286_s_stream()
[all …]
/Linux-v5.15/fs/xfs/scrub/
Drmap.c21 * 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-v5.15/drivers/parport/
Dieee1284_ops.c217 /* 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. */

12345678910>>...33