Lines Matching refs:layer
56 CAIF Core layer implements the CAIF protocol as defined by ST-Ericsson.
58 each layer described in the specification is implemented as a separate layer.
65 - Layered architecture (a la Streams), each layer in the CAIF
67 - Clients must call configuration function to add PHY layer.
68 - Clients must implement CAIF layer to consume/produce
71 Client layer.
86 - CFCNFG CAIF Configuration layer. Configures the CAIF Protocol
90 - CFCTRL CAIF Control layer. Encodes and Decodes control messages
97 - CFVEI CAIF VEI layer. Handles CAIF AT Channels on VEI (Virtual
98 External Interface). This layer encodes/decodes VEI frames.
100 - CFDGML CAIF Datagram layer. Handles CAIF Datagram layer (IP
103 - CFMUX CAIF Mux layer. Handles multiplexing between multiple
109 - CFFRML CAIF Framing layer. Handles Framing i.e. Frame length
112 - CFSERL CAIF Serial layer. Handles concatenation/split of frames
147 - A layer does not depend on any other layer's private data.
149 layer->up , layer->dn
150 - In order to send data upwards, each layer should do
151 layer->up->receive(layer->up, packet);
152 - In order to send data downwards, each layer should do
153 layer->dn->transmit(layer->dn, packet);
172 The CAIF Protocol relies on a loss-less link layer without implementing