Lines Matching refs:layr
175 * @layr: Pointer to the current layer the receive function is
179 int (*receive)(struct cflayer *layr, struct cfpkt *cfpkt);
202 * @layr: Pointer to the current layer the receive function
206 int (*transmit) (struct cflayer *layr, struct cfpkt *cfpkt);
213 * @layr: Pointer to the current layer the receive function
217 void (*ctrlcmd) (struct cflayer *layr, enum caif_ctrlcmd ctrl,
225 * @layr: Pointer to the current layer the receive function
229 int (*modemcmd) (struct cflayer *layr, enum caif_modemcmd ctrl);
237 * @layr: Layer where up pointer shall be set.
240 #define layer_set_up(layr, above) ((layr)->up = (struct cflayer *)(above))
244 * @layr: Layer where down pointer shall be set.
247 #define layer_set_dn(layr, below) ((layr)->dn = (struct cflayer *)(below))