Home
last modified time | relevance | path

Searched refs:cfsrvl (Results 1 – 11 of 11) sorted by relevance

/linux-2.6.39/include/net/caif/
Dcfsrvl.h14 struct cfsrvl { struct
35 void cfsrvl_init(struct cfsrvl *service, argument
39 bool cfsrvl_ready(struct cfsrvl *service, int *err);
44 struct cfsrvl *s; in cfsrvl_get()
47 s = container_of(layr, struct cfsrvl, layer); in cfsrvl_get()
53 struct cfsrvl *s; in cfsrvl_put()
56 s = container_of(layr, struct cfsrvl, layer); in cfsrvl_put()
Dcfmuxl.h11 struct cfsrvl;
Dcfctrl.h102 struct cfsrvl serv;
/linux-2.6.39/net/caif/
Dcfdbgl.c15 #define container_obj(layr) ((struct cfsrvl *) layr)
22 struct cfsrvl *dbg = kmalloc(sizeof(struct cfsrvl), GFP_ATOMIC); in cfdbgl_create()
27 caif_assert(offsetof(struct cfsrvl, layer) == 0); in cfdbgl_create()
28 memset(dbg, 0, sizeof(struct cfsrvl)); in cfdbgl_create()
43 struct cfsrvl *service = container_obj(layr); in cfdbgl_transmit()
Dcfvidl.c17 #define container_obj(layr) ((struct cfsrvl *) layr)
24 struct cfsrvl *vid = kmalloc(sizeof(struct cfsrvl), GFP_ATOMIC); in cfvidl_create()
29 caif_assert(offsetof(struct cfsrvl, layer) == 0); in cfvidl_create()
31 memset(vid, 0, sizeof(struct cfsrvl)); in cfvidl_create()
52 struct cfsrvl *service = container_obj(layr); in cfvidl_transmit()
Dcfsrvl.c23 #define container_obj(layr) container_of(layr, struct cfsrvl, layer)
28 struct cfsrvl *service = container_obj(layr); in cfservl_ctrlcmd()
94 struct cfsrvl *service = container_obj(layr); in cfservl_modemcmd()
161 struct cfsrvl *service = container_of(kref, struct cfsrvl, ref); in cfsrvl_release()
165 void cfsrvl_init(struct cfsrvl *service, in cfsrvl_init()
171 caif_assert(offsetof(struct cfsrvl, layer) == 0); in cfsrvl_init()
185 bool cfsrvl_ready(struct cfsrvl *service, int *err) in cfsrvl_ready()
199 struct cfsrvl *servl = container_obj(layer); in cfsrvl_getphyid()
205 struct cfsrvl *servl = container_obj(layer); in cfsrvl_phyid_match()
Dcfutill.c17 #define container_obj(layr) ((struct cfsrvl *) layr)
29 struct cfsrvl *util = kmalloc(sizeof(struct cfsrvl), GFP_ATOMIC); in cfutill_create()
34 caif_assert(offsetof(struct cfsrvl, layer) == 0); in cfutill_create()
35 memset(util, 0, sizeof(struct cfsrvl)); in cfutill_create()
46 struct cfsrvl *service = container_obj(layr); in cfutill_receive()
86 struct cfsrvl *service = container_obj(layr); in cfutill_transmit()
Dcfdgml.c17 #define container_obj(layr) ((struct cfsrvl *) layr)
29 struct cfsrvl *dgm = kmalloc(sizeof(struct cfsrvl), GFP_ATOMIC); in cfdgml_create()
34 caif_assert(offsetof(struct cfsrvl, layer) == 0); in cfdgml_create()
35 memset(dgm, 0, sizeof(struct cfsrvl)); in cfdgml_create()
90 struct cfsrvl *service = container_obj(layr); in cfdgml_transmit()
Dcfveil.c21 #define container_obj(layr) container_of(layr, struct cfsrvl, layer)
28 struct cfsrvl *vei = kmalloc(sizeof(struct cfsrvl), GFP_ATOMIC); in cfvei_create()
33 caif_assert(offsetof(struct cfsrvl, layer) == 0); in cfvei_create()
34 memset(vei, 0, sizeof(struct cfsrvl)); in cfvei_create()
83 struct cfsrvl *service = container_obj(layr); in cfvei_transmit()
Dcfrfml.c25 struct cfsrvl serv;
36 struct cfsrvl *srvl = container_of(kref, struct cfsrvl, ref); in cfrfml_release()
DMakefile8 cfsrvl.o cfpkt_skbuff.o caif_config_util.o