| /linux-4.4.14/drivers/nfc/nfcmrvl/ |
| D | Kconfig | 10 tristate "Marvell NFC-over-USB driver" 14 Marvell NFC-over-USB driver. 16 This driver provides support for Marvell NFC-over-USB devices: 19 Say Y here to compile support for Marvell NFC-over-USB driver 23 tristate "Marvell NFC-over-UART driver" 27 Marvell NFC-over-UART driver. 29 This driver provides support for Marvell NFC-over-UART devices 31 Say Y here to compile support for Marvell NFC-over-UART driver 35 tristate "Marvell NFC-over-I2C driver" 38 Marvell NFC-over-I2C driver. [all …]
|
| /linux-4.4.14/Documentation/devicetree/bindings/hwmon/ |
| D | ads1015.txt | 8 0: Voltage over AIN0 and AIN1. 9 1: Voltage over AIN0 and AIN3. 10 2: Voltage over AIN1 and AIN3. 11 3: Voltage over AIN2 and AIN3. 12 4: Voltage over AIN0 and GND. 13 5: Voltage over AIN1 and GND. 14 6: Voltage over AIN2 and GND. 15 7: Voltage over AIN3 and GND.
|
| D | max6697.txt | 34 - over-temperature-mask 38 If not specified, over-temperature reporting will be enabled for all 63 over-temperature-mask = <0x7f>;
|
| /linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
| D | max17042_battery.txt | 16 - maxim,over-heat-temp : Temperature threshold to report battery 17 as over heated (in tenths of degree Celsius). 20 - maxim,over-volt : Voltage threshold to report battery 21 as over voltage (in mV). 29 maxim,over-heat-temp = <600>; 30 maxim,over-volt = <4300>;
|
| /linux-4.4.14/arch/openrisc/include/asm/ |
| D | uaccess.h | 276 unsigned long over; in copy_from_user() local 281 over = (unsigned long)from + n - TASK_SIZE; in copy_from_user() 282 return __copy_tofrom_user(to, from, n - over) + over; in copy_from_user() 290 unsigned long over; in copy_to_user() local 295 over = (unsigned long)to + n - TASK_SIZE; in copy_to_user() 296 return __copy_tofrom_user(to, from, n - over) + over; in copy_to_user() 310 unsigned long over = (unsigned long)addr + size - TASK_SIZE; in clear_user() local 311 return __clear_user(addr, size - over) + over; in clear_user()
|
| /linux-4.4.14/Documentation/hwmon/ |
| D | ads1015 | 27 in0: Voltage over AIN0 and AIN1. 28 in1: Voltage over AIN0 and AIN3. 29 in2: Voltage over AIN1 and AIN3. 30 in3: Voltage over AIN2 and AIN3. 31 in4: Voltage over AIN0 and GND. 32 in5: Voltage over AIN1 and GND. 33 in6: Voltage over AIN2 and GND. 34 in7: Voltage over AIN3 and GND.
|
| D | tmp421 | 36 in degrees Celsius. The chips are wired over I2C/SMBus and specified 37 over a temperature range of -40 to +125 degrees Celsius. Resolution
|
| D | tmp103 | 19 operation over a temperature range of –40°C to +125°C.
|
| D | tmp102 | 18 sensor is accurate to 0.5 degree over the range of -25 to +85 C, and to 1.0
|
| D | powr1220 | 25 value over the low measurement range maximum of 2 V.
|
| D | adt7411 | 37 no_average - Turn off averaging over 16 samples
|
| D | abituguru-datasheet | 220 Bit 0: Give an alarm if measured temp is over the warning threshold (RW) * 221 Bit 1: Give an alarm if measured volt is over the max threshold (RW) ** 224 Bit 4: 1 if alarm cause measured temp is over the warning threshold (R) 225 Bit 5: 1 if alarm cause measured volt is over the max threshold (R) 228 Temp sensor: Shutdown if temp is over the shutdown threshold (RW)
|
| D | ibmaem | 27 last BMC reset, and a power sensor that returns average power use over a
|
| /linux-4.4.14/Documentation/devicetree/bindings/input/ |
| D | hid-over-i2c.txt | 1 * HID over I2C Device-Tree bindings 3 HID over I2C provides support for various Human Interface Devices over the 14 - compatible: must be "hid-over-i2c" 23 compatible = "hid-over-i2c";
|
| /linux-4.4.14/drivers/net/ppp/ |
| D | Kconfig | 10 the same purpose: sending Internet traffic over telephone (and other 23 synchronous PPP which can be used over digital ISDN lines for 24 example. If you want to use PPP over phone lines or other 26 the next option, "PPP support for async serial ports". For PPP over 43 sent over the wire. The machine at the other end of the PPP link 64 each PPP packet before it is sent over the wire. The machine at the 75 Say Y here if you want to be able to filter the packets passing over 112 tristate "PPP over ATM" 121 tristate "PPP over Ethernet" 124 Support for PPP over Ethernet. [all …]
|
| /linux-4.4.14/arch/score/include/asm/ |
| D | uaccess.h | 301 unsigned long over; in copy_from_user() local 307 over = (unsigned long)from + len - TASK_SIZE; in copy_from_user() 308 return __copy_tofrom_user(to, from, len - over) + over; in copy_from_user() 316 unsigned long over; in copy_to_user() local 322 over = (unsigned long)to + len - TASK_SIZE; in copy_to_user() 323 return __copy_tofrom_user(to, from, len - over) + over; in copy_to_user()
|
| /linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
| D | Kconfig | 2 tristate "IP-over-InfiniBand" 5 Support for the IP-over-InfiniBand protocol (IPoIB). This 6 transports IP packets over InfiniBand so you can use your IB 12 bool "IP-over-InfiniBand Connected Mode support" 27 bool "IP-over-InfiniBand debugging" if EXPERT 42 bool "IP-over-InfiniBand data path debugging"
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | uaccess.h | 326 unsigned long over; in copy_from_user() local 331 over = (unsigned long)from + n - TASK_SIZE; in copy_from_user() 333 n - over) + over; in copy_from_user() 341 unsigned long over; in copy_to_user() local 346 over = (unsigned long)to + n - TASK_SIZE; in copy_to_user() 348 n - over) + over; in copy_to_user() 441 unsigned long over = (unsigned long)addr + size - TASK_SIZE; in clear_user() local 442 return __clear_user(addr, size - over) + over; in clear_user()
|
| /linux-4.4.14/Documentation/isdn/ |
| D | 00-INDEX | 22 - info for running audio over ISDN. 30 - info for using Fax over ISDN. 46 - info on running Sync PPP over ISDN. 48 - info for running X.25 over ISDN. 50 - frequently asked questions about running PPP over ISDN.
|
| /linux-4.4.14/drivers/infiniband/ulp/iser/ |
| D | Kconfig | 7 over InfiniBand. This allows you to access storage devices 8 that speak iSCSI over iSER over InfiniBand.
|
| /linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
| D | USB-Host.txt | 41 board implements extra power control or over-current monitoring. 57 that get called to enable over-current detection, and to 68 Called to enable or disable the over-current monitoring. 74 The OHCI driver fills this field in for the over-current code 75 to call when there is a change to the over-current state on 77 with bit X being 1 for an over-current on port X.
|
| /linux-4.4.14/net/sctp/ |
| D | chunk.c | 169 int max, whole, i, offset, over, err; in sctp_datamsg_from_user() local 251 over = msg_len % max; in sctp_datamsg_from_user() 254 if ((whole > 1) || (whole && over)) in sctp_datamsg_from_user() 264 if ((i == (whole - 1)) && !over) { in sctp_datamsg_from_user() 302 if (over) { in sctp_datamsg_from_user() 312 chunk = sctp_make_datafrag_empty(asoc, sinfo, over, frag, 0); in sctp_datamsg_from_user() 319 err = sctp_user_addto_chunk(chunk, over, from); in sctp_datamsg_from_user()
|
| /linux-4.4.14/net/rds/ |
| D | Kconfig | 7 sequenced delivery of datagrams over Infiniband, iWARP, 11 tristate "RDS over Infiniband and iWARP" 18 tristate "RDS over TCP"
|
| /linux-4.4.14/net/ieee802154/6lowpan/ |
| D | Kconfig | 2 tristate "6lowpan support over IEEE 802.15.4" 5 IPv6 compression over IEEE 802.15.4.
|
| /linux-4.4.14/arch/arm/include/asm/ |
| D | vfpmacros.h | 32 addeq \base, \base, #32*4 @ step over unused register space 38 addne \base, \base, #32*4 @ step over unused register space 56 addeq \base, \base, #32*4 @ step over unused register space 62 addne \base, \base, #32*4 @ step over unused register space
|
| /linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
| D | as3711.txt | 30 and one of these to select the over-voltage protection pin 31 - su2-fbprot-lx-sd4 : LX_SD4 is used for over-voltage protection 32 - su2-fbprot-gpio2 : GPIO2 is used for over-voltage protection 33 - su2-fbprot-gpio3 : GPIO3 is used for over-voltage protection 34 - su2-fbprot-gpio4 : GPIO4 is used for over-voltage protection
|
| /linux-4.4.14/drivers/hwtracing/stm/ |
| D | Kconfig | 21 tristate "Kernel console over STM devices" 24 messages to trace hosts over STM devices. 26 If you want to send kernel console messages over STM devices,
|
| /linux-4.4.14/net/lapb/ |
| D | Kconfig | 14 currently supports LAPB only over Ethernet connections. If you want 15 to use LAPB connections over Ethernet, say Y here and to "LAPB over
|
| /linux-4.4.14/net/x25/ |
| D | Kconfig | 27 X.25 over a standard telephone line using an ordinary modem (say Y 28 to "X.25 async driver" below) or over Ethernet using an ordinary 29 Ethernet card and the LAPB over Ethernet (say Y to "LAPB Data Link 30 Driver" and "LAPB over Ethernet driver" below).
|
| /linux-4.4.14/net/hsr/ |
| D | Kconfig | 14 All Ethernet frames sent over the hsr device will be sent in both 15 directions on the ring (over both slave ports), giving a redundant, 16 instant fail-over network. Each HSR node in the ring acts like a
|
| /linux-4.4.14/drivers/isdn/mISDN/ |
| D | Kconfig | 29 tristate "ISDN over IP tunnel" 32 Enable support for ISDN over IP tunnel. 40 NOTE: This protocol is called 'Layer 1 over IP' and is not
|
| /linux-4.4.14/drivers/net/slip/ |
| D | Kconfig | 13 Internet Protocol) is a protocol used to send Internet traffic over 22 allows you to use SLIP over a regular dial up shell connection. If 55 allows you to use SLIP over a regular dial up shell connection, you 72 Just occasionally you may need to run IP over hostile serial 75 "slip6". In this mode, SLIP will only send normal ASCII symbols over 78 over the async ports of a Camtec JNT Pad. If unsure, say N.
|
| /linux-4.4.14/drivers/infiniband/ulp/srp/ |
| D | Kconfig | 6 Support for the SCSI RDMA Protocol over InfiniBand. This 7 allows you to access storage devices that speak SRP over
|
| /linux-4.4.14/Documentation/ABI/testing/ |
| D | configfs-usb-gadget-ncm | 12 Ethernet over USB link 14 Ethernet over USB link
|
| D | configfs-usb-gadget-eem | 12 Ethernet over USB link 14 Ethernet over USB link
|
| D | configfs-usb-gadget-subset | 12 Ethernet over USB link 14 Ethernet over USB link
|
| D | configfs-usb-gadget-ecm | 12 Ethernet over USB link 14 Ethernet over USB link
|
| D | configfs-usb-gadget-rndis | 12 Ethernet over USB link 14 Ethernet over USB link
|
| D | sysfs-class-led-flash | 58 * led-over-voltage - flash controller voltage to the flash LED 63 * controller-over-temperature - the flash controller has 67 * led-power-supply-over-current - current in the LED power 79 * led-over-temperature - the temperature of the LED has exceeded
|
| D | sysfs-class-power-twl4030 | 35 be taken that battery is not over-charged.
|
| D | configfs-stp-policy | 6 for software sources wishing to send trace data over an STM
|
| D | sysfs-block-dm | 31 Description: Allow control over how long a request that is a
|
| /linux-4.4.14/Documentation/networking/ |
| D | mac80211-auth-assoc-deauth.txt | 20 note over mac80211,driver 50 note over mac80211,driver: cleanup like for authenticate 61 note over mac80211: init rate control 76 note over userspace
|
| D | vxlan.txt | 9 number of vendors. The protocol runs over UDP using a single 28 group 239.1.1.1 over eth1 to handle traffic for which there is no
|
| D | 6pack.txt | 13 the TNC over a serial line. It can be used as an alternative to KISS. 16 - The PC is given full control over the radio 30 - Each packet transferred over the serial line is supplied with a checksum, 71 can build in one yourself that switches over the highest address pin 137 from the PC to the TNC over the serial line, the status LED if data is 152 there is still an AX.25 connection left over which an IP connection was
|
| D | l2tp.txt | 3 more sessions over an IP tunnel. It is commonly used for VPNs 4 (L2TP/IPSec) and by ISPs to tunnel subscriber PPP sessions over an IP 11 L2TPv2 (PPP over L2TP (UDP tunnels)). 22 sessions over a UDP tunnel. 25 to be passed over an L2TP tunnel by moving the PPP-specific parts of 29 change for L2TPv3 is that it can be carried directly over IP with no 70 such as "ip" and "ifconfig". If only IP frames are passed over the 72 peer. If non-IP frames are to be passed over the tunnel, the interface 240 data over the network. e.g.
|
| D | x25.txt | 19 written which will allow X.25 to be run over an Ethernet (or Token Ring) and 27 option appeared, XOT. This allows X.25 Packet Layer frames to operate over
|
| D | rds.txt | 21 transports. The current implementation used to support RDS over TCP as well 22 as IB. Work is in progress to support RDS over iWARP, and using DCE to 23 guarantee no dropped packets on Ethernet, it may be possible to use RDS over 35 transport has to be IP-based. In fact, RDS over IB uses a 83 takes the queue length over the limit. However, it will also 101 of queued bytes over the SO_SNDSIZE threshold will return 205 if another HCA is available for fail-over.
|
| D | ieee802154.txt | 11 - 6LoWPAN - IPv6 networking over low rate personal area networks 20 and a special protocol over genetlink for configuration/management 120 [RFC4944] was specified to carry IPv6 datagrams over such constrained links,
|
| D | x25-iface.txt | 16 over the LAPB link. The first byte of the skbuff indicates the meaning of 26 over the LAPB link. The LAPB link should already exist before any data is 50 received over the LAPB link.
|
| D | openvswitch.txt | 4 The Open vSwitch kernel module allows flexible userspace control over 29 Network protocols evolve over time. New protocols become important 64 How flow keys evolve over time is important to making this work, so 71 A flow key is passed over a Netlink socket as a sequence of Netlink 98 passed over the Netlink socket. A flow key, exactly as described above, and an 184 (the flow only contains IP packets if one parses and skips over the
|
| D | ipddp.txt | 14 IP over an AppleTalk network or you can provide IP gatewaying functions 62 Macs that are only able to tunnel IP over EtherTalk.
|
| D | sctp.txt | 10 developed the SCTP protocol and later handed the protocol over to the
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | orion5x-rd88f5182-nas.dts | 136 * MPP[22] USB 0 over current indication 137 * MPP[23] USB 1 over current indication 138 * MPP[24] USB 1 over current enable 139 * MPP[25] USB 0 over current enable
|
| D | imx6q-gk802.dts | 150 disable-over-current; 156 disable-over-current;
|
| D | vf-colibri.dtsi | 101 disable-over-current; 106 disable-over-current;
|
| D | imx6q-sbc6x.dts | 86 disable-over-current;
|
| D | imx27-eukrea-cpuimx27.dtsi | 89 disable-over-current; 98 disable-over-current;
|
| D | imx51-digi-connectcore-jsk.dts | 58 disable-over-current;
|
| D | vf610-twr.dts | 350 disable-over-current; 355 disable-over-current;
|
| D | imx6sl-warp.dts | 93 disable-over-current; 99 disable-over-current;
|
| D | imx6qdl-hummingboard.dtsi | 282 disable-over-current; 288 disable-over-current;
|
| /linux-4.4.14/net/irda/irnet/ |
| D | Kconfig | 10 IrNET is an alternate way to transfer TCP/IP traffic over IrDA. It 11 uses synchronous PPP over a set of point to point IrDA sockets. You
|
| /linux-4.4.14/drivers/net/caif/ |
| D | Kconfig | 32 help to synchronize to the next transfer in case of over or under-runs. 40 The caif low level driver for CAIF over HSI. 52 The caif driver for CAIF over Virtio.
|
| /linux-4.4.14/net/l2tp/ |
| D | Kconfig | 19 L2TP is often used to tunnel PPP traffic over IP 25 over L2TP tunnels. L2TPv3 is defined in RFC 3931 59 packet-oriented data network (e.g., over IP). L2TP, as 74 Support for L2TP-over-IP socket family. 91 Support for carrying raw ethernet frames over L2TPv3.
|
| /linux-4.4.14/Documentation/scsi/ |
| D | link_power_management_policy.txt | 13 over power management. 17 state, thus improving latency over min_power setting.
|
| D | ChangeLog.arcmsr | 11 ** 1.20.00.02 12/09/2004 Erich Chen bug fix with over 2T bytes RAID Volume 42 ** 1.20.00.12 9/30/2005 Erich Chen bug fix with 64bit platform's ccbs using if over 4G… 94 ** while Linux XFS over DM-CRYPT.
|
| D | st.txt | 48 over some of the buffering parameters not directly accessible to the 362 MTFSF Space forward over count filemarks. Tape positioned after filemark. 364 MTBSF Space backward over count filemarks. Tape positioned before 367 MTFSR Space forward over count records. 368 MTBSR Space backward over count records. 369 MTFSS Space forward over count setmarks. 370 MTBSS Space backward over count setmarks. 435 MT_ST_CAN_BSR backspacing over more than one records can 551 The MTEOM command is by default implemented as spacing over 32767 559 require backspacing over more than one record). The correct position [all …]
|
| /linux-4.4.14/arch/hexagon/lib/ |
| D | memcpy.S | 189 #define over R20 /* nr of bytes > last inp buf dword boundary */ macro 246 over = add(len, ptr_in); define 266 over = and(over, #7); define 336 p0 = cmp.gt(over, #0); 471 p1 = cmp.gt(over, #0);
|
| /linux-4.4.14/drivers/char/xillybus/ |
| D | Kconfig | 19 tristate "Xillybus over PCIe" 26 tristate "Xillybus over Device Tree"
|
| /linux-4.4.14/net/nfc/nci/ |
| D | Kconfig | 15 tristate "NCI over SPI protocol support" 25 tristate "NCI over UART protocol support"
|
| /linux-4.4.14/drivers/media/platform/davinci/ |
| D | Kconfig | 39 with decoder modules such as TVP5146 over BT656 or 40 sensor module such as MT9T001 over a raw interface. This 55 with decoder modules such as TVP5146 over BT656 or 56 sensor module such as MT9T001 over a raw interface. This
|
| /linux-4.4.14/drivers/video/fbdev/matrox/ |
| D | matroxfb_g450.c | 248 int over; in computeRegs() local 288 over = hlen & 0x0F; in computeRegs() 292 if (over) { in computeRegs() 293 hfp -= over; in computeRegs() 294 hlen -= over; in computeRegs() 295 if (over <= 2) { in computeRegs() 296 } else if (over < 10) { in computeRegs()
|
| /linux-4.4.14/drivers/staging/fwserial/ |
| D | Kconfig | 2 tristate "TTY over Firewire" 5 This enables TTY over IEEE 1394, providing high-speed serial
|
| /linux-4.4.14/fs/9p/ |
| D | vfs_dir.c | 112 bool over; in v9fs_dir_readdir() local 158 over = !dir_emit(ctx, st.name, strlen(st.name), in v9fs_dir_readdir() 161 if (over) in v9fs_dir_readdir()
|
| /linux-4.4.14/drivers/net/wimax/i2400m/ |
| D | Kconfig | 11 tristate "Intel Wireless WiMAX Connection 2400 over USB (including 5x50)" 16 Connection 2400 over USB (like any of the Intel Wireless
|
| /linux-4.4.14/Documentation/ |
| D | IRQ.txt | 4 Currently they can come in over a pin, or over a packet.
|
| D | stable_api_nonsense.txt | 11 interface is _very_ stable over time, and will not break. I have old 84 Trust me, you will go insane over time if you try to support this kind 93 date over time. 105 undergone at least three different reworks over the lifetime of this 118 which have had to maintain their older USB interfaces over time. This 127 the older, broken one would have had to be maintained over time, leading 142 Kernel interfaces are cleaned up over time. If there is no one using a 164 ensures that your driver is always buildable, and works over time, with
|
| D | debugging-via-ohci1394.txt | 22 Retrieving a full system memory dump is also possible over the FireWire, 53 Remote debugging over FireWire early on boot) and pass the parameter 75 yet stable) with kgdb over an memory-based communication module (kgdbom). 152 (Kernel hacking: Provide code for enabling DMA over FireWire early on boot) 158 which is connected to the debugged machine over the FireWire cable).
|
| D | assoc_array.txt | 52 (8) The array can iterated over. The objects will not necessarily come out in 55 (9) The array can be iterated over whilst it is being modified, provided the 68 tree. To improve memory efficiency, shortcuts can be emplaced to skip over 278 This iterates over the objects in an associative array and passes each one 293 It is possible for other threads to iterate over or search the array under 303 (1) Iterate over all the objects in an associative array. 484 Shortcuts are metadata records that jump over a piece of keyspace. A shortcut 490 algorithm will insert a shortcut to skip over the '1111' keyspace in a single 544 already examined the leaves in the replaced node (we iterate over all the 568 when traversing backwards over one. This means that it's okay to change
|
| D | hsi.txt | 11 The HSI interface supports full duplex communication over multiple channels
|
| /linux-4.4.14/net/tipc/ |
| D | Kconfig | 28 IP-over-InfiniBand devices. 34 Saying Y here will enable support for running TIPC over IP/UDP
|
| /linux-4.4.14/Documentation/console/ |
| D | console.txt | 13 the system driver. However, modular drivers cannot take over the console 16 of driver occupying the consoles.) They can only take over the console that is 18 released by the console, the system driver will take over. 73 driver takes over the consoles vacated by the driver. Binding, on the other 114 the console's internal list. It won't take over the 115 console. do_take_over_console(), as it name implies, will also take over (or
|
| /linux-4.4.14/Documentation/devicetree/bindings/usb/ |
| D | pxa-usb.txt | 18 - "marvell,no-oc-protection" - disable over-current protection. 19 - "marvell,oc-mode-perport" - enable per-port over-current protection.
|
| D | ci-hdrc-usb2.txt | 60 - disable-over-current: disable over current detect
|
| /linux-4.4.14/arch/mips/netlogic/ |
| D | Kconfig | 58 Add support for boards with 2 or 4 XLPs connected over ICI. 70 Support boards with upto two XLPs connected over ICI. 75 Support boards with upto four XLPs connected over ICI.
|
| /linux-4.4.14/drivers/media/usb/go7007/ |
| D | Kconfig | 28 encoder chip over USB. 39 MPEG encoder chip over USB.
|
| /linux-4.4.14/Documentation/infiniband/ |
| D | ipoib.txt | 3 The ib_ipoib driver is an implementation of the IP over InfiniBand 100 Transmission of IP over InfiniBand (IPoIB) (RFC 4391) 102 IP over InfiniBand (IPoIB) Architecture (RFC 4392) 104 IP over InfiniBand: Connected Mode (RFC 4755)
|
| /linux-4.4.14/kernel/trace/ |
| D | trace_mmiotrace.c | 128 unsigned long over = ring_buffer_overruns(iter->trace_buffer->buffer); in count_overruns() local 130 if (over > prev_overruns) in count_overruns() 131 cnt += over - prev_overruns; in count_overruns() 132 prev_overruns = over; in count_overruns()
|
| /linux-4.4.14/Documentation/driver-model/ |
| D | binding.txt | 25 When a new device is added, the bus's list of drivers is iterated over 82 The bus's list of devices is iterated over to find a match. Devices 84 over, to bind as many devices as possible to the driver. 96 iterated over, and the driver's remove callback is called for each
|
| D | bus.txt | 55 iterated over, and the match callback is called for each device that 69 The LDM core provides helper functions for iterating over each list. 77 These helpers iterate over the respective list, and call the callback
|
| /linux-4.4.14/net/atm/ |
| D | Kconfig | 22 tristate "Classical IP over ATM" 25 Classical IP over ATM for PVCs and SVCs, supporting InARP and 65 This is sometimes used over DSL lines. If in doubt, say N.
|
| /linux-4.4.14/net/decnet/ |
| D | Kconfig | 9 packet communications over which run a variety of services similar 10 to those which run over TCP/IP.
|
| /linux-4.4.14/drivers/net/appletalk/ |
| D | Kconfig | 14 EtherTalk is the name used for AppleTalk over Ethernet and the 15 cheaper and slower LocalTalk is AppleTalk over a proprietary Apple 28 your machine. I hear that the GNU boycott of Apple is over, so 37 to do IP over it, or you have a LocalTalk card and wish to use it to
|
| /linux-4.4.14/Documentation/mic/ |
| D | scif_overview.txt | 5 communicating over the PCIe bus while providing an API that is symmetric 32 DMA bandwidth comparison between the TCP (over ethernet over PCIe) stack versus
|
| D | mic_overview.txt | 33 "client" driver on the MIC cards over SCIF to perform these functions. 55 | | | Virtio over PCIe IOCTLs |
|
| /linux-4.4.14/drivers/net/wan/ |
| D | Kconfig | 9 lines, are used to interconnect Local Area Networks (LANs) over vast 119 Generic HDLC driver supporting raw HDLC over WAN connections. 128 over WAN connections. 130 You will need it for Ethernet over HDLC bridges. 138 Generic HDLC driver supporting Cisco HDLC over WAN connections. 146 Generic HDLC driver supporting Frame Relay over WAN connections. 154 Generic HDLC driver supporting PPP over WAN connections. 162 Generic HDLC driver supporting X.25 over WAN connections. 361 tristate "LAPB over Ethernet driver" 380 Send and receive X.25 frames over regular asynchronous serial
|
| /linux-4.4.14/drivers/staging/ste_rmi4/ |
| D | TODO | 4 Wait for the official upstream synaptics rmi4 clearpad drivers as promised over the past few months
|
| /linux-4.4.14/Documentation/w1/ |
| D | 00-INDEX | 10 - Userspace communication protocol over connector [1].
|
| /linux-4.4.14/Documentation/arm/nwfpe/ |
| D | NOTES | 7 registers f4-f7 to be preserved over a function call. The compiler quite 28 moved to f4 to preserve it over the log(y) call. The division will be done
|
| /linux-4.4.14/drivers/isdn/i4l/ |
| D | Kconfig | 14 as is done over analog telephone lines. Instead, one can use 41 Say Y here if you want to be able to filter the packets passing over 54 sent over the wire. The machine at the other end of the PPP link 85 This feature provides the X.25 protocol over ISDN connections.
|
| /linux-4.4.14/net/ipv4/ |
| D | Kconfig | 123 one containing the directory /) from some other computer over the 140 one containing the directory /) from some other computer over the 155 one containing the directory /) from some other computer over the 169 another protocol and sending it over a channel that understands the 192 tristate "IP: GRE tunnels over IP" 197 another protocol and sending it over a channel that understands the 200 encapsulating of IPv4 or IPv6 over existing IPv4 infrastructure. 207 bool "IP: broadcast GRE over IP" 212 Network), but can be distributed all over the Internet. If you want 305 another protocol and sending it over a channel that understands the [all …]
|
| /linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
| D | Kconfig | 7 This driver provides low-level InfiniBand over Ethernet
|
| /linux-4.4.14/Documentation/video4linux/ |
| D | hauppauge-wintv-cx88-ir.txt | 15 bit [18] IR_SMP_INT Set when 32 input samples have been collected over 41 over time, so don't assume any sample starts at any particular place.
|
| D | cx18.txt | 21 improve over time.
|
| /linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
| D | Kconfig | 19 Atheros AR6003 and AR6004 chipsets running over SDIO. If you 30 Atheros AR6004 chipset and chipsets based on it running over
|
| /linux-4.4.14/Documentation/video4linux/cx88/ |
| D | hauppauge-wintv-cx88-ir.txt | 15 bit [18] IR_SMP_INT Set when 32 input samples have been collected over 41 over time, so don't assume any sample starts at any particular place.
|
| /linux-4.4.14/drivers/infiniband/hw/mlx5/ |
| D | Kconfig | 8 IP-over-IB or SRP with these devices.
|
| /linux-4.4.14/drivers/infiniband/hw/mlx4/ |
| D | Kconfig | 10 IP-over-IB or SRP with these devices.
|
| /linux-4.4.14/net/ipv6/ |
| D | Kconfig | 163 another protocol and sending it over a channel that understands the 176 another protocol and sending it over a channel that understands the 179 networks over an IPv4-only path. 220 another protocol and sending it over a channel that understands the 223 encapsulating of IPv4 or IPv6 over existing IPv6 infrastructure.
|
| /linux-4.4.14/Documentation/misc-devices/mei/ |
| D | mei.txt | 41 starting with Release 6.0) over HTTP/S or WS-Management protocol over 179 over HTTP (deprecated starting with Release 6.0) or with WS-Management over 180 SOAP over HTTP. This means that some Intel AMT features can be accessed from a 182 communicating with Intel AMT over the network.
|
| /linux-4.4.14/arch/um/ |
| D | Kconfig.net | 29 running UML to exchange packets with its host over one of the 33 Ethernet network, it's in fact communicating over a point-to-point 56 packets with the host over a TUN/TAP device. This option will only 68 network with its host over a point-to-point link. Unlike Ethertap, 79 The Ethertap Transport is preferred over slip because of its 139 each other over a virtual ethernet network. However, it requires
|
| /linux-4.4.14/drivers/bluetooth/ |
| D | Kconfig | 130 user the Bluetooth HCI over a serial port interface. The HCI 143 The Intel protocol support enables Bluetooth HCI over serial 154 The Broadcom protocol support enables Bluetooth HCI over serial 166 over serial port interface(H4) between controller and host. 286 tristate "Marvell BT-over-SDIO driver" 297 Say Y here to compile support for Marvell BT-over-SDIO driver
|
| /linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
| D | i2c-xgene-slimpro.txt | 3 An I2C controller accessed over the "SLIMpro" mailbox.
|
| /linux-4.4.14/drivers/input/joystick/ |
| D | Kconfig | 39 A3D protocol over the PC gameport. 49 protocol over the PC gameport. 78 over the PC gameport. 98 protocol over the PC gameport. 108 communicating digitally over the gameport. 118 Overdrive protocol over PC gameport. 128 DirectConnect (BSP) protocol over the PC gameport.
|
| /linux-4.4.14/Documentation/arm/SA1100/ |
| D | GraphicsMaster | 41 from blasting over the bootloader. :) mtd1 is 45 welcome to blast over the mtd1 partition also.
|
| D | GraphicsClient | 85 read-only to keep you from blasting over the bootloader. :) mtd1 is 89 welcome to blast over the mtd1 partition also.
|
| /linux-4.4.14/drivers/media/pci/pt1/ |
| D | Kconfig | 8 only compressed MPEG data over the PCI bus, so you need
|
| /linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
| D | qcom,spmi-regulator.txt | 102 regulators, HPM implies that over current protection and 111 off and back on as a result of consecutive over current 118 toggle after an over current event takes place.
|
| D | regulator.txt | 46 - regulator-over-current-protection: Enable over current protection.
|
| D | max77686.txt | 7 regulators that can be controlled over I2C.
|
| /linux-4.4.14/Documentation/ABI/stable/ |
| D | syscalls | 5 over time, and not have things removed from it.
|
| /linux-4.4.14/drivers/target/sbp/ |
| D | Kconfig | 5 Say Y or M here to enable SCSI target functionality over FireWire.
|
| /linux-4.4.14/drivers/usb/host/ |
| D | ehci-hcd.c | 1233 const struct ehci_driver_overrides *over) in ehci_init_driver() argument 1238 if (over) { in ehci_init_driver() 1239 drv->hcd_priv_size += over->extra_priv_size; in ehci_init_driver() 1240 if (over->reset) in ehci_init_driver() 1241 drv->reset = over->reset; in ehci_init_driver() 1242 if (over->port_power) in ehci_init_driver() 1243 drv->port_power = over->port_power; in ehci_init_driver()
|
| D | ohci-hcd.c | 1198 const struct ohci_driver_overrides *over) in ohci_init_driver() argument 1203 if (over) { in ohci_init_driver() 1204 drv->product_desc = over->product_desc; in ohci_init_driver() 1205 drv->hcd_priv_size += over->extra_priv_size; in ohci_init_driver() 1206 if (over->reset) in ohci_init_driver() 1207 drv->reset = over->reset; in ohci_init_driver()
|
| /linux-4.4.14/drivers/hid/i2c-hid/ |
| D | Kconfig | 5 tristate "HID over I2C transport layer"
|
| /linux-4.4.14/drivers/media/pci/pluto2/ |
| D | Kconfig | 11 only compressed MPEG data over the PCI bus, so you need
|
| /linux-4.4.14/drivers/scsi/csiostor/ |
| D | Kconfig | 7 This driver supports FCoE Offload functionality over
|
| /linux-4.4.14/drivers/infiniband/ulp/srpt/ |
| D | Kconfig | 8 a block storage device on another host (target) over a network
|
| /linux-4.4.14/drivers/net/ |
| D | Kconfig | 14 you want to use under Linux. If you are going to run SLIP or PPP over 17 AX.25/KISS for sending Internet traffic over amateur radio links. 79 SLIP (the protocol for sending Internet traffic over telephone 174 Layer 2 Networks over Layer 3 Networks. VXLAN is often used 188 Layer 2 Networks over Layer 3 Networks. GENEVE is often used 199 If you want to log kernel messages over the network, enable this. 220 tristate "Virtual Ethernet over NTB Transport" 224 tristate "RapidIO Ethernet over messaging driver support"
|
| /linux-4.4.14/drivers/media/pci/dm1105/ |
| D | Kconfig | 18 only compressed MPEG data over the PCI bus, so you need
|
| /linux-4.4.14/drivers/staging/rtl8723au/ |
| D | TODO | 4 - find and remove any code for other chips that is left over
|
| /linux-4.4.14/drivers/staging/rdma/ipath/ |
| D | Kconfig | 9 as IP-over-InfiniBand as well as with userspace applications
|
| /linux-4.4.14/Documentation/powerpc/ |
| D | cpu_features.txt | 33 that shouldn't be used by writing nop's over it. Using cpufeatures requires 54 (arch/powerpc/kernel/misc.S) is invoked, it will iterate over the records in
|
| /linux-4.4.14/fs/ |
| D | file_table.c | 119 goto over; in get_empty_filp() 142 over: in get_empty_filp()
|
| /linux-4.4.14/drivers/firewire/ |
| D | Kconfig | 48 tristate "IP networking over 1394" 51 This enables IPv4/IPv6 over IEEE 1394, providing IP connectivity
|
| /linux-4.4.14/Documentation/networking/dsa/ |
| D | bcm_sf2.txt | 21 fail-over not to lose packets during a MoCA role re-election, as well as out of 35 * SWITCH_FCB: Fail-over control block 78 Multimedia over CoAxial (MoCA) interfaces
|
| /linux-4.4.14/Documentation/fb/ |
| D | fbcon.txt | 51 Usually, fbcon will automatically take over your console. The notable 64 'modprobe xxxfb', fbcon automatically takes over the console with 70 over the console. 109 available, fb0, adding fbcon=map:1 tells fbcon not to take over the 117 This option tells fbcon to take over only a range of consoles as 192 usually VGA text mode) will take over. A few drivers (rivafb and i810fb) will
|
| /linux-4.4.14/Documentation/x86/x86_64/ |
| D | boot-options.txt | 38 Enable logging of machine checks left over from booting. 107 CPUs) this option has no performance advantage over the normal idle loop. 150 size interleaved over physical nodes. 154 interleaved over physical nodes. 229 memaper[=<order>] Allocate an own aperture over RAM with size 32MB<<order. 240 two cycles. When off all DMA over >4GB is forced through
|
| /linux-4.4.14/Documentation/mtd/ |
| D | nand_ecc.txt | 28 bytes. This is done by calculating several parity bits over the rows and 30 if the data over which the parity is calculated is 1 and the parity bit = 0 31 if the data over which the parity is calculated is 0. So the total 32 number of bits over the data over which the parity is calculated + the 59 cp2 is the parity over bit0, bit1, bit4 and bit5 60 cp3 is the parity over bit2, bit3, bit6 and bit7. 61 cp4 is the parity over bit0, bit1, bit2 and bit3. 62 cp5 is the parity over bit4, bit5, bit6 and bit7. 72 so rp4 calculates parity over bytes 0, 1, 2, 3, 8, 9, 10, 11, 16, ...) 392 rp14 or with rp15. However we also have par which goes over all data. [all …]
|
| /linux-4.4.14/drivers/ntb/ |
| D | Kconfig | 23 messages over the ntb hardware. The transport exposes a queue pair api
|
| /linux-4.4.14/arch/openrisc/ |
| D | TODO.openrisc | 8 -- Consolidate usage of memblock and bootmem... move everything over to
|
| /linux-4.4.14/drivers/media/usb/ttusb-dec/ |
| D | Kconfig | 11 only compressed MPEG data over the USB bus, so you need
|
| /linux-4.4.14/net/mpls/ |
| D | Kconfig | 31 tristate "MPLS: IP over MPLS tunnel support"
|
| /linux-4.4.14/drivers/gpu/drm/tilcdc/ |
| D | tilcdc_slave_compat.dts | 15 * copied over from the ti,tilcdc,slave node.
|
| /linux-4.4.14/drivers/staging/rtl8188eu/ |
| D | TODO | 4 - find and remove any code for other chips that is left over
|
| /linux-4.4.14/Documentation/usb/ |
| D | gadget-testing.txt | 69 Ethernet over USB link 71 Ethernet over USB link 102 Ethernet over USB link 104 Ethernet over USB link 135 Ethernet over USB link 137 Ethernet over USB link 393 Ethernet over USB link 395 Ethernet over USB link 517 Ethernet over USB link 519 Ethernet over USB link
|
| D | dwc3.txt | 32 sleeping is handed over to the Thread. The event is saved in an
|
| /linux-4.4.14/drivers/w1/ |
| D | Kconfig | 17 bool "Userspace communication over connector"
|
| /linux-4.4.14/Documentation/aoe/ |
| D | todo.txt | 9 Because ATA over Ethernet is not fragmented by the kernel's IP code,
|
| D | aoe.txt | 1 ATA over Ethernet is a network protocol that provides simple access to 47 limit ATA over Ethernet traffic to eth2 and eth4. AoE traffic from 120 all network interfaces may be used for ATA over Ethernet. Here is a
|
| /linux-4.4.14/drivers/media/usb/tm6000/ |
| D | Kconfig | 12 only compressed MPEG data over the usb bus, so you need
|
| /linux-4.4.14/Documentation/ABI/obsolete/ |
| D | sysfs-class-rfkill | 27 claim just control over a single rfkill instance.
|
| /linux-4.4.14/drivers/net/hamradio/ |
| D | Kconfig | 8 used for networking over AX.25 amateur radio connections; it 27 an alternative to KISS for networking over AX.25 amateur radio 41 AX.25 is the protocol used for computer communication over amateur 43 traffic over Ethernet (also called "BPQ AX.25"), which could be
|
| /linux-4.4.14/Documentation/sound/alsa/ |
| D | hdspm.txt | 29 receiver, only 56 are transmitted/received over the MADI, but 37 over the MADI, but all 32 channels are available for the mixer, 45 over the MADI, but all 16 channels are available for the mixer, 103 or peak-meters over ioctl, or also to do only copying and no
|
| /linux-4.4.14/Documentation/devicetree/bindings/clock/ |
| D | maxim,max77686.txt | 7 (gated/ungated) over I2C.
|
| D | maxim,max77802.txt | 7 (gated/ungated) over I2C.
|
| /linux-4.4.14/fs/coda/ |
| D | Kconfig | 8 disk. Coda has several advantages over NFS: support for
|
| /linux-4.4.14/drivers/hsi/clients/ |
| D | Kconfig | 40 serial communication with the cellular modem over HSI/SSI bus.
|
| /linux-4.4.14/Documentation/blockdev/ |
| D | nbd.txt | 10 request over TCP to the server, which will reply with the data read.
|
| /linux-4.4.14/net/irda/ |
| D | Kconfig | 41 Ultra allows to exchange data over IrDA with really simple devices 65 Disabling this option will make latency over IrDA very bad. Enabling
|
| /linux-4.4.14/net/rfkill/ |
| D | Kconfig | 7 Say Y here if you want to have control over RF switches
|
| /linux-4.4.14/net/6lowpan/ |
| D | Kconfig | 5 This enables IPv6 over Low power Wireless Personal Area Network -
|
| /linux-4.4.14/drivers/net/ethernet/chelsio/ |
| D | Kconfig | 99 bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards" 104 Say Y here if you want to enable Fibre Channel over Ethernet (FCoE) support
|
| /linux-4.4.14/Documentation/networking/caif/ |
| D | README | 97 The host seems to be able to send over the UART, at least the CAIF ldisc get 105 might be problems transmitting over UART.
|
| /linux-4.4.14/Documentation/filesystems/nfs/ |
| D | rpc-server-gss.txt | 67 The newer upcall mechanism uses RPC over a unix socket to a daemon 75 userspace program over a regular unix socket. The gssproxy protocol does not
|
| D | nfs-rdma.txt | 29 the full Connectathon test suite and operates over both Infiniband and iWARP 130 If you are using InfiniBand, be sure to enable IP-over-InfiniBand support. 163 is functioning as expected and standard NFS over TCP/IP and/or UDP/IP 202 test their functionality over standard Ethernet using TCP/IP or UDP/IP.
|
| /linux-4.4.14/Documentation/block/ |
| D | biovecs.txt | 49 * Before, iterating over bios was very awkward when you weren't processing 106 actually needed for iterating over the bio anymore - we only use bi_size. 109 over all the biovecs in the new bio - which is silly as it's not needed.
|
| /linux-4.4.14/Documentation/locking/ |
| D | lglock.txt | 14 distributed over all CPUs as per_cpu elements. 16 To manage global data structures that are partitioned over all CPUs 118 Note that the lg_global_lock/unlock has to iterate over all possible
|
| /linux-4.4.14/Documentation/cpu-freq/ |
| D | cpu-drivers.txt | 257 The following macros can be used as iterators over cpufreq_frequency_table: 259 cpufreq_for_each_entry(pos, table) - iterates over all entries of frequency 262 cpufreq-for_each_valid_entry(pos, table) - iterates over all entries, 265 "table" - the cpufreq_frequency_table * you want to iterate over.
|
| /linux-4.4.14/drivers/net/ethernet/intel/ |
| D | Kconfig | 199 Layer 2 Networks over Layer 3 Networks. VXLAN is often used 278 Layer 2 Networks over Layer 3 Networks. VXLAN is often used 294 bool "Fibre Channel over Ethernet (FCoE)" 298 Say Y here if you want to use Fibre Channel over Ethernet (FCoE) 349 Layer 2 Networks over Layer 3 Networks. VXLAN is often used
|
| /linux-4.4.14/drivers/usb/usbip/ |
| D | Kconfig | 5 This enables pushing USB packets over IP to allow remote
|
| /linux-4.4.14/arch/frv/ |
| D | Kconfig.debug | 44 If you are using GDB for remote debugging over a serial port and
|
| /linux-4.4.14/Documentation/kbuild/ |
| D | kbuild.txt | 61 Setting "V=..." takes precedence over KBUILD_VERBOSE. 78 Setting "O=..." takes precedence over KBUILD_OUTPUT. 211 If enabled over the make command line with "W=1", it turns on additional
|
| /linux-4.4.14/drivers/media/pci/bt8xx/ |
| D | Kconfig | 42 only compressed MPEG data over the PCI bus, so you need
|
| /linux-4.4.14/drivers/net/hippi/ |
| D | Kconfig | 11 can run over copper (25m) or fiber (300m on multi-mode or 10km on
|
| /linux-4.4.14/Documentation/vm/ |
| D | numa_memory_policy.txt | 209 spread the pages out over the nodes specified by the policy based 233 mems 1-3 that sets an Interleave policy over the same set. If 235 over nodes 3, 4, and 5. With this flag, however, since only node 237 occurs over that node. If no nodes from the user's nodemask are 263 nodemask, the policy will be effected over the first (and in the 275 mems 2-5 that sets an Interleave policy over the same set with 277 interleave now occurs over nodes 3,5-7. If the cpuset's mems 278 then change to 0,2-3,5, then the interleave occurs over nodes 288 change over time.
|
| D | remap_file_pages.txt | 4 over using repeated calls to mmap(2) is that the former approach does not
|
| /linux-4.4.14/net/sunrpc/ |
| D | Kconfig | 52 tristate "RPC-over-RDMA transport"
|
| /linux-4.4.14/drivers/usb/misc/sisusbvga/ |
| D | Kconfig | 28 the driver is initialized. If you want the driver to take over
|
| /linux-4.4.14/drivers/soc/qcom/ |
| D | Kconfig | 40 tristate "Qualcomm Resource Power Manager (RPM) over SMD"
|
| /linux-4.4.14/drivers/usb/class/ |
| D | Kconfig | 35 AT commands over this device.
|
| /linux-4.4.14/lib/ |
| D | Kconfig.kasan | 39 it gives about x2 boost over outline instrumentation), but
|
| /linux-4.4.14/net/dccp/ccids/ |
| D | Kconfig | 23 throughput over time compared with TCP, which makes CCID-3 more
|
| /linux-4.4.14/Documentation/devicetree/bindings/power/ |
| D | rt9455_charger.txt | 23 decrease voltage level when the over current
|
| /linux-4.4.14/Documentation/i2c/busses/ |
| D | i2c-taos-evm | 7 be controlled over the serial port. Virtually all evaluation modules
|
| D | i2c-parport | 5 This is a unified driver for several i2c-over-parallel-port adapters, 40 If you want to build you own i2c-over-parallel-port adapter, here is
|
| /linux-4.4.14/Documentation/devicetree/bindings/net/ |
| D | qca-qca7000-spi.txt | 1 * Qualcomm QCA7000 (Ethernet over SPI protocol)
|
| /linux-4.4.14/Documentation/devicetree/bindings/net/nfc/ |
| D | nfcmrvl.txt | 13 - hci-muxed: Specifies that the chip is muxing NCI over HCI frames.
|
| /linux-4.4.14/net/caif/ |
| D | Kconfig | 49 Say Y if you are using CAIF over USB CDC NCM.
|
| /linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
| D | spear_spics.txt | 6 released as soon as transfer is over and TxFIFO becomes empty. This is not
|
| /linux-4.4.14/Documentation/scheduler/ |
| D | sched-domains.txt | 35 at the time the scheduler_tick() happened and iterates over all sched domains 47 computed while iterating over this sched domain's groups.
|
| /linux-4.4.14/Documentation/arm64/ |
| D | arm-acpi.txt | 69 order to allow for orderly change over time. ACPI frees the OS from needing 93 maintained over time, even as hardware or software change. As long as the 212 If done properly in the driver, the hardware can change and improve over 221 to change the clock. Changing the hardware can then take place over time 248 on the contents of _DSM objects will be more difficult to maintain over 338 over control to the kernel. 343 abstracting the use of these resources allows the hardware to change over time 350 UEFI, in this case -- to some working value before control is handed over
|
| /linux-4.4.14/Documentation/x86/ |
| D | usb-legacy-support.txt | 14 1) On some machines, the emulated PS/2 mouse takes over even when no USB
|
| /linux-4.4.14/arch/arm/lib/ |
| D | memzero.S | 133 tst r1, #1 @ 1 a byte left over
|
| /linux-4.4.14/drivers/platform/chrome/ |
| D | Kconfig | 55 over an LPC bus. This uses a simple byte-level protocol with a
|
| /linux-4.4.14/Documentation/devicetree/bindings/soc/mediatek/ |
| D | pwrap.txt | 14 The signals of these pins are routed over the SPI bus using the pwrap
|
| /linux-4.4.14/fs/sysv/ |
| D | Kconfig | 20 If you only intend to mount files from some other Unix over the
|
| /linux-4.4.14/drivers/pci/pcie/ |
| D | Kconfig | 35 This enables OS control over PCI Express ASPM (Active State
|
| /linux-4.4.14/lib/raid6/ |
| D | tilegx.uc | 31 * rolling over into the next byte
|