/linux-3.4.99/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()
|
/linux-3.4.99/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-3.4.99/net/nfc/nci/ |
D | core.c | 181 __u32 protocols = opt; in nci_rf_discover_req() local 186 (protocols & NFC_PROTO_JEWEL_MASK in nci_rf_discover_req() 187 || protocols & NFC_PROTO_MIFARE_MASK in nci_rf_discover_req() 188 || protocols & NFC_PROTO_ISO14443_MASK in nci_rf_discover_req() 189 || protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req() 197 (protocols & NFC_PROTO_ISO14443_MASK)) { in nci_rf_discover_req() 205 (protocols & NFC_PROTO_FELICA_MASK in nci_rf_discover_req() 206 || protocols & NFC_PROTO_NFC_DEP_MASK)) { in nci_rf_discover_req() 390 static int nci_start_poll(struct nfc_dev *nfc_dev, __u32 protocols) in nci_start_poll() argument 416 rc = nci_request(ndev, nci_rf_discover_req, protocols, in nci_start_poll() [all …]
|
/linux-3.4.99/arch/powerpc/sysdev/qe_lib/ |
D | Kconfig | 10 protocols: UART, BISYNC, QMC 17 protocols: HDLC, Ethernet, ATM, transparent
|
/linux-3.4.99/drivers/media/rc/ |
D | ir-raw.c | 241 u64 protocols; in ir_raw_get_allowed_protocols() local 243 protocols = available_protocols; in ir_raw_get_allowed_protocols() 245 return protocols; in ir_raw_get_allowed_protocols() 329 available_protocols |= ir_raw_handler->protocols; in ir_raw_handler_register() 345 available_protocols &= ~ir_raw_handler->protocols; in ir_raw_handler_unregister()
|
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-bus-hsi | 11 the protocols available in the system. Bus drivers implement 12 those protocols.
|
/linux-3.4.99/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
|
/linux-3.4.99/drivers/nfc/ |
D | pn533.c | 971 static void pn533_poll_create_mod_list(struct pn533 *dev, u32 protocols) in pn533_poll_create_mod_list() argument 975 if (protocols & NFC_PROTO_MIFARE_MASK in pn533_poll_create_mod_list() 976 || protocols & NFC_PROTO_ISO14443_MASK in pn533_poll_create_mod_list() 977 || protocols & NFC_PROTO_NFC_DEP_MASK) in pn533_poll_create_mod_list() 980 if (protocols & NFC_PROTO_FELICA_MASK in pn533_poll_create_mod_list() 981 || protocols & NFC_PROTO_NFC_DEP_MASK) { in pn533_poll_create_mod_list() 986 if (protocols & NFC_PROTO_JEWEL_MASK) in pn533_poll_create_mod_list() 989 if (protocols & NFC_PROTO_ISO14443_MASK) in pn533_poll_create_mod_list() 1074 static int pn533_start_poll(struct nfc_dev *nfc_dev, u32 protocols) in pn533_start_poll() argument 1081 protocols); in pn533_start_poll() [all …]
|
/linux-3.4.99/net/econet/ |
D | Kconfig | 2 # Acorn Econet/AUN protocols 6 tristate "Acorn Econet/AUN protocols (EXPERIMENTAL)"
|
/linux-3.4.99/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)
|
/linux-3.4.99/net/x25/ |
D | Kconfig | 9 X.25 is a set of standardized network protocols, similar in scope to 16 protocols: the higher level Packet Layer Protocol (PLP) (say Y here
|
/linux-3.4.99/net/nfc/ |
D | core.c | 122 int nfc_start_poll(struct nfc_dev *dev, u32 protocols) in nfc_start_poll() argument 127 dev_name(&dev->dev), protocols); in nfc_start_poll() 129 if (!protocols) in nfc_start_poll() 144 rc = dev->ops->start_poll(dev, protocols); in nfc_start_poll()
|
/linux-3.4.99/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-3.4.99/Documentation/w1/masters/ |
D | omap-hdq | 16 Semiconductor 1-Wire protocols. These protocols use a single wire for
|
/linux-3.4.99/drivers/infiniband/hw/mlx4/ |
D | Kconfig | 9 This is required to use InfiniBand protocols such as
|
/linux-3.4.99/net/netlabel/ |
D | Kconfig | 11 protocols such as CIPSO and RIPSO. For more information see
|
/linux-3.4.99/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 | 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
|
/linux-3.4.99/drivers/infiniband/hw/ipath/ |
D | Kconfig | 8 devices to be used with both kernel upper level protocols such
|
/linux-3.4.99/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-3.4.99/net/phonet/ |
D | Kconfig | 6 tristate "Phonet protocols family"
|
/linux-3.4.99/drivers/uwb/ |
D | Kconfig | 14 10m). It serves as the transport layer for other protocols, 18 protocols (such as WUSB) might impose a master/slave
|
/linux-3.4.99/drivers/isdn/ |
D | Kconfig | 31 suitable for German BTX. On D-Channel, the protocols EDSS1 50 and data connections, controlling call options and protocols,
|
/linux-3.4.99/drivers/staging/usbip/userspace/libsrc/ |
D | names.c | 112 static struct protocol *protocols[HASHSZ] = { NULL, }; variable 223 p = protocols[hashnum((classid << 16) | (subclassid << 8) | protocolid)]; in names_protocol() 375 p = protocols[h]; in new_protocol() 386 p->next = protocols[h]; in new_protocol() 387 protocols[h] = p; in new_protocol()
|