| /linux-4.4.14/Documentation/ABI/testing/ |
| D | sysfs-bus-platform | 6 will override standard OF, ACPI, ID table, and name matching. 7 When specified, only a driver with a name matching the value 13 matching rules binding. Writing to driver_override does not 16 driver with a matching name is currently loaded in the kernel,
|
| D | sysfs-bus-amba | 6 will override standard OF, ACPI, ID table, and name matching. 7 When specified, only a driver with a name matching the value 12 This returns the device to standard matching rules binding. 16 matching name is currently loaded in the kernel, the device will
|
| D | sysfs-wusb_cbaf | 30 - If it has a matching CHID,CDID entry, the device 35 matching CDID in its database), the device is
|
| D | sysfs-bus-pci-drivers-ehci_hcd | 37 may be attached directly to a "rate-matching hub". This
|
| D | sysfs-bus-pci | 269 will override standard static and dynamic ID matching. When 270 specified, only a driver with a name matching the value written 275 This returns the device to standard matching rules binding. 279 matching name is currently loaded in the kernel, the device
|
| D | configfs-usb-gadget-uvc | 135 Description: Color matching descriptors 140 Description: Default color matching descriptors
|
| D | sysfs-class-net | 49 not matching BR_GROUPFWD_RESTRICTED in net/bridge/br_private.h
|
| /linux-4.4.14/net/netfilter/ |
| D | nfnetlink_cttimeout.c | 78 struct ctnl_timeout *timeout, *matching = NULL; in cttimeout_new_timeout() local 100 matching = timeout; in cttimeout_new_timeout() 112 if (matching) { in cttimeout_new_timeout() 117 if (matching->l3num != l3num || in cttimeout_new_timeout() 118 matching->l4proto->l4proto != l4num) { in cttimeout_new_timeout() 123 ret = ctnl_timeout_parse_policy(&matching->data, in cttimeout_new_timeout() 516 struct ctnl_timeout *timeout, *matching = NULL; in ctnl_timeout_find_get() local 530 matching = timeout; in ctnl_timeout_find_get() 535 return matching; in ctnl_timeout_find_get()
|
| D | nfnetlink_acct.c | 53 struct nf_acct *nfacct, *matching = NULL; in nfnl_acct_new() local 73 matching = nfacct; in nfnl_acct_new() 77 if (matching) { in nfnl_acct_new() 80 atomic64_set(&matching->pkts, 0); in nfnl_acct_new() 81 atomic64_set(&matching->bytes, 0); in nfnl_acct_new() 84 if ((matching->flags & NFACCT_F_QUOTA)) in nfnl_acct_new() 86 &matching->flags); in nfnl_acct_new()
|
| D | Kconfig | 506 packets matching some criteria. 585 Netfilter mark matching allows you to match packets based on the 745 This option adds the `IDLETIMER' target. Each matching packet 972 BPF matching applies a linux socket filter to each packet and 983 Socket/process control group matching allows you to match locally 1062 It allows matching on additional conntrack information, which is 1072 CPU matching allows you to match packets based on the CPU 1151 Helper matching allows you to match packets in dynamic connections 1160 HL matching allows you to match packets based on the hoplimit 1216 limit matching allows you to control the rate at which a rule can be [all …]
|
| /linux-4.4.14/Documentation/devicetree/bindings/hsi/ |
| D | omap-ssi.txt | 9 - reg: Contains a matching register specifier for each entry 12 - interrupts: Contains matching interrupt information for each entry 20 - clocks: Contains a matching clock specifier for each entry in 31 - reg: Contains a matching register specifier for each entry
|
| /linux-4.4.14/Documentation/ |
| D | binfmt_misc.txt | 9 with which binary. Binfmt_misc recognises the binary-type by matching some bytes 28 when using filename extension matching. 29 - 'magic' is the byte sequence binfmt_misc is matching for. The magic string 33 If you chose filename extension matching, this is the extension to be 35 matching is case sensitive, and slashes '/' are not allowed! 37 bits from matching by supplying a string like magic and as long as magic. 40 filename extension matching.
|
| D | eisa.txt | 131 matching driver EISA id.
|
| D | debugging-via-ohci1394.txt | 113 stable connection and has matching connectors (there are small 4-pin and
|
| D | kmemleak.txt | 93 3. scan the gray objects for matching addresses (some white objects
|
| D | assoc_array.txt | 528 matching leaf pointer with the pointer to the new leaf after a barrier. 532 (2) Simple delete. This involves just clearing an old matching leaf. The
|
| D | crc32.txt | 29 do it in the right order, matching the endianness.
|
| D | dynamic-debug-howto.txt | 23 statements by matching any combination of 0 or 1 of:
|
| D | rbtree.txt | 285 * matching interval as nodes to the right of N
|
| D | media-framework.txt | 368 what matching actually means.
|
| D | pinctrl.txt | 99 also consider matching of offsets to the GPIO ranges that may be handled by 369 and matching the pin to the pin ranges across all controllers. When a 370 pin controller handling the matching range is found, GPIO-specific functions
|
| D | workqueue.txt | 140 backing worker pools matching the attributes. The responsibility of
|
| D | edac.txt | 661 To return to the default behaviour of matching any, you can do:
|
| D | parport-lowlevel.txt | 884 The device number of the next device matching the specifications, or
|
| D | kernel-parameters.txt | 728 switching to the matching ttyS device later. 1827 matching port, link or device. Basically, it matches 1846 Any ID with matching PORT is used. 1870 If there are multiple matching configurations changing
|
| D | CodingStyle | 795 finding a matching device or 0 if it doesn't.
|
| D | memory-barriers.txt | 496 barrier, unless the first CPU _also_ uses a matching memory barrier (see
|
| /linux-4.4.14/tools/perf/Documentation/ |
| D | perf-probe.txt | 147 …d '%return' means that it probes function return. And ';PTN' means lazy matching pattern (see LAZY… 148 …lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the source file path, ':ALN' … 179 …The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targ… 184 …hedule() can be moved easily by modifying schedule(), but the same line matching 'rq=cpu_rq*' may … 188 The filter pattern is a glob matching pattern(s) to filter variables.
|
| D | perf-diff.txt | 20 The differential profile is displayed only for events matching both 174 - A/B being matching hist entry from data/baseline file specified 191 - A/B being matching hist entry from data/baseline file specified 202 - A/B being matching hist entry from data/baseline file specified
|
| D | perf-buildid-list.txt | 16 tools can be used to fetch packages with matching symbol tables for use by
|
| D | perf-annotate.txt | 56 Print matching source lines (may be slow).
|
| D | perf-kvm.txt | 46 so that other tools can be used to fetch packages with matching symbol tables
|
| D | perf-top.txt | 183 Ignore callees of the function(s) matching the given regex.
|
| D | perf-report.txt | 228 Ignore callees of the function(s) matching the given regex.
|
| D | intel-pt.txt | 19 Trace data must be 'decoded' which involves walking the object code and matching
|
| /linux-4.4.14/drivers/fmc/ |
| D | Kconfig | 11 This kernel subsystem supports the matching between carrier 25 that can be rewritten at run time and usef for matching
|
| /linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
| D | functions.sh | 38 echo $1 needs argument $2 matching \"$5\"
|
| /linux-4.4.14/Documentation/x86/ |
| D | early-microcode.txt | 18 the initrd file, it parses the microcode and saves matching microcode in memory. 19 If matching microcode is found, it will be uploaded in BSP and later on in all
|
| /linux-4.4.14/Documentation/acpi/ |
| D | method-tracing.txt | 160 ACPICA debugging messages matching 165 ACPICA debugging messages matching 170 ACPICA debugging messages matching 175 ACPICA debugging messages matching 180 ACPICA debugging messages matching
|
| D | scan_handlers.txt | 51 available scan handlers. If a matching scan handler is found, its .attach()
|
| D | enumeration.txt | 378 presumably having a matching driver in the kernel already. 406 and valid) will be used to look for a driver matching the device, but in that
|
| /linux-4.4.14/drivers/staging/iio/Documentation/ |
| D | inkernel.txt | 44 * matching dev or dev_name against consumer_dev and consumer_dev_name 45 * matching consumer_channel against consumer_channel in the map
|
| /linux-4.4.14/Documentation/usb/ |
| D | hotplug.txt | 91 be used when matching a driver to a device or class of devices. The 97 ... matching devices with specified vendor and product ids 101 ... matching specified interface class info 103 ... matching specified device class info
|
| D | gadget_serial.txt | 47 /dev nodes matching the sysfs /sys/class/tty files.
|
| /linux-4.4.14/Documentation/networking/ |
| D | fib_trie.txt | 125 If we don't find a match, we enter prefix matching mode. The prefix length, 127 and we backtrack upwards through the trie trying to find a longest matching 131 Inside each tnode, the search for longest matching prefix consists of searching 137 chop off part of the key in order to find the longest matching prefix.
|
| D | secid.txt | 5 matching labeled xfrm(s).
|
| D | xfrm_proc.txt | 40 No matching template for states
|
| D | tproxy.txt | 12 The idea is that you identify packets with destination address matching a local
|
| D | radiotap-headers.txt | 42 index whose matching bit is set in the it_present member of
|
| D | ieee802154.txt | 47 comparation, automagic ACK handling, address matching, etc.
|
| D | phy.txt | 314 registered for it, matching based on UID (contained in the PHY device's phy_id 337 The stubs set one of the two matching criteria, and set the other one to
|
| D | switchdev.txt | 315 does a longest prefix match (LPM) on FIB entries matching route prefix and 316 forwards the packet to the matching FIB entry's nexthop(s) egress ports.
|
| D | README.sb1000 | 145 Solution -- You probably have a non-matching kernel source tree and
|
| D | cdc_mbim.txt | 237 filter is recommended, matching only the DSS VLAN subset. This avoid
|
| D | openvswitch.txt | 20 is a matching flow, it executes the associated actions. If there is
|
| D | ixgbe.txt | 151 If the queue is defined as -1, filter will drop matching packets.
|
| D | README.ipw2200 | 156 matching the channel and network name parameters provided.
|
| D | scaling.txt | 337 queue for packets matching a particular flow. The network stack
|
| D | can.txt | 108 same received matching CAN frames. An application wishing to 821 If one of the subsequent CAN frames is matching the bits in that frame data
|
| D | ip-sysctl.txt | 1706 target work with vlan-on-top-of-bridge interfaces. When no matching
|
| /linux-4.4.14/Documentation/devicetree/bindings/media/ |
| D | exynos-jpeg-codec.txt | 15 matching entries in the clock-names property; from
|
| D | exynos4-fimc-is.txt | 22 matching entries in the clocks property.
|
| D | samsung-mipi-csis.txt | 18 - clock-names : must contain "csis", "sclk_csis" entries, matching entries
|
| D | samsung-fimc.txt | 22 "pxl_async1" entries, matching entries in the clocks property.
|
| /linux-4.4.14/drivers/staging/fwserial/ |
| D | TODO | 9 GUID-to-port matching/whitelist/blacklist.
|
| /linux-4.4.14/net/bridge/netfilter/ |
| D | Kconfig | 74 This option adds matching support for 802.3 Ethernet frames. 81 This option adds the among match, which allows matching the MAC source 125 This option adds the mark match, which allows matching frames based on 135 This option adds the packet type match, which allows matching on the
|
| /linux-4.4.14/Documentation/RCU/ |
| D | listRCU.txt | 92 return -EFAULT; /* No matching rule */ 125 return -EFAULT; /* No matching rule */ 184 return -EFAULT; /* No matching rule */ 213 return -EFAULT; /* No matching rule */ 290 return -EFAULT; /* No matching rule */
|
| D | checklist.txt | 298 case the matching rcu_dereference() primitive must be used in
|
| /linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
| D | dw-apb.txt | 16 - clock-names : should contain "timer" and "pclk" entries, matching entries
|
| /linux-4.4.14/Documentation/fmc/ |
| D | 00-INDEX | 26 - how identification and matching works
|
| D | API.txt | 33 devices in the array are affected. Usually, the driver matching the
|
| D | mezzanine.txt | 9 The matching between device and driver is based on the content of the 54 number and the 32-bit device number. Support for matching based on
|
| D | carrier.txt | 14 purposes, i.e. for matching the device with its own driver. For this 167 busid module parameter, if provided, and returns the matching
|
| /linux-4.4.14/Documentation/devicetree/bindings/phy/ |
| D | sun9i-usb-phy.txt | 25 The driver will only use those matching the phy_type.
|
| /linux-4.4.14/arch/microblaze/boot/dts/ |
| D | system.dts | 143 xlnx,include-datawidth-matching-0 = <0x1>; 144 xlnx,include-datawidth-matching-1 = <0x0>; 145 xlnx,include-datawidth-matching-2 = <0x0>; 146 xlnx,include-datawidth-matching-3 = <0x0>;
|
| /linux-4.4.14/arch/powerpc/boot/dts/ |
| D | virtex440-ml507.dts | 180 xlnx,include-datawidth-matching-0 = <0x1>; 181 xlnx,include-datawidth-matching-1 = <0x0>; 182 xlnx,include-datawidth-matching-2 = <0x0>; 183 xlnx,include-datawidth-matching-3 = <0x0>;
|
| D | virtex440-ml510.dts | 151 xlnx,include-datawidth-matching-0 = <0x1>; 152 xlnx,include-datawidth-matching-1 = <0x0>; 153 xlnx,include-datawidth-matching-2 = <0x0>; 154 xlnx,include-datawidth-matching-3 = <0x0>;
|
| /linux-4.4.14/arch/avr32/boards/atngw100/ |
| D | Kconfig_mrmt | 66 matching RTC driver.
|
| /linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
| D | vf610-adc.txt | 11 - clock-names: Must contain "adc", matching entry in the clocks property.
|
| /linux-4.4.14/Documentation/devicetree/bindings/arm/ |
| D | primecell.txt | 5 driver matching.
|
| /linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
| D | atmel-flexcom.txt | 22 A single available child device of type matching the "atmel,flexcom-mode"
|
| /linux-4.4.14/Documentation/device-mapper/ |
| D | dm-flakey.txt | 38 each matching bio with <value>.
|
| D | statistics.txt | 118 If this parameter is specified, only matching regions
|
| /linux-4.4.14/Documentation/fb/ |
| D | cmap_xfbdev.txt | 51 squares matching function. That's why the cmap entries can't be set to the left
|
| /linux-4.4.14/Documentation/kbuild/ |
| D | Kconfig.recursion-issue-01 | 42 # easy to understand. Note that matching semantics on the dependency on
|
| D | Kconfig.recursion-issue-02 | 43 # problem consisted on matching semantics with newly introduced features.
|
| D | makefiles.txt | 748 Files matching the patterns "*.[oas]", "*.ko", plus some additional files
|
| /linux-4.4.14/Documentation/ABI/stable/ |
| D | sysfs-firmware-efi-vars | 74 variable that has a matching vendor GUID
|
| /linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/ |
| D | qcom,smd.txt | 56 Definition: a list of channels tied to this device, used for matching
|
| /linux-4.4.14/Documentation/pcmcia/ |
| D | driver-changes.txt | 8 CONF_AUTO_CHECK_VCC : check for matching Vcc 95 * in-kernel device<->driver matching (as of 2.6.13)
|
| /linux-4.4.14/Documentation/isdn/ |
| D | README.diversion | 58 the checking process is finished and the rule matching will be applied 66 All incoming calls matching a rule except the ignore rule a reported and
|
| D | INTERFACE | 519 0 = No device matching this call. 520 1 = At least one device matching this call (RING on ttyI).
|
| D | README | 300 Only when a matching interface or tty is found is the call accepted
|
| /linux-4.4.14/Documentation/rapidio/ |
| D | tsi721.txt | 15 For inbound messages this driver uses destination ID matching to forward messages
|
| /linux-4.4.14/arch/frv/mm/ |
| D | tlb-flush.S | 142 # zap the matching TLB line and AMR values
|
| /linux-4.4.14/Documentation/hwmon/ |
| D | nct6775 | 181 pwm value to be set if temperature reaches matching 184 Temperature over which the matching pwm is enabled.
|
| /linux-4.4.14/Documentation/devicetree/ |
| D | overlay-notes.txt | 84 so a bar platform device will be registered and if a matching device driver
|
| D | usage-model.txt | 151 against. If no matching machine_desc is found, then it returns NULL.
|
| /linux-4.4.14/Documentation/metag/ |
| D | kernel-ABI.txt | 140 two halves would go in a matching pair of data registers). 190 64-bit arguments are placed in matching pairs of registers (i.e. the same
|
| /linux-4.4.14/Documentation/filesystems/nfs/ |
| D | idmapper.txt | 54 request-key will find the first matching line and corresponding program. In
|
| /linux-4.4.14/Documentation/devicetree/bindings/mmc/ |
| D | ti-omap-hsmmc.txt | 89 1. select matching 'compatible' section, see example below.
|
| /linux-4.4.14/drivers/memory/ |
| D | Kconfig | 69 NOTE: In addition to matching the register setup with the bootloader
|
| /linux-4.4.14/net/ipv6/netfilter/ |
| D | Kconfig | 161 frag matching allows you to match packets based on the fragmentation 216 rt matching allows you to match packets based on the routing
|
| /linux-4.4.14/Documentation/filesystems/pohmelfs/ |
| D | info.txt | 47 By default mount will disable non-matching crypto operations.
|
| /linux-4.4.14/Documentation/driver-model/ |
| D | binding.txt | 29 Instead of trying to derive a complex state machine and matching
|
| D | platform.txt | 158 * platform_device.name ... which is also used to for driver matching. 205 command line. This will execute all matching early_param() callbacks.
|
| /linux-4.4.14/Documentation/trace/ |
| D | tracepoints.txt | 132 All trace_<tracepoint>() calls have a matching trace_<tracepoint>_enabled()
|
| D | events.txt | 357 The [if filter] part isn't used in matching commands when removing, so
|
| /linux-4.4.14/arch/arm/kernel/ |
| D | entry-header.S | 85 @ we cannot rely on r0-r3 and r12 matching the value saved in the
|
| /linux-4.4.14/drivers/uio/ |
| D | Kconfig | 33 This kernel driver requires that the matching userspace driver
|
| /linux-4.4.14/Documentation/devicetree/bindings/net/ |
| D | keystone-netcp.txt | 8 header matching, and packet modification operations such as checksum
|
| /linux-4.4.14/Documentation/spi/ |
| D | spidev | 28 entry is "spidev", matching the name of the driver exposing this API.
|
| /linux-4.4.14/Documentation/i2c/ |
| D | slave-interface | 126 * use a standard i2c_driver and its matching mechanisms
|
| D | writing-clients | 208 Note that the absence of matching classes does not prevent the use of
|
| /linux-4.4.14/Documentation/sound/alsa/ |
| D | HD-Audio.txt | 154 table until any matching entry is found. If you have a new machine, 180 basically to overcome such a situation. When the matching preset 232 Some other models may match better and give you more matching 421 matching better with the actual codec or device behavior. Many of
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | affs.txt | 191 Case is ignored by the affs in filename matching, but Linux shells
|
| D | path-lookup.txt | 119 dentry comparisons will never match. However it is fatal to miss a matching 171 hash list, a lookup may find neither 'A' nor 'B' matching the dentry. The same
|
| D | overlayfs.txt | 95 matching name in the lower level is ignored, and the whiteout itself
|
| /linux-4.4.14/Documentation/powerpc/ |
| D | qe_firmware.txt | 217 field to skip matching SOCs altogether.
|
| /linux-4.4.14/Documentation/security/ |
| D | keys.txt | 43 - A description (for matching a key in a search). 443 process, session for a matching key. This works very much like 890 method. This permits approximate matching to occur. If callout_string is 988 This searches the keyring tree specified for a matching key. Error ENOKEY 1248 On entry, raw_data will be pointing to the criteria to be used in matching
|
| /linux-4.4.14/scripts/dtc/ |
| D | dtc-lexer.lex.c_shipped | 1071 * by strings matching the pattern */ 1601 * try matching the token before 1603 * there's no matching to consider.
|
| /linux-4.4.14/arch/tile/ |
| D | Kconfig | 190 with a matching page size.
|
| /linux-4.4.14/lib/ |
| D | Kconfig | 422 simple text pattern matching. It originated in the ATA code
|
| /linux-4.4.14/Documentation/frv/ |
| D | mmu-layout.txt | 99 register pairs; and the matching kunmap_atomic() clears the DAMPR. This makes high memory
|
| /linux-4.4.14/net/ |
| D | Kconfig | 265 being used in cls_cgroup and for netfilter matching.
|
| /linux-4.4.14/Documentation/power/ |
| D | opp.txt | 136 functions return the matching pointer representing the opp if a match is
|
| D | devices.txt | 242 matching resume calls would then completely reinitialize the hardware
|
| /linux-4.4.14/drivers/tty/serial/8250/ |
| D | Kconfig | 318 This option replaces the "console=ttyO" argument with the matching
|
| /linux-4.4.14/Documentation/vm/ |
| D | frontswap.txt | 33 Once a page is successfully stored, a matching load on the page will normally
|
| /linux-4.4.14/Documentation/dmaengine/ |
| D | provider.txt | 257 - These functions are matching the capabilities you registered
|
| /linux-4.4.14/scripts/genksyms/ |
| D | lex.lex.c_shipped | 1305 * try matching the token before 1307 * there's no matching to consider.
|
| /linux-4.4.14/scripts/kconfig/ |
| D | zconf.lex.c_shipped | 1759 * try matching the token before 1761 * there's no matching to consider.
|
| /linux-4.4.14/mm/ |
| D | Kconfig | 475 and swap data is stored as normal on the matching swap device.
|
| /linux-4.4.14/arch/arm64/ |
| D | Kconfig | 591 4M allocations matching the default size used by generic code.
|
| /linux-4.4.14/net/ipv4/ |
| D | Kconfig | 91 if a matching packet arrives.
|
| /linux-4.4.14/tools/power/cpupower/po/ |
| D | de.po | 145 msgid "No matching monitor found in %s, try -l option\n"
|
| D | it.po | 145 msgid "No matching monitor found in %s, try -l option\n"
|
| D | cs.po | 148 msgid "No matching monitor found in %s, try -l option\n"
|
| D | fr.po | 145 msgid "No matching monitor found in %s, try -l option\n"
|
| D | pt.po | 143 msgid "No matching monitor found in %s, try -l option\n"
|
| /linux-4.4.14/Documentation/filesystems/cifs/ |
| D | CHANGES | 274 the tids match and we try to find matching fid on wrong server. Fix read 344 requesting case insensitive matching for path based requests (requesting
|
| D | README | 482 nocase Request case insensitive path name matching (case
|
| /linux-4.4.14/Documentation/filesystems/caching/ |
| D | backend-api.txt | 120 and matching index entries; these are required to provide some of the
|
| D | netfs-api.txt | 228 If this function is absent, it will be assumed that matching objects in a
|
| /linux-4.4.14/Documentation/PCI/ |
| D | pci.txt | 33 a new device, the driver with a matching "description" will be notified.
|
| /linux-4.4.14/Documentation/cgroups/ |
| D | unified-hierarchy.txt | 303 process which has a matching uid and is currently in C10 into
|
| /linux-4.4.14/Documentation/virtual/kvm/ |
| D | timekeeping.txt | 365 to a value matching the rest of the system, but a perfect match is usually not
|
| D | api.txt | 2597 in VCPU matching underlying host.
|
| /linux-4.4.14/init/ |
| D | Kconfig | 76 any files with a filename matching localversion* in your 90 appended after any matching localversion* files, and after the value
|
| /linux-4.4.14/Documentation/s390/ |
| D | Debugging390.txt | 1664 Set a breakpoint for all functions matching REGEXP
|
| /linux-4.4.14/Documentation/virtual/uml/ |
| D | UserModeLinux-HOWTO.txt | 229 2. Download the matching kernel from your favourite kernel mirror,
|