/Linux-v6.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() 284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities() 289 new->reverse = theirs.reverse; in x25_negotiate_facilities()
|
/Linux-v6.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 …]
|
D | fsa4480.c | 75 bool reverse = (fsa->orientation == TYPEC_ORIENTATION_REVERSE); in fsa4480_set() local 91 if (reverse) in fsa4480_set() 100 if (reverse) in fsa4480_set()
|
/Linux-v6.6/drivers/md/bcache/ |
D | closure.c | 64 struct llist_node *reverse = NULL; in __closure_wake_up() local 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.6/drivers/media/test-drivers/vidtv/ |
D | vidtv_s302m.c | 50 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-v6.6/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() 796 map->reverse = NULL; in insert_extent() 853 map->reverse = kmemdup(map->forward, in sort_idmaps() 856 if (!map->reverse) in sort_idmaps() 860 sort(map->reverse, map->nr_extents, sizeof(struct uid_gid_extent), in sort_idmaps() 1087 map->reverse = new_map.reverse; in map_write() 1097 kfree(new_map.reverse); in map_write() [all …]
|
/Linux-v6.6/Documentation/hwmon/ |
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.
|
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
|
/Linux-v6.6/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.6/drivers/misc/altera-stapl/ |
D | altera.c | 259 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() 1693 reverse = 1; in altera_execute() 1704 reverse = !reverse; in altera_execute() [all …]
|
/Linux-v6.6/tools/mm/ |
D | slabinfo-gnuplot.sh | 92 set key left above Left title reverse 131 set key left above Left title reverse
|
/Linux-v6.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
|
/Linux-v6.6/Documentation/mm/ |
D | ksm.rst | 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
|
/Linux-v6.6/drivers/hid/ |
D | hid-creative-sb0540.c | 123 static inline u64 reverse(u64 data, int bits) in reverse() function 160 code = reverse(data[5], 8); in creative_sb0540_raw_event()
|
/Linux-v6.6/tools/testing/selftests/powerpc/switch_endian/ |
D | Makefile | 15 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
|
/Linux-v6.6/Documentation/driver-api/usb/ |
D | anchors.rst | 45 are called in the reverse temporal order they were submitted. 53 are processed in the reverse temporal order they were submitted.
|
/Linux-v6.6/tools/perf/scripts/python/ |
D | syscall-counts.py | 64 key = lambda kv: (kv[1], kv[0]), reverse = True):
|
D | sctop.py | 83 reverse = True):
|
D | syscall-counts-by-pid.py | 74 key = lambda kv: (kv[1], kv[0]), reverse = True):
|
/Linux-v6.6/include/uapi/linux/ |
D | x25.h | 107 unsigned int reverse; member
|
/Linux-v6.6/Documentation/driver-api/media/drivers/ |
D | sh_mobile_ceu_camera.rst | 62 (5) to (5') - reverse sensor scale applied to CEU cropped width or height 63 (2) to (5) - reverse sensor scale applied to CEU cropped left or top
|
/Linux-v6.6/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.6/Documentation/arch/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.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
|
/Linux-v6.6/tools/cgroup/ |
D | memcg_shrinker.py | 46 shrinkers.sort(reverse = True, key = lambda x: x[0])
|