Lines Matching refs:cfsrvl
26 #define container_obj(layr) container_of(layr, struct cfsrvl, layer)
31 struct cfsrvl *service = container_obj(layr); in cfservl_ctrlcmd()
97 struct cfsrvl *service = container_obj(layr); in cfservl_modemcmd()
157 struct cfsrvl *service = container_of(layer, struct cfsrvl, layer); in cfsrvl_release()
161 void cfsrvl_init(struct cfsrvl *service, in cfsrvl_init()
166 caif_assert(offsetof(struct cfsrvl, layer) == 0); in cfsrvl_init()
178 bool cfsrvl_ready(struct cfsrvl *service, int *err) in cfsrvl_ready()
189 struct cfsrvl *servl = container_obj(layer); in cfsrvl_getphyid()
195 struct cfsrvl *servl = container_obj(layer); in cfsrvl_phyid_match()
201 struct cfsrvl *servl; in caif_free_client()
213 struct cfsrvl *service; in caif_client_register_refcnt()
217 service = container_of(adapt_layer->dn, struct cfsrvl, layer); in caif_client_register_refcnt()