Home
last modified time | relevance | path

Searched refs:reverse (Results 1 – 25 of 186) sorted by relevance

12345678

/linux/net/x25/
A 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()
284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities()
289 new->reverse = theirs.reverse; in x25_negotiate_facilities()
/linux/fs/
A Dmnt_idmapping.c221 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/drivers/usb/typec/mux/
A Dnb7vpq904m.c144 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()
242 nb7vpq904m_set_channel(nb7, NB7_CHNC, !reverse); in nb7vpq904m_set()
[all …]
A Dfsa4480.c80 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()
A Dwcd939x-usbss.c242 bool reverse = (usbss->orientation == TYPEC_ORIENTATION_REVERSE); in wcd939x_usbss_set() local
371 if (reverse) in wcd939x_usbss_set()
384 if (reverse) in wcd939x_usbss_set()
402 if (reverse) in wcd939x_usbss_set()
507 if (reverse) in wcd939x_usbss_set()
A Dptn36502.c81 bool reverse = (ptn->orientation == TYPEC_ORIENTATION_REVERSE); in ptn36502_set() local
111 if (reverse) in ptn36502_set()
184 if (reverse) in ptn36502_set()
/linux/drivers/media/test-drivers/vidtv/
A Dvidtv_s302m.c50 static const u8 reverse[256] = { variable
307 f.data[0] = reverse[f.data[0]]; in vidtv_s302m_write_frame()
308 f.data[1] = reverse[f.data[1]]; in vidtv_s302m_write_frame()
309 f.data[2] = reverse[f.data[2]]; in vidtv_s302m_write_frame()
310 f.data[3] = reverse[f.data[3]]; in vidtv_s302m_write_frame()
311 f.data[4] = reverse[f.data[4]]; in vidtv_s302m_write_frame()
/linux/kernel/
A Duser_namespace.c206 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()
799 map->reverse = NULL; in insert_extent()
856 map->reverse = kmemdup_array(map->forward, map->nr_extents, in sort_idmaps()
858 if (!map->reverse) in sort_idmaps()
862 sort(map->reverse, map->nr_extents, sizeof(struct uid_gid_extent), in sort_idmaps()
1089 map->reverse = new_map.reverse; in map_write()
1099 kfree(new_map.reverse); in map_write()
[all …]
/linux/Documentation/hwmon/
A 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.
A 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
/linux/Documentation/admin-guide/device-mapper/
A Dlinear.rst38 # Split a device into 4M chunks and then join them together in reverse order.
40 my $name = "reverse";
/linux/lib/
A Dclosure.c81 struct llist_node *reverse = NULL; in __closure_wake_up() local
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/drivers/misc/altera-stapl/
A Daltera.c259 int reverse; in altera_execute() local
1223 reverse = 0; in altera_execute()
1232 reverse = 1; in altera_execute()
1295 reverse = 0; in altera_execute()
1306 reverse = 1; in altera_execute()
1313 if (reverse) { in altera_execute()
1349 if (reverse) in altera_execute()
1680 reverse = 0; in altera_execute()
1704 reverse = !reverse; in altera_execute()
1793 if (reverse) in altera_execute()
[all …]
/linux/tools/mm/
A Dslabinfo-gnuplot.sh92 set key left above Left title reverse
131 set key left above Left title reverse
/linux/Documentation/userspace-api/media/v4l/
A 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/Documentation/mm/
A Dksm.rst22 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/drivers/hid/
A Dhid-creative-sb0540.c123 static inline u64 reverse(u64 data, int bits) in reverse() function
160 code = reverse(data[5], 8); in creative_sb0540_raw_event()
/linux/Documentation/devicetree/bindings/power/supply/
A Dcpcap-charger.yaml29 - description: reverse charge interrupt
32 - description: reverse mode interrupt
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
A Dfsl,cpm1-scc-qmc.yaml85 fsl,reverse-data:
168 fsl,reverse-data;
177 fsl,reverse-data;
A Dfsl,qe-ucc-qmc.yaml97 fsl,reverse-data:
172 fsl,reverse-data;
181 fsl,reverse-data;
/linux/Documentation/devicetree/bindings/media/i2c/
A Dmaxim,max9286.yaml68 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/tools/testing/selftests/powerpc/switch_endian/
A DMakefile16 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
/linux/Documentation/driver-api/usb/
A Danchors.rst45 are called in the reverse temporal order they were submitted.
53 are processed in the reverse temporal order they were submitted.
/linux/tools/perf/scripts/python/
A Dsyscall-counts.py64 key = lambda kv: (kv[1], kv[0]), reverse = True):
/linux/include/uapi/linux/
A Dx25.h107 unsigned int reverse; member

Completed in 45 milliseconds

12345678