Symbol: cfsrvl
include/net/caif/cfctrl.h
102
struct cfsrvl serv;
include/net/caif/cfmuxl.h
11
struct cfsrvl;
include/net/caif/cfsrvl.h
38
void cfsrvl_init(struct cfsrvl *service,
include/net/caif/cfsrvl.h
42
bool cfsrvl_ready(struct cfsrvl *service, int *err);
include/net/caif/cfsrvl.h
46
struct cfsrvl *s = container_of(layr, struct cfsrvl, layer);
include/net/caif/cfsrvl.h
55
struct cfsrvl *s = container_of(layr, struct cfsrvl, layer);
net/caif/cfdbgl.c
15
#define container_obj(layr) ((struct cfsrvl *) layr)
net/caif/cfdbgl.c
22
struct cfsrvl *dbg = kzalloc_obj(struct cfsrvl, GFP_ATOMIC);
net/caif/cfdbgl.c
25
caif_assert(offsetof(struct cfsrvl, layer) == 0);
net/caif/cfdbgl.c
40
struct cfsrvl *service = container_obj(layr);
net/caif/cfdgml.c
17
#define container_obj(layr) ((struct cfsrvl *) layr)
net/caif/cfdgml.c
29
struct cfsrvl *dgm = kzalloc_obj(struct cfsrvl, GFP_ATOMIC);
net/caif/cfdgml.c
32
caif_assert(offsetof(struct cfsrvl, layer) == 0);
net/caif/cfdgml.c
86
struct cfsrvl *service = container_obj(layr);
net/caif/cfrfml.c
25
struct cfsrvl serv;
net/caif/cfrfml.c
36
struct cfsrvl *srvl = container_of(layer, struct cfsrvl, layer);
net/caif/cfsrvl.c
156
struct cfsrvl *service = container_of(layer, struct cfsrvl, layer);
net/caif/cfsrvl.c
160
void cfsrvl_init(struct cfsrvl *service,
net/caif/cfsrvl.c
165
caif_assert(offsetof(struct cfsrvl, layer) == 0);
net/caif/cfsrvl.c
177
bool cfsrvl_ready(struct cfsrvl *service, int *err)
net/caif/cfsrvl.c
188
struct cfsrvl *servl = container_obj(layer);
net/caif/cfsrvl.c
194
struct cfsrvl *servl;
net/caif/cfsrvl.c
206
struct cfsrvl *service;
net/caif/cfsrvl.c
210
service = container_of(adapt_layer->dn, struct cfsrvl, layer);
net/caif/cfsrvl.c
25
#define container_obj(layr) container_of(layr, struct cfsrvl, layer)
net/caif/cfsrvl.c
30
struct cfsrvl *service = container_obj(layr);
net/caif/cfsrvl.c
96
struct cfsrvl *service = container_obj(layr);
net/caif/cfutill.c
17
#define container_obj(layr) ((struct cfsrvl *) layr)
net/caif/cfutill.c
29
struct cfsrvl *util = kzalloc_obj(struct cfsrvl, GFP_ATOMIC);
net/caif/cfutill.c
32
caif_assert(offsetof(struct cfsrvl, layer) == 0);
net/caif/cfutill.c
43
struct cfsrvl *service = container_obj(layr);
net/caif/cfutill.c
83
struct cfsrvl *service = container_obj(layr);
net/caif/cfveil.c
21
#define container_obj(layr) container_of(layr, struct cfsrvl, layer)
net/caif/cfveil.c
28
struct cfsrvl *vei = kzalloc_obj(struct cfsrvl, GFP_ATOMIC);
net/caif/cfveil.c
31
caif_assert(offsetof(struct cfsrvl, layer) == 0);
net/caif/cfveil.c
80
struct cfsrvl *service = container_obj(layr);
net/caif/cfvidl.c
17
#define container_obj(layr) ((struct cfsrvl *) layr)
net/caif/cfvidl.c
24
struct cfsrvl *vid = kzalloc_obj(struct cfsrvl, GFP_ATOMIC);
net/caif/cfvidl.c
27
caif_assert(offsetof(struct cfsrvl, layer) == 0);
net/caif/cfvidl.c
49
struct cfsrvl *service = container_obj(layr);