/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() 284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities() 289 new->reverse = theirs.reverse; in x25_negotiate_facilities()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/kernel/ |
D | user_namespace.c | 185 kfree(ns->gid_map.reverse); in free_user_ns() 189 kfree(ns->uid_map.reverse); in free_user_ns() 193 kfree(ns->projid_map.reverse); in free_user_ns() 350 return bsearch(&key, map->reverse, extents, in map_id_up_max() 775 map->reverse = NULL; in insert_extent() 832 map->reverse = kmemdup(map->forward, in sort_idmaps() 835 if (!map->reverse) in sort_idmaps() 839 sort(map->reverse, map->nr_extents, sizeof(struct uid_gid_extent), in sort_idmaps() 1066 map->reverse = new_map.reverse; in map_write() 1076 kfree(new_map.reverse); in map_write() [all …]
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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";
|
/kernel/linux/linux-5.10/tools/vm/ |
D | slabinfo-gnuplot.sh | 92 set key left above Left title reverse 131 set key left above Left title reverse
|
/kernel/linux/linux-5.10/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()
|
/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-5.10/Documentation/vm/ |
D | ksm.rst | 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/drivers/misc/altera-stapl/ |
D | altera.c | 259 int reverse; in altera_execute() local 1247 reverse = 0; in altera_execute() 1256 reverse = 1; in altera_execute() 1319 reverse = 0; in altera_execute() 1330 reverse = 1; in altera_execute() 1337 if (reverse) { in altera_execute() 1373 if (reverse) in altera_execute() 1704 reverse = 0; in altera_execute() 1717 reverse = 1; in altera_execute() 1728 reverse = !reverse; in altera_execute() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/switch_endian/ |
D | Makefile | 15 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
D | rvu_npc.c | 1469 u16 *start, u16 *end, bool *reverse) in npc_get_mcam_search_range_priority() argument 1486 *reverse = false; in npc_get_mcam_search_range_priority() 1498 *reverse = true; in npc_get_mcam_search_range_priority() 1511 *reverse = true; in npc_get_mcam_search_range_priority() 1534 bool reverse = false; in npc_mcam_alloc_entries() local 1565 &start, &end, &reverse); in npc_mcam_alloc_entries() 1589 reverse = true; in npc_mcam_alloc_entries() 1594 reverse = true; in npc_mcam_alloc_entries() 1600 if (reverse) { in npc_mcam_alloc_entries() 1618 if (reverse) in npc_mcam_alloc_entries() [all …]
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
D | syscall-counts.py | 64 key = lambda kv: (kv[1], kv[0]), reverse = True):
|
D | syscall-counts-by-pid.py | 74 key = lambda kv: (kv[1], kv[0]), reverse = True):
|
D | sctop.py | 83 reverse = True):
|
/kernel/linux/linux-5.10/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.
|
/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/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | x25.h | 73 unsigned int reverse; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | x25.h | 60 unsigned int reverse; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | x25.h | 107 unsigned int reverse; member
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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
|