Home
last modified time | relevance | path

Searched refs:Protocol (Results 1 – 25 of 177) sorted by relevance

12345678

/linux/Documentation/networking/caif/
A Dlinux_caif.rst32 * CAIF Core Protocol Implementation
47 ! +------+ <- CAIF Core Protocol
63 CAIF Core Protocol Layer
69 The architecture is inspired by the design patterns "Protocol Layer" and
70 "Protocol Packet".
91 The CAIF protocol can be divided into two parts: Support functions and Protocol
94 - CFPKT CAIF Packet. Implementation of CAIF Protocol Packet. The
98 The CAIF Protocol implementation contains:
100 - CFCNFG CAIF Configuration layer. Configures the CAIF Protocol
192 The CAIF Protocol relies on a loss-less link layer without implementing
/linux/Documentation/crypto/
A Dapi-kpp.rst1 Key-agreement Protocol Primitives (KPP) Cipher Algorithm Definitions
7 Key-agreement Protocol Primitives (KPP) Cipher API
11 :doc: Generic Key-agreement Protocol Primitives API
16 Key-agreement Protocol Primitives (KPP) Cipher Request Handle
/linux/net/l2tp/
A DKconfig3 # Layer Two Tunneling Protocol (L2TP)
7 tristate "Layer Two Tunneling Protocol (L2TP)"
12 Layer Two Tunneling Protocol
54 Layer Two Tunneling Protocol Version 3
58 The Layer Two Tunneling Protocol (L2TP) provides a dynamic
62 tunneling Point-to-Point Protocol (PPP) [RFC1661] sessions.
96 The Layer 2 Tunneling Protocol, Version 3 (L2TPv3) can be
/linux/Documentation/x86/
A Dboot.rst4 The Linux/x86 Boot Protocol
274 Protocol: ALL
285 Protocol: ALL
296 Protocol: 2.04+
308 Protocol: ALL
325 Protocol: ALL
335 Protocol: ALL
345 Protocol: 2.00+
356 Protocol: 2.00+
365 Protocol: 2.00+
[all …]
/linux/Documentation/devicetree/bindings/memory-controllers/
A Dnvidia,tegra30-mc.yaml22 Protocol Arbiter, which manage a related pool of memory devices. A system
23 may have a single Protocol Arbiter or multiple Protocol Arbiters.
26 Domains and Protocol Arbiters. In the simplest version of the system, the
28 and a single Protocol Arbiter.
/linux/net/dccp/
A DKconfig3 tristate "The DCCP Protocol"
6 Datagram Congestion Control Protocol (RFC 4340)
10 The Datagram Congestion Control Protocol (DCCP) is a transport
/linux/net/bluetooth/
A DKconfig30 L2CAP (Logical Link Control and Adaptation Protocol)
31 SMP (Security Manager Protocol) on LE (Low Energy) links
33 RFCOMM Module (RFCOMM Protocol)
34 BNEP Module (Bluetooth Network Encapsulation Protocol)
35 CMTP Module (CAPI Message Transport Protocol)
36 HIDP Module (Human Interface Device Protocol)
/linux/Documentation/devicetree/bindings/arm/freescale/
A Dfsl,scu.txt65 Power domain bindings based on SCU Message Protocol
82 Clock bindings based on SCU Message Protocol
104 Pinctrl bindings based on SCU Message Protocol
133 RTC bindings based on SCU Message Protocol
139 OCOTP bindings based on SCU Message Protocol
153 Watchdog bindings based on SCU Message Protocol
163 SCU key bindings based on SCU Message Protocol
172 Thermal bindings based on SCU Message Protocol
/linux/drivers/infiniband/hw/irdma/
A DKconfig3 tristate "Intel(R) Ethernet Protocol Driver for RDMA"
11 This is an Intel(R) Ethernet Protocol Driver for RDMA driver
/linux/drivers/infiniband/ulp/srp/
A DKconfig3 tristate "InfiniBand SCSI RDMA Protocol"
7 Support for the SCSI RDMA Protocol over InfiniBand. This
/linux/drivers/hid/usbhid/
A DKconfig16 You can't use this driver and the HIDBP (Boot Protocol) keyboard
48 menu "USB HID Boot Protocol drivers"
57 to use the keyboard in its limited Boot Protocol mode instead.
73 to use the mouse in its limited Boot Protocol mode instead.
/linux/Documentation/input/devices/
A Dalps.rst2 ALPS Touchpad Protocol
104 ALPS Absolute Mode - Protocol Version 1
116 ALPS Absolute Mode - Protocol Version 2
128 Protocol Version 2 DualPoint devices send standard PS/2 mouse packets for
154 ALPS Absolute Mode - Protocol Version 3
202 ALPS Absolute Mode - Protocol Version 4
205 Protocol version 4 has an 8-byte packet format::
246 ALPS Absolute Mode - Protocol Version 5
271 ALPS Absolute Mode - Protocol Version 6
294 ALPS Absolute Mode - Protocol Version 7
[all …]
/linux/drivers/infiniband/ulp/srpt/
A DKconfig3 tristate "InfiniBand SCSI RDMA Protocol target support"
7 Support for the SCSI RDMA Protocol (SRP) Target driver. The
/linux/net/bluetooth/bnep/
A DKconfig7 BNEP (Bluetooth Network Encapsulation Protocol) is Ethernet
21 bool "Protocol filter support"
/linux/drivers/staging/greybus/Documentation/firmware/
A Dfirmware-management11 Firmware Management Protocol. To support Firmware Management by the AP, the
13 Firmware Management Protocol CPort within it.
25 ; (Mandatory) Firmware Management Protocol on CPort 1
30 ; (Optional) Firmware Download Protocol on CPort 2
40 ; (Optional) Component Authentication Protocol (CAP) on CPort 4
49 The Firmware Management Protocol interacts with Userspace using the character
186 The Component Authentication Protocol interacts with Userspace using the
309 The Firmware Download Protocol uses the existing Linux Kernel's Firmware class
/linux/Documentation/ABI/testing/
A Dsysfs-bus-pci-devices-aer_stats45 Data Link Protocol 0
48 Flow Control Protocol 0
75 Data Link Protocol 0
78 Flow Control Protocol 0
/linux/drivers/firmware/imx/
A DKconfig3 tristate "IMX DSP Protocol driver"
14 bool "IMX SCU Protocol driver"
/linux/net/8021q/
A DKconfig23 bool "GVRP (GARP VLAN Registration Protocol) support"
33 bool "MVRP (Multiple VLAN Registration Protocol) support"
/linux/net/can/
A DKconfig23 tristate "Raw CAN Protocol (raw access with CAN-ID filtering)"
33 tristate "Broadcast Manager CAN Protocol (with content filtering)"
64 segmentation is needed to transport longer Protocol Data Units (PDU)
/linux/net/batman-adv/
A DKconfig11 tristate "B.A.T.M.A.N. Advanced Meshing Protocol"
28 discovery protocol (Echo Location Protocol, ELP) and a new OGM
29 Protocol OGMv2 for flooding protocol information through the
/linux/drivers/net/plip/
A DKconfig3 # Parallel Line Internet Protocol (PLIP) network device configuration
10 PLIP (Parallel Line Internet Protocol) is used to create a
/linux/fs/cifs/
A Dmisc.c247 buffer->Protocol[0] = 0xFF; in header_assemble()
248 buffer->Protocol[1] = 'S'; in header_assemble()
249 buffer->Protocol[2] = 'M'; in header_assemble()
250 buffer->Protocol[3] = 'B'; in header_assemble()
287 if (*(__le32 *) smb->Protocol != cpu_to_le32(0x424d53ff)) { in check_smb_hdr()
289 *(unsigned int *)smb->Protocol); in check_smb_hdr()
420 ((char *)&pSMBr->hdr.Protocol + data_offset); in is_valid_oplock_break()
/linux/net/sctp/
A DKconfig7 tristate "The SCTP Protocol"
16 Stream Control Transmission Protocol
/linux/drivers/net/ppp/
A DKconfig10 PPP (Point to Point Protocol) is a newer and better SLIP. It serves
93 Microsoft Point-to-Point Tunneling Protocol.
115 Support PPP (Point to Point Protocol) encapsulated in ATM frames.
136 Support for PPP over IPv4.(Point-to-Point Tunneling Protocol)
/linux/net/bluetooth/cmtp/
A DKconfig6 CMTP (CAPI Message Transport Protocol) is a transport layer

Completed in 31 milliseconds

12345678