/linux-4.4.14/net/x25/ |
D | x25_facilities.c | 83 facilities->reverse = p[1] & 0x81; in x25_parse_facilities() 89 facilities->reverse = p[1] & 0x01; in x25_parse_facilities() 95 facilities->reverse = p[1] & 0x80; in x25_parse_facilities() 101 facilities->reverse in x25_parse_facilities() 210 if (facilities->reverse && (facil_mask & X25_MASK_REVERSE)) { in x25_create_facilities() 212 *p++ = facilities->reverse; in x25_create_facilities() 289 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities() 294 new->reverse = theirs.reverse; in x25_negotiate_facilities()
|
D | x25_subr.c | 135 if (x25->facilities.reverse & 0x80) { in x25_write_internal() 219 if(x25->facilities.reverse & 0x80) { in x25_write_internal()
|
D | af_x25.c | 584 x25->facilities.reverse = X25_DEFAULT_REVERSE; in x25_create() 1471 if (facilities.reverse && in x25_ioctl() 1472 (facilities.reverse & 0x81) != 0x81) in x25_ioctl()
|
/linux-4.4.14/drivers/md/bcache/ |
D | closure.c | 68 struct llist_node *reverse = NULL; in __closure_wake_up() local 78 t->next = reverse; in __closure_wake_up() 79 reverse = t; in __closure_wake_up() 84 while (reverse) { in __closure_wake_up() 85 cl = container_of(reverse, struct closure, list); in __closure_wake_up() 86 reverse = llist_next(reverse); in __closure_wake_up()
|
/linux-4.4.14/net/ipv4/ |
D | xfrm4_policy.c | 107 _decode_session4(struct sk_buff *skb, struct flowi *fl, int reverse) in _decode_session4() argument 119 fl4->flowi4_oif = reverse ? skb->skb_iif : oif; in _decode_session4() 135 fl4->fl4_sport = ports[!!reverse]; in _decode_session4() 136 fl4->fl4_dport = ports[!reverse]; in _decode_session4() 213 fl4->daddr = reverse ? iph->saddr : iph->daddr; in _decode_session4() 214 fl4->saddr = reverse ? iph->daddr : iph->saddr; in _decode_session4()
|
/linux-4.4.14/net/ipv6/ |
D | xfrm6_policy.c | 119 _decode_session6(struct sk_buff *skb, struct flowi *fl, int reverse) in _decode_session6() argument 141 fl6->flowi6_oif = reverse ? skb->skb_iif : oif; in _decode_session6() 143 fl6->daddr = reverse ? hdr->saddr : hdr->daddr; in _decode_session6() 144 fl6->saddr = reverse ? hdr->daddr : hdr->saddr; in _decode_session6() 173 fl6->fl6_sport = ports[!!reverse]; in _decode_session6() 174 fl6->fl6_dport = ports[!reverse]; in _decode_session6()
|
/linux-4.4.14/Documentation/hwmon/ |
D | abituguru | 8 Datasheet: Not available, this driver is based on reverse engineering. 9 A "Datasheet" has been written based on the reverse engineering it 39 (Initial reverse engineering done by Olle Sandberg 86 Sandberg <ollebull@gmail.com> has managed to reverse engineer the sensor part
|
D | abituguru3 | 8 Datasheet: Not available, this driver is based on reverse engineering. 27 (Initial reverse engineering done by Louis Kruger) 54 Louis Kruger has managed to reverse engineer the sensor part of the uGuru.
|
D | nct6683 | 38 Some of the register locations can be reverse engineered; others are too
|
D | abituguru-datasheet | 17 reverse engineering. This version has been almost fully rewritten for clarity 19 is once again reverse engineered by Olle the additional databanks have been 20 reverse engineered by me. I would like to express my thanks to Olle, this
|
/linux-4.4.14/drivers/media/ |
D | media-entity.c | 428 links[i].reverse->reverse = &links[i]; in media_entity_add_link() 469 link->reverse = backlink; in media_entity_create_link() 470 backlink->reverse = link; in media_entity_create_link() 495 if (rlink != link->reverse) { in __media_entity_remove_links() 547 link->reverse->flags = link->flags; in __media_entity_setup_link_notify()
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 70 Direction: 0=forward, 1=reverse 71 Note: to make reverse playback work you have to write full GOPs in 72 reverse order. 79 B frames per GOP (for reverse play only) 80 Note: for reverse playback the Picture Mask should be set to I or I, P. 255 Number of display buffers. To decode all frames in reverse playback you
|
/linux-4.4.14/Documentation/device-mapper/ |
D | linear.txt | 35 # Split a device into 4M chunks and then join them together in reverse order. 37 my $name = "reverse";
|
/linux-4.4.14/tools/vm/ |
D | slabinfo-gnuplot.sh | 99 set key left above Left title reverse 138 set key left above Left title reverse
|
/linux-4.4.14/tools/testing/selftests/powerpc/switch_endian/ |
D | Makefile | 10 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
|
D | check.S | 11 nop # guaranteed to be illegal in reverse-endian
|
/linux-4.4.14/drivers/misc/altera-stapl/ |
D | altera.c | 273 int reverse; in altera_execute() local 1261 reverse = 0; in altera_execute() 1270 reverse = 1; in altera_execute() 1333 reverse = 0; in altera_execute() 1344 reverse = 1; in altera_execute() 1351 if (reverse) { in altera_execute() 1387 if (reverse) in altera_execute() 1718 reverse = 0; in altera_execute() 1731 reverse = 1; in altera_execute() 1742 reverse = !reverse; in altera_execute() [all …]
|
/linux-4.4.14/Documentation/usb/ |
D | anchors.txt | 42 are called in the reverse temporal order they were submitted. 49 are processed in the reverse temporal order they were submitted.
|
D | power-management.txt | 483 usb_autopm_get_interface() (and do the reverse at the end of the
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | syscall-counts.py | 63 reverse = True):
|
D | syscall-counts-by-pid.py | 73 key = lambda(k, v): (v, k), reverse = True):
|
D | sctop.py | 74 reverse = True):
|
D | failed-syscalls-by-pid.py | 77 …t, val in sorted(syscalls[comm][pid][id].iteritems(), key = lambda(k, v): (v, k), reverse = True):
|
/linux-4.4.14/include/uapi/linux/ |
D | x25.h | 106 unsigned int reverse; member
|
/linux-4.4.14/Documentation/ |
D | IRQ-domain.txt | 26 irq numbers, but they don't provide any support for reverse mapping of 33 reverse mapping scheme. 66 There are several mechanisms available for reverse mapping from hwirq 68 Which reverse map type should be used depends on the use case. Each 69 of the reverse map types are described below: 74 The linear reverse map maintains a fixed size table indexed by the
|
D | bus-virt-phys-mapping.txt | 48 the viewpoint of the devices, you have the reverse, and the physical memory
|
D | robust-futex-ABI.txt | 106 other links between the locks, such as the reverse side of a double
|
D | unshare.txt | 197 reverse the unsharing of vm. As part of the reversal the
|
D | parport-lowlevel.txt | 157 for reverse (peripheral to host) 683 works for modes that support reverse data transfer.
|
D | kernel-docs.txt | 80 reverse engineering, system structure. 88 Keywords: concrete architecture, extracted design, reverse
|
D | memory-barriers.txt | 1858 Similarly, the reverse case of a RELEASE followed by an ACQUIRE does
|
D | devices.txt | 3318 are acquired in the following order, and released in the reverse:
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | README.FPE | 76 RSF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse subtract 79 RDV{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse divide 85 FRD{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - fast reverse divide 122 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power
|
D | TODO | 5 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power
|
/linux-4.4.14/Documentation/video4linux/ |
D | sh_mobile_ceu_camera.txt | 56 (5) to (5') - reverse sensor scale applied to CEU cropped width or height 57 (2) to (5) - reverse sensor scale applied to CEU cropped left or top
|
D | README.pvrusb2 | 11 Its history started with the reverse-engineering effort by Björn
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-ibft | 15 contain the CHAP name (and password), the reverse CHAP
|
/linux-4.4.14/scripts/ |
D | bloat-o-meter | 59 delta.reverse()
|
/linux-4.4.14/drivers/video/console/ |
D | sticon.c | 317 u8 blink, u8 underline, u8 reverse, u8 italic) in sticon_build_attr() argument 321 if (reverse) { in sticon_build_attr()
|
D | mdacon.c | 388 u8 blink, u8 underline, u8 reverse, u8 italic) in mdacon_build_attr() argument 400 ((reverse & 1) << 3) | in mdacon_build_attr()
|
D | vgacon.c | 608 u8 blink, u8 underline, u8 reverse, u8 italic) in vgacon_build_attr() argument 620 if (reverse) in vgacon_build_attr()
|
/linux-4.4.14/include/media/ |
D | media-entity.h | 37 struct media_link *reverse; /* Link in the reverse direction */ member
|
/linux-4.4.14/Documentation/vm/ |
D | unevictable-lru.txt | 29 - try_to_munlock() reverse map scan. 220 shrink_page_list() where they will be detected when vmscan walks the reverse 262 replaced by walking the reverse map to determine whether any VM_LOCKED VMAs 415 We can't call try_to_munlock(), the function that walks the reverse map to 529 try_to_unmap() checks for VM_LOCKED VMAs while it is walking a page's reverse 535 pages have different reverse map lookup mechanisms, with different locking. 554 page_referenced() reverse map walker. 564 processing. Again, these functions walk the respective reverse maps looking 569 Note that try_to_munlock()'s reverse map walk must visit every VMA in a page's 570 reverse map to determine that a page is NOT mapped into any VM_LOCKED VMA.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | Soundblaster | 30 reverse=1 Reverses the order of the search in the PnP table.
|
D | Introduction | 205 Sound may be removed by using /sbin/rmmod in the reverse order 211 in the reverse order in which I loaded the modules):
|
D | README.OSS | 1425 I have made decision to not accept code based on reverse engineering
|
/linux-4.4.14/Documentation/leds/ |
D | ledtrig-oneshot.txt | 34 invert - reverse the blink logic. If set to 0 (default) blink on for delay_on
|
/linux-4.4.14/drivers/video/fbdev/ |
D | s1d13xxxfb.c | 447 u16 reverse = 0; in s1d13xxxfb_bitblt_copyarea() local 463 reverse = 1; in s1d13xxxfb_bitblt_copyarea() 488 if (reverse == 1) { in s1d13xxxfb_bitblt_copyarea()
|
/linux-4.4.14/Documentation/laptops/ |
D | sonypi.txt | 40 Please note that this driver was created by reverse engineering the Windows 150 - since all development was done by reverse engineering, there is
|
/linux-4.4.14/Documentation/input/ |
D | appletouch.txt | 14 Credits go to Johannes Berg for reverse-engineering the touchpad protocol,
|
D | yealink.txt | 213 the reverse engineering.
|
D | xpad.txt | 14 the Xbox One's rumble protocol has not been reverse engineered but in
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-protocol | 9 A, NA (1 bit) : Accept and reverse accept bit.
|
D | smbus-protocol | 39 A, NA (1 bit) : Accept and reverse accept bit. 77 This operation is the reverse of Receive Byte: it sends a single byte
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | emu10k1-jack.txt | 39 for the card have been reverse engineered by some enterprising kX users and are
|
D | ALSA-Configuration.txt | 292 Development and reverse engineering work is being coordinated at 1461 OSS driver, which is a result of black-magic reverse engineering.
|
/linux-4.4.14/sound/oss/ |
D | ad1848.c | 178 static bool reverse; variable 2825 module_param(reverse, bool, 0); 2828 MODULE_PARM_DESC(reverse, "When set to 1, will reverse ISAPnP search order"); 2956 isapnpjump = reverse ? i : 0; in ad1848_isapnp_probe() 2960 if(!first || !reverse) in ad1848_isapnp_probe() 2976 i += reverse ? -1 : 1; in ad1848_isapnp_probe()
|
/linux-4.4.14/Documentation/bus-devices/ |
D | ti-gpmc.txt | 46 custom timing routines, a kind of reverse engineering without
|
/linux-4.4.14/drivers/input/joystick/ |
D | db9.c | 100 int reverse; member 531 if (db9_modes[db9->mode].reverse) { in db9_open()
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 297 int reverse); 1068 unsigned int family, int reverse) in __xfrm_policy_check2() argument 1071 int ndir = dir | (reverse ? XFRM_POLICY_MASK + 1 : 0); in __xfrm_policy_check2() 1109 unsigned int family, int reverse);
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | mmu.txt | 197 perform a reverse map from a pte to a gfn. When role.direct is set, any 205 The reverse mapping for the pte/ptes pointing at this page's spt. If 245 The mmu maintains a reverse mapping whereby all ptes mapping a page can be 335 - look up affected sptes through reverse map
|
/linux-4.4.14/include/trace/events/ |
D | ext4.h | 1965 int reverse, int found, ext4_lblk_t found_blk), 1967 TP_ARGS(inode, from, to, reverse, found, found_blk), 1974 __field( int, reverse ) 1984 __entry->reverse = reverse; 1994 __entry->reverse, __entry->found,
|
/linux-4.4.14/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.h | 195 uint32_t reverse:1; /* if 1 data flows from destination */ member
|
/linux-4.4.14/arch/m32r/platforms/mappi/ |
D | dot.gdbinit | 84 # swivel: 0=normal, 4=reverse
|
D | dot.gdbinit.nommu | 84 # swivel: 0=normal, 4=reverse
|
/linux-4.4.14/Documentation/DocBook/ |
D | kernel-api.xml.db | 29 API-list-for-each-entry-reverse 32 API-list-for-each-entry-continue-reverse 37 API-list-for-each-entry-safe-reverse
|
D | device-drivers.xml.db | 314 API-device-for-each-child-reverse
|
/linux-4.4.14/Documentation/gpio/ |
D | sysfs.txt | 127 /* reverse gpio_export() */
|
D | gpio-legacy.txt | 409 this reverse mapping, so you should avoid using it. 747 /* reverse gpio_export() */
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb_con.c | 314 u8 blink, u8 underline, u8 reverse, u8 unused) in sisusbcon_build_attr() argument 323 if (reverse) in sisusbcon_build_attr()
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig-language.txt | 98 - reverse dependencies: "select" <symbol> ["if" <expr>] 100 below), reverse dependencies can be used to force a lower limit of 524 only reverse engineering techniques have been used to deduce semantics from
|
/linux-4.4.14/Documentation/devicetree/ |
D | of_unittest.txt | 71 *parent, that is used to traverse the tree in the reverse direction. So, at
|
/linux-4.4.14/Documentation/networking/ |
D | scaling.txt | 344 is maintained by the NIC driver. This is an auto-generated reverse map of 346 functions in the cpu_rmap (“CPU affinity reverse map”) kernel library 381 may use that queue to transmit. The reverse mapping, from CPUs to
|
D | ip-sysctl.txt | 1068 is not the best reverse path the packet check will fail. 1477 This means exactly the reverse from the above:
|
D | arcnet-hardware.txt | 1706 It seems that the bits are considered in reverse order. Also, you must
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 13 Mmiotrace was built for reverse engineering any memory-mapped IO device with
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_common.c | 161 register int reverse; in isdn_wildmat() local 189 if ((reverse = (p[1] == '^'))) in isdn_wildmat() 195 if (matched == reverse) in isdn_wildmat()
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 2435 unsigned int family, int reverse) in __xfrm_decode_session() argument 2443 afinfo->decode_session(skb, fl, reverse); in __xfrm_decode_session() 2471 int reverse; in __xfrm_policy_check() local 2476 reverse = dir & ~XFRM_POLICY_MASK; in __xfrm_policy_check() 2480 if (__xfrm_decode_session(skb, &fl, family, reverse) < 0) { in __xfrm_policy_check()
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 193 arguments are stored on the stack in reverse order (earlier arguments at higher
|
/linux-4.4.14/Documentation/filesystems/ |
D | exofs.txt | 153 from executing in reverse order:
|
D | vfat.txt | 254 compatible in the reverse direction, however. Filenames that fit in
|
D | path-lookup.txt | 168 of 'B' must succeed (note the reverse is not true).
|
D | coda.txt | 184 To implement Coda on these systems some reverse engineering of the
|
D | proc.txt | 498 be vanished or the reverse -- new added.
|
/linux-4.4.14/Documentation/scsi/ |
D | ncr53c8xx.txt | 613 to something other than the default order or "reverse probe" order. 795 revprob:y probe chip ids in the reverse order. 864 reverse probe disabled revprob:n 1185 - Ask the driver to probe chip ids in reverse order from the boot command 1464 This can be done to a limited extent at the moment using "reverse probe" but 1467 types of cards are scanned in, something "reverse probe" cannot do.
|
D | aic7xxx.txt | 251 Definition: Probe the scsi bus in reverse order, starting
|
D | aic79xx.txt | 254 Definition: Probe the scsi bus in reverse order, starting
|
D | ChangeLog.megaraid | 528 now released in the exact reverse order of the allocation time
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | Kconfig | 202 tristate '"rpfilter" reverse path filter match support'
|
/linux-4.4.14/Documentation/driver-model/ |
D | platform.txt | 75 point will be unregistered in reverse order. Note that there is a convenience
|
/linux-4.4.14/Documentation/timers/ |
D | timekeeping.txt | 87 Clock events are the conceptual reverse of clock sources: they take a
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | Kconfig | 211 tristate '"rpfilter" reverse path filter match support'
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | DSS | 60 audio_start. The audio_disable function performs the reverse operation and is
|
/linux-4.4.14/Documentation/development-process/ |
D | 1.Intro | 265 kernel (such as code which derives from reverse-engineering efforts lacking
|
/linux-4.4.14/ |
D | README | 92 want to jump to 4.0.3, you must first reverse the 4.0.2 patch (that is,
|
/linux-4.4.14/kernel/trace/ |
D | Kconfig | 524 debugging and reverse engineering. It is called from the ioremap
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-python.txt | 312 reverse = True):
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | Kconfig | 329 was written via reverse engineering.
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 490 will reverse the effect of spi_register_master().
|
/linux-4.4.14/drivers/ide/ |
D | Kconfig | 303 Answering Y here will allow you to reverse the situation, with
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 471 to reconnect on reverse of port 445. Treat reparse points (NTFS junctions)
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 800 This function implements the reverse-logic of $cdrom_open()$, and then
|