/linux-4.1.27/drivers/block/paride/ |
D | paride.c | 40 static struct pi_protocol *protocols[MAX_PROTOS]; variable 214 if (protocols[k] && !strcmp(pr->name, protocols[k]->name)) { in paride_register() 220 while ((k < MAX_PROTOS) && (protocols[k])) in paride_register() 226 protocols[k] = pr; in paride_register() 238 if (protocols[pr->index] != pr) { in paride_unregister() 242 protocols[pr->index] = NULL; in paride_unregister() 357 if (!protocols[0]) in pi_init() 364 (!protocols[s]) || (unit < 0) || in pi_init() 365 (unit >= protocols[s]->max_units)) { in pi_init() 371 struct pi_protocol *proto = protocols[p]; in pi_init()
|
D | Kconfig | 251 tristate "KingByte KBIC-951A/971A protocols" 255 port IDE protocols from KingByte Information Corp. KingByte's
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-rc | 18 What: /sys/class/rc/rcN/protocols 23 Reading this file returns a list of available protocols, 26 Enabled protocols are shown in [] brackets. 28 protocols. 30 protocols. 32 Writing "none" will disable all protocols. 69 Reading this file returns a list of available protocols to use 74 wakeup protocols. 76 wakeup protocols.
|
D | sysfs-bus-hsi | 11 the protocols available in the system. Bus drivers implement 12 those protocols.
|
D | sysfs-platform-kim | 40 When one of the protocols Bluetooth, FM or GPS wants to make
|
D | sysfs-block | 196 protocols also have inherent limits on the number of
|
/linux-4.1.27/drivers/media/rc/img-ir/ |
D | img-ir-sony.c | 58 struct img_ir_filter *out, u64 protocols) in img_ir_sony_filter() argument 76 if (!(protocols & RC_BIT_SONY20)) in img_ir_sony_filter() 82 if (!(protocols & RC_BIT_SONY15)) in img_ir_sony_filter()
|
D | img-ir-rc5.c | 44 struct img_ir_filter *out, u64 protocols) in img_ir_rc5_filter() argument
|
D | Kconfig | 18 testing, debug, and to make more protocols available. 34 NEC protocols in the ImgTec infrared decoder block.
|
D | img-ir-rc6.c | 65 struct img_ir_filter *out, u64 protocols) in img_ir_rc6_filter() argument
|
D | img-ir-jvc.c | 33 struct img_ir_filter *out, u64 protocols) in img_ir_jvc_filter() argument
|
D | img-ir-sharp.c | 42 struct img_ir_filter *out, u64 protocols) in img_ir_sharp_filter() argument
|
D | img-ir-sanyo.c | 54 struct img_ir_filter *out, u64 protocols) in img_ir_sanyo_filter() argument
|
D | img-ir-nec.c | 55 struct img_ir_filter *out, u64 protocols) in img_ir_nec_filter() argument
|
D | img-ir-hw.h | 182 struct img_ir_filter *out, u64 protocols);
|
/linux-4.1.27/drivers/nfc/st21nfcb/ |
D | st21nfcb.c | 96 u32 protocols; in st21nfcb_nci_probe() local 103 protocols = NFC_PROTO_JEWEL_MASK in st21nfcb_nci_probe() 111 ndlc->ndev = nci_allocate_device(&st21nfcb_nci_ops, protocols, in st21nfcb_nci_probe()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_proto.c | 368 char protocols[64]; in ip_vs_protocol_init() local 372 strcat(protocols, ", "); \ in ip_vs_protocol_init() 373 strcat(protocols, (p)->name); \ in ip_vs_protocol_init() 376 protocols[0] = '\0'; in ip_vs_protocol_init() 377 protocols[2] = '\0'; in ip_vs_protocol_init() 393 pr_info("Registered protocols (%s)\n", &protocols[2]); in ip_vs_protocol_init()
|
/linux-4.1.27/net/nfc/ |
D | digital_core.c | 477 tm_protocols, ddev->protocols); in digital_start_poll() 479 matching_im_protocols = ddev->protocols & im_protocols; in digital_start_poll() 480 matching_tm_protocols = ddev->protocols & tm_protocols; in digital_start_poll() 774 ddev->protocols |= NFC_PROTO_JEWEL_MASK; in nfc_digital_allocate_device() 776 ddev->protocols |= NFC_PROTO_MIFARE_MASK; in nfc_digital_allocate_device() 778 ddev->protocols |= NFC_PROTO_FELICA_MASK; in nfc_digital_allocate_device() 780 ddev->protocols |= NFC_PROTO_NFC_DEP_MASK; in nfc_digital_allocate_device() 782 ddev->protocols |= NFC_PROTO_ISO15693_MASK; in nfc_digital_allocate_device() 784 ddev->protocols |= NFC_PROTO_ISO14443_MASK; in nfc_digital_allocate_device() 786 ddev->protocols |= NFC_PROTO_ISO14443_B_MASK; in nfc_digital_allocate_device() [all …]
|
D | digital_dep.c | 426 if ((ddev->protocols & NFC_PROTO_FELICA_MASK) && in digital_in_recv_atr_res()
|
/linux-4.1.27/arch/powerpc/sysdev/qe_lib/ |
D | Kconfig | 10 protocols: UART, BISYNC, QMC 17 protocols: HDLC, Ethernet, ATM, transparent
|
/linux-4.1.27/drivers/media/rc/ |
D | rc-ir-raw.c | 236 u64 protocols; in ir_raw_get_allowed_protocols() local 238 protocols = available_protocols; in ir_raw_get_allowed_protocols() 240 return protocols; in ir_raw_get_allowed_protocols() 330 available_protocols |= ir_raw_handler->protocols; in ir_raw_handler_register() 346 available_protocols &= ~ir_raw_handler->protocols; in ir_raw_handler_unregister()
|
D | ir-sharp-decoder.c | 178 .protocols = RC_BIT_SHARP,
|
D | rc-main.c | 903 static int parse_protocol_change(u64 *protocols, const char *buf) in parse_protocol_change() argument 943 *protocols |= mask; in parse_protocol_change() 945 *protocols &= ~mask; in parse_protocol_change() 947 *protocols = mask; in parse_protocol_change() 1205 static RC_PROTO_ATTR(protocols, S_IRUGO | S_IWUSR,
|
D | ir-sanyo-decoder.c | 182 .protocols = RC_BIT_SANYO,
|
D | ir-jvc-decoder.c | 177 .protocols = RC_BIT_JVC,
|
D | rc-core-priv.h | 26 u64 protocols; /* which are handled by this handler */ member
|
D | ir-sony-decoder.c | 177 .protocols = RC_BIT_SONY12 | RC_BIT_SONY15 | RC_BIT_SONY20,
|
D | ir-nec-decoder.c | 204 .protocols = RC_BIT_NEC,
|
D | ir-rc5-decoder.c | 188 .protocols = RC_BIT_RC5 | RC_BIT_RC5X | RC_BIT_RC5_SZ,
|
D | ir-xmp-decoder.c | 202 .protocols = RC_BIT_XMP,
|
D | ir-rc6-decoder.c | 295 .protocols = RC_BIT_RC6_0 | RC_BIT_RC6_6A_20 |
|
D | ir-lirc-codec.c | 427 .protocols = RC_BIT_LIRC,
|
D | ir-mce_kbd-decoder.c | 425 .protocols = RC_BIT_MCE_KBD,
|
/linux-4.1.27/drivers/nfc/nfcmrvl/ |
D | main.c | 96 u32 protocols; in nfcmrvl_nci_register_dev() local 106 protocols = NFC_PROTO_JEWEL_MASK in nfcmrvl_nci_register_dev() 112 priv->ndev = nci_allocate_device(&nfcmrvl_nci_ops, protocols, 0, 0); in nfcmrvl_nci_register_dev()
|
/linux-4.1.27/Documentation/i2c/ |
D | summary | 12 a subset of I2C protocols and signaling. Many I2C devices will work on an 13 SMBus, but some SMBus protocols add semantics beyond what is required to 19 use its protocols on many I2C systems. However, there are systems that don't
|
D | i2c-protocol | 86 Force a stop condition (P) after the message. Some I2C related protocols
|
D | dev-interface | 88 Note that only a subset of the I2C and SMBus protocols can be achieved by
|
/linux-4.1.27/tools/usb/usbip/libsrc/ |
D | names.c | 99 static struct protocol *protocols[HASHSZ] = { NULL, }; variable 150 p = protocols[hashnum((classid << 16) | (subclassid << 8) in names_protocol() 292 p = protocols[h]; in new_protocol() 304 p->next = protocols[h]; in new_protocol() 305 protocols[h] = p; in new_protocol()
|
/linux-4.1.27/Documentation/ |
D | smsc_ece1099.txt | 43 only supports four protocols. 45 The Write Byte, Read Byte, Send Byte, and Receive Byte protocols are the 46 only valid SMBus protocols for the device.
|
D | pnp.txt | 95 All Plug and Play drivers, protocols, and services meet at a central location 97 information between PnP drivers and PnP protocols. Thus it automatically
|
D | crc32.txt | 9 protocols put the end-of-frame flag after the CRC.
|
/linux-4.1.27/Documentation/isdn/ |
D | README.concap | 25 several different encapsulation protocols at once. 28 encapsulation protocols. The encapsulation protocol is configured by a 48 Many Encapsulation protocols used on top of WAN connections will not just 53 Such encapsulation protocols for WAN devices are typically more complex 54 than encapsulation protocols for lan devices. Thus, network interface 79 encapsulation protocols will need to control the connection. Therefore, 145 A Network interface using encapsulation protocols must also provide 228 protocols (e.g. by a member struct concap_proto* in struct net_device)
|
D | README.avmb1 | 39 protocols (b1.t4 for Euro-ISDN). Install these file in /lib/isdn.
|
D | README.hysdn | 52 handlers for various protocols like ppp and others as well as config info
|
D | README | 310 requested protocols for the B-channel. If a net-interface, however 510 possible too. See README.x25 for x25 related l2 protocols.)
|
D | README.sc | 56 protocols and offers channel bundling and MLPPP support. To use ISDN4Linux
|
D | INTERFACE | 62 report the supported layer2 and layer3-protocols. For setting this
|
/linux-4.1.27/net/x25/ |
D | Kconfig | 8 X.25 is a set of standardized network protocols, similar in scope to 15 protocols: the higher level Packet Layer Protocol (PLP) (say Y here
|
/linux-4.1.27/net/irda/ |
D | Kconfig | 10 Say Y here if you want to build support for the IrDA (TM) protocols. 14 To use Linux support for the IrDA (tm) protocols, you will also need 27 comment "IrDA protocols"
|
/linux-4.1.27/Documentation/w1/masters/ |
D | omap-hdq | 16 Semiconductor 1-Wire protocols. These protocols use a single wire for
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | Kconfig | 9 This is required to use InfiniBand protocols such as
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | Kconfig | 9 This is required to use InfiniBand protocols such as
|
/linux-4.1.27/net/netlabel/ |
D | Kconfig | 11 protocols such as CIPSO and RIPSO. For more information see
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | tpa6130a2.txt | 3 The tpa6130a2 serial control bus communicates through I2C protocols
|
D | tas2552.txt | 3 The tas2552 serial control bus communicates through I2C protocols
|
D | tlv320aic32x4.txt | 3 The tlv320aic32x4 serial control bus communicates through I2C protocols
|
D | tlv320aic3x.txt | 3 The tlv320aic3x serial control bus communicates through I2C protocols
|
D | tlv320aic31xx.txt | 3 The tlv320aic31xx serial control bus communicates through I2C protocols
|
/linux-4.1.27/Documentation/networking/ |
D | nfc.txt | 57 of the set of supported NFC protocols and the set of ops callbacks. The ops 88 protocols through NFC_ATTR_PROTOCOLS attribute. The device remains in polling 96 relevant information such as the supported NFC protocols.
|
D | irda.txt | 1 To use the IrDA protocols within Linux you will need to get a suitable copy
|
D | ax25.txt | 1 To use the amateur radio protocols within Linux you will need to get a
|
D | openvswitch.txt | 29 Network protocols evolve over time. New protocols become important 30 and existing protocols lose their prominence. For the Open vSwitch 32 versions to parse additional protocols as part of the flow key. It 34 protocols that have become obsolete. Therefore, the Netlink interface
|
D | ieee802154.txt | 14 of IEEE 802.15.4 and 6LoWPAN protocols. IEEE 802.15.4 is a stack 15 of protocols for organizing Low-Rate Wireless Personal Area Networks.
|
D | tcp-thin.txt | 4 protocols display what we call thin-stream properties. This means
|
D | i40e.txt | 54 other protocols besides TCP. It's also safe to use with configurations that
|
D | nf_conntrack-sysctl.txt | 79 protocols.
|
D | netdevices.txt | 26 include any link layer protocol overhead. Upper layer protocols must
|
D | can.txt | 34 4.3 connected transport protocols (SOCK_SEQPACKET) 35 4.4 unconnected transport protocols (SOCK_DGRAM) 63 The socketcan package is an implementation of CAN protocols 70 as similar as possible to the TCP/IP protocols to allow programmers, 84 Queueing of frames and higher-level transport protocols like ISO-TP 101 that any number of transport protocols can be loaded or unloaded 246 call. Currently, there are two CAN protocols to choose from, the raw 290 /* reserved for future CAN protocols address information */ 843 4.3 connected transport protocols (SOCK_SEQPACKET) 844 4.4 unconnected transport protocols (SOCK_DGRAM)
|
D | x25-iface.txt | 85 call in question. But many upper layer protocols are not designed to
|
D | ray_cs.txt | 130 useful for debugging 802.11 lowlevel protocols that are not visible to
|
D | arcnet.txt | 269 LAN Manager and Windows for Workgroups: These programs use protocols that 307 The ARCnet driver v2.10 ALPHA supports three protocols, each on its own 313 protocol. arc0 is the fastest of the three protocols (for 358 two available protocols. As mentioned above, it's a good idea to use
|
D | batman-adv.txt | 179 the virtual switch are completely transparent for all protocols
|
D | timestamping.txt | 97 acknowledged. This only makes sense for reliable protocols. It is 200 byte range can coexist in multiple segments for protocols that
|
D | udplite.txt | 259 If you copy and paste the following line into /etc/protocols,
|
D | decnet.txt | 35 network protocols.
|
D | ip-sysctl.txt | 32 protocols for which pmtu events will be honored are TCP, SCTP 37 protocols should be discarded. If enabled globally this mode 38 could break other protocols. 473 This value overrides net.core.rmem_default used by other protocols. 607 value overrides net.core.wmem_default used by other protocols.
|
D | ixgbe.txt | 230 other protocols besides TCP. It's also safe to use with configurations that
|
D | scaling.txt | 109 2) software filters can easily be added to hash over new protocols,
|
D | bonding.txt | 2251 If you are utilizing protocols other than TCP/IP, UDP for
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | Kconfig | 8 devices to be used with both kernel upper level protocols such
|
/linux-4.1.27/Documentation/netlabel/ |
D | lsm_interface.txt | 11 use of a common code base for several different packet labeling protocols. 17 Since NetLabel supports multiple different packet labeling protocols and LSMs
|
/linux-4.1.27/net/phonet/ |
D | Kconfig | 6 tristate "Phonet protocols family"
|
/linux-4.1.27/drivers/nfc/ |
D | port100.c | 1031 struct port100_protocol *protocols; in port100_in_set_framing() local 1041 protocols = in_protocols[param]; in port100_in_set_framing() 1044 while (protocols[num_protocols].number != PORT100_IN_PROT_END) in port100_in_set_framing() 1056 memcpy(skb_put(skb, size), protocols, size); in port100_in_set_framing() 1189 struct port100_protocol *protocols; in port100_tg_set_framing() local 1199 protocols = tg_protocols[param]; in port100_tg_set_framing() 1202 while (protocols[num_protocols].number != PORT100_TG_PROT_END) in port100_tg_set_framing() 1214 memcpy(skb_put(skb, size), protocols, size); in port100_tg_set_framing()
|
D | nfcwilink.c | 502 __u32 protocols; in nfcwilink_probe() local 512 protocols = NFC_PROTO_JEWEL_MASK in nfcwilink_probe() 519 protocols, in nfcwilink_probe()
|
D | Kconfig | 34 device. Such device supports 5 different protocols: ISO14443A,
|
D | pn533.c | 3120 u32 protocols; in pn533_probe() local 3191 protocols = PN533_ALL_PROTOCOLS; in pn533_probe() 3195 protocols = PN533_NO_TYPE_B_PROTOCOLS; in pn533_probe() 3199 protocols = PN533_NO_TYPE_B_PROTOCOLS; in pn533_probe() 3228 dev->nfc_dev = nfc_allocate_device(&pn533_nfc_ops, protocols, in pn533_probe()
|
/linux-4.1.27/drivers/isdn/ |
D | Kconfig | 32 suitable for German BTX. On D-Channel, the protocols EDSS1 51 and data connections, controlling call options and protocols,
|
/linux-4.1.27/drivers/uwb/ |
D | Kconfig | 12 10m). It serves as the transport layer for other protocols, 16 protocols (such as WUSB) might impose a master/slave
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | digicolor-usart.txt | 4 UART. USART also support synchronous serial protocols like SPI and I2S. Use
|
/linux-4.1.27/net/ax25/ |
D | Kconfig | 2 # Amateur Radio protocols and AX.25 device configuration 18 comment "Packet Radio protocols" 27 carry other protocols such as tcp/ip. To use it, you need a device
|
/linux-4.1.27/net/lapb/ |
D | Kconfig | 11 it is used to transport higher level protocols (mostly X.25 Packet
|
/linux-4.1.27/fs/cifs/ |
D | Kconfig | 26 protocols for CIFS including SMB3, which enables 180 family of protocols, including SMB3. SMB3 support is 182 options. These protocols are the successors to the popular 183 CIFS and SMB network file sharing protocols. SMB3 is the
|
D | cifssmb.c | 51 } protocols[] = { variable 64 } protocols[] = { variable 575 strncpy(pSMB->DialectsArray+count, protocols[i].name, 16); in CIFSSMBNegotiate() 576 count += strlen(protocols[i].name) + 1; in CIFSSMBNegotiate()
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-pn544.txt | 18 or the protocols are different.
|
D | nfc-hci.txt | 99 - target_from_gate() is an optional entrypoint to return the nfc protocols
|
/linux-4.1.27/net/l2tp/ |
D | Kconfig | 24 L2TPv3 allows other protocols as well as PPP to be carried 63 L2 protocols, including ATM, Frame Relay, HDLC and even raw
|
/linux-4.1.27/drivers/nfc/microread/ |
D | microread.c | 662 u32 protocols; in microread_probe() local 682 protocols = NFC_PROTO_JEWEL_MASK | in microread_probe() 690 quirks, protocols, llc_name, in microread_probe()
|
/linux-4.1.27/Documentation/memory-devices/ |
D | ti-emif.txt | 26 supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols.
|
/linux-4.1.27/drivers/pnp/ |
D | Kconfig | 17 devices. You should then also say Y to all of the protocols below.
|
/linux-4.1.27/Documentation/usb/ |
D | ohci.txt | 9 hardware register protocols used to talk to USB 1.1 host controllers. As
|
/linux-4.1.27/include/net/nfc/ |
D | digital.h | 205 u32 protocols; member
|
D | hci.h | 169 u32 protocols,
|
/linux-4.1.27/drivers/scsi/isci/ |
D | port.h | 136 struct sci_phy_proto protocols; member
|
D | phy.h | 453 struct sci_phy_proto *protocols);
|
D | port.c | 137 sci_port_get_protocols(iport, &prop->local.protocols); in sci_port_get_properties()
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | spear_spics.txt | 7 desired by some of the device protocols above spi which expect (multiple)
|
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ti/ |
D | emif.txt | 5 DDR2/DDR3/LPDDR2 protocols. This binding describes a given instance
|
/linux-4.1.27/drivers/nfc/pn544/ |
D | pn544.c | 920 u32 protocols; in pn544_hci_probe() local 946 protocols = NFC_PROTO_JEWEL_MASK | in pn544_hci_probe() 954 protocols, llc_name, in pn544_hci_probe()
|
/linux-4.1.27/drivers/infiniband/ |
D | Kconfig | 10 any protocols you wish to use as well as drivers for your
|
/linux-4.1.27/drivers/usb/ |
D | README | 19 * Specifications for other protocols implemented by USB peripheral
|
/linux-4.1.27/drivers/nfc/st21nfca/ |
D | st21nfca.c | 972 u32 protocols; in st21nfca_hci_probe() local 1005 protocols = NFC_PROTO_JEWEL_MASK | in st21nfca_hci_probe() 1017 protocols, llc_name, in st21nfca_hci_probe()
|
/linux-4.1.27/Documentation/cgroups/ |
D | net_prio.txt | 52 can then be managed by administrators or other networking protocols such as
|
D | memory.txt | 318 * sockets memory pressure: some sockets protocols have memory pressure
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 142 which specify multiple autoconfiguration protocols, 143 requests are sent using all protocols, and the first one 146 Only autoconfiguration protocols that have been compiled
|
D | rpc-server-gss.txt | 5 This document gives references to the standards and protocols used to
|
D | pnfs.txt | 95 (More protocols can be defined in the future.
|
/linux-4.1.27/net/atm/ |
D | Kconfig | 59 tristate "RFC1483/2684 Bridged protocols"
|
/linux-4.1.27/net/nfc/hci/ |
D | core.c | 941 u32 protocols, in nfc_hci_allocate_device() argument 952 if (protocols == 0) in nfc_hci_allocate_device() 967 hdev->ndev = nfc_allocate_device(&hci_nfc_ops, protocols, in nfc_hci_allocate_device()
|
/linux-4.1.27/net/ |
D | Kconfig | 60 These are the protocols used on the Internet and on most local 120 protocols, which a packet filter lacks. Moreover, proxy-based 150 protocols over the bridge, use ebtables (under bridge netfilter
|
/linux-4.1.27/drivers/memory/ |
D | Kconfig | 38 supports one or more of DDR2, DDR3, and LPDDR2 SDRAM protocols.
|
/linux-4.1.27/Documentation/blockdev/ |
D | paride.txt | 70 support is available for almost all known adapter protocols: 95 of the parallel port communication protocols. If you do not know 193 this loads a base module which provides a registry for the protocols, 197 As you load each module, it will register the protocols that it supports,
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 30 protocols. TCM also modularizes the data storage. There are existing 50 using standard protocols themselves. 58 the significant work to port the GLFS or RBD APIs and protocols to the
|
/linux-4.1.27/block/ |
D | Kconfig | 60 protocols (e.g. Task Management Functions and SMP in Serial
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig | 163 correct operation of some network protocols. With an IP-only
|
/linux-4.1.27/Documentation/infiniband/ |
D | core_locking.txt | 6 protocols that use the midlayer.
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 27 Unlike serial busses like USB or SMBus, even low level protocols for 31 - SPI may be used for request/response style device protocols, as with 50 SPI is only one of the names used by such four-wire protocols, and 52 half-duplex SPI, for request/response protocols), SSP ("Synchronous 54 related protocols.
|
D | spidev | 16 * Developing simple protocols used to talk to microcontrollers acting
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptsas.c | 2982 u16 protocols; in mptsas_parse_device_info() local 2991 protocols = device_info->device_info & 0x78; in mptsas_parse_device_info() 2993 if (protocols & MPI_SAS_DEVICE_INFO_SSP_INITIATOR) in mptsas_parse_device_info() 2995 if (protocols & MPI_SAS_DEVICE_INFO_STP_INITIATOR) in mptsas_parse_device_info() 2997 if (protocols & MPI_SAS_DEVICE_INFO_SMP_INITIATOR) in mptsas_parse_device_info() 2999 if (protocols & MPI_SAS_DEVICE_INFO_SATA_HOST) in mptsas_parse_device_info() 3006 protocols = device_info->device_info & 0x780; in mptsas_parse_device_info() 3008 if (protocols & MPI_SAS_DEVICE_INFO_SSP_TARGET) in mptsas_parse_device_info() 3010 if (protocols & MPI_SAS_DEVICE_INFO_STP_TARGET) in mptsas_parse_device_info() 3012 if (protocols & MPI_SAS_DEVICE_INFO_SMP_TARGET) in mptsas_parse_device_info() [all …]
|
/linux-4.1.27/drivers/i2c/ |
D | Kconfig | 88 tristate "SMBus-specific protocols" if !I2C_HELPER_AUTO
|
/linux-4.1.27/Documentation/block/ |
D | data-integrity.txt | 12 protocols (SBC Data Integrity Field, SCC protection proposal) as well 94 transport protocols completely transparent to the application.
|
/linux-4.1.27/Documentation/filesystems/ |
D | 9p.txt | 114 afid security channel - used by Plan 9 authentication protocols
|
D | Locking | 3 prototypes or locking protocols - update this file. And update the relevant
|
D | proc.txt | 66 It also only covers IPv4 networking, not IPv6 nor other protocols - sorry. But
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 7 and multi-touch events are translated to the appropriate protocols for
|
D | input.txt | 204 ExplorerPS/2 (IntelliMouse Explorer) protocols, depending on what the
|
D | alps.txt | 62 v4 protocols.
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | Kconfig | 254 This fabric is an USB gadget. Two USB protocols are supported that is 257 alternative interface 1. Both protocols can work on USB2.0 and USB3.0.
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 95 0x10000 and end of low memory. Unfortunately, in protocols 2.00 and 208 (3) Ignored, but safe to set, for boot protocols 2.02-2.09. 549 ramdisk/ramfs contents. For boot protocols 2.02 or earlier, this 805 -> For the 2.00 and 2.01 boot protocols, the real-mode code
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | Kconfig | 24 which generalize ip_conntrack to support other layer 3 protocols.
|
/linux-4.1.27/Documentation/hid/ |
D | hiddev.txt | 6 human interface device protocols for things that are not really human
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 244 similar to SCSI protocols, created at the same time as the ATA2 standard.
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | Kconfig | 24 which generalize ip_conntrack to support other layer 3 protocols.
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 112 supplied on the kernel command line or by BOOTP or RARP protocols. 316 tristate "IP: Foo (IP protocols) over UDP"
|
/linux-4.1.27/drivers/net/wan/ |
D | Kconfig | 384 the asynchronous HDLS framing protocols in CCITT recommendation X.25.
|
/linux-4.1.27/drivers/spi/ |
D | Kconfig | 24 SPI is one of a family of similar protocols using a four wire
|
/linux-4.1.27/drivers/net/usb/ |
D | Kconfig | 258 transport for other protocols, usually an embedded AT channel.
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 195 which generalize ip_conntrack to support other layer 3 protocols. 205 important VoIP protocols, it is widely used by voice hardware and
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 202 testing applications or protocols.
|
/linux-4.1.27/drivers/gpio/ |
D | Kconfig | 69 non-sleeping contexts. They can make bitbanged serial protocols
|
/linux-4.1.27/ |
D | CREDITS | 69 D: the humble start of an opening towards the IBM SNA protocols 392 D: AUN network protocols 3848 D: Minor debugging of other networking protocols.
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 96 drivers, file systems, and network protocols. These people need to
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1715 correct operation of some network protocols. With an IP-only
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1380 logic to interface the channel paths & channel path IO protocols to
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1338 public has access to download using public-standard network protocols
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 381 as modules, especially filesystems and network protocols and filters,
|