Lines Matching refs:cfsrvl
25 #define container_obj(layr) container_of(layr, struct cfsrvl, layer)
30 struct cfsrvl *service = container_obj(layr); in cfservl_ctrlcmd()
96 struct cfsrvl *service = container_obj(layr); in cfservl_modemcmd()
156 struct cfsrvl *service = container_of(layer, struct cfsrvl, layer); in cfsrvl_release()
160 void cfsrvl_init(struct cfsrvl *service, in cfsrvl_init()
165 caif_assert(offsetof(struct cfsrvl, layer) == 0); in cfsrvl_init()
177 bool cfsrvl_ready(struct cfsrvl *service, int *err) in cfsrvl_ready()
188 struct cfsrvl *servl = container_obj(layer); in cfsrvl_getphyid()
194 struct cfsrvl *servl = container_obj(layer); in cfsrvl_phyid_match()
200 struct cfsrvl *servl; in caif_free_client()
212 struct cfsrvl *service; in caif_client_register_refcnt()
216 service = container_of(adapt_layer->dn, struct cfsrvl, layer); in caif_client_register_refcnt()