/linux-2.6.39/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-2.6.39/net/netfilter/ipvs/ |
D | ip_vs_proto.c | 354 char protocols[64]; in ip_vs_protocol_init() local 358 strcat(protocols, ", "); \ in ip_vs_protocol_init() 359 strcat(protocols, (p)->name); \ in ip_vs_protocol_init() 362 protocols[0] = '\0'; in ip_vs_protocol_init() 363 protocols[2] = '\0'; in ip_vs_protocol_init() 379 pr_info("Registered protocols (%s)\n", &protocols[2]); in ip_vs_protocol_init()
|
/linux-2.6.39/arch/powerpc/sysdev/qe_lib/ |
D | Kconfig | 10 protocols: UART, BISYNC, QMC 17 protocols: HDLC, Ethernet, ATM, transparent
|
/linux-2.6.39/drivers/media/rc/ |
D | ir-raw.c | 237 u64 protocols; in ir_raw_get_allowed_protocols() local 239 protocols = available_protocols; in ir_raw_get_allowed_protocols() 241 return protocols; in ir_raw_get_allowed_protocols() 325 available_protocols |= ir_raw_handler->protocols; in ir_raw_handler_register() 341 available_protocols &= ~ir_raw_handler->protocols; in ir_raw_handler_unregister()
|
D | ir-rc5-sz-decoder.c | 130 .protocols = RC_TYPE_RC5_SZ,
|
D | rc-core-priv.h | 26 u64 protocols; /* which are handled by this handler */ member
|
/linux-2.6.39/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-2.6.39/net/econet/ |
D | Kconfig | 2 # Acorn Econet/AUN protocols 6 tristate "Acorn Econet/AUN protocols (EXPERIMENTAL)"
|
/linux-2.6.39/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-2.6.39/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-2.6.39/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-2.6.39/Documentation/w1/masters/ |
D | omap-hdq | 16 Semiconductor 1-Wire protocols. These protocols use a single wire for
|
/linux-2.6.39/drivers/infiniband/hw/mlx4/ |
D | Kconfig | 8 This is required to use InfiniBand protocols such as
|
/linux-2.6.39/net/netlabel/ |
D | Kconfig | 11 protocols such as CIPSO and RIPSO. For more information see
|
/linux-2.6.39/drivers/infiniband/hw/ipath/ |
D | Kconfig | 8 devices to be used with both kernel upper level protocols such
|
/linux-2.6.39/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-2.6.39/net/phonet/ |
D | Kconfig | 6 tristate "Phonet protocols family"
|
/linux-2.6.39/Documentation/networking/ |
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 | ieee802154.txt | 9 of IEEE 802.15.4 / ZigBee / 6LoWPAN protocols. IEEE 802.15.4 is a stack 10 of protocols for organizing Low-Rate Wireless Personal Area Networks.
|
/linux-2.6.39/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-2.6.39/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-2.6.39/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-2.6.39/net/lapb/ |
D | Kconfig | 12 it is used to transport higher level protocols (mostly X.25 Packet
|
/linux-2.6.39/net/l2tp/ |
D | Kconfig | 22 L2TPv3 allows other protocols as well as PPP to be carried 61 L2 protocols, including ATM, Frame Relay, HDLC and even raw
|