Lines Matching refs:cflayer
16 struct cflayer layer;
21 void (*release)(struct cflayer *layer);
23 void (*hold)(struct cflayer *lyr);
24 void (*put)(struct cflayer *lyr);
28 struct cflayer *cfvei_create(u8 linkid, struct dev_info *dev_info);
29 struct cflayer *cfdgml_create(u8 linkid, struct dev_info *dev_info);
30 struct cflayer *cfutill_create(u8 linkid, struct dev_info *dev_info);
31 struct cflayer *cfvidl_create(u8 linkid, struct dev_info *dev_info);
32 struct cflayer *cfrfml_create(u8 linkid, struct dev_info *dev_info,
34 struct cflayer *cfdbgl_create(u8 linkid, struct dev_info *dev_info);
36 bool cfsrvl_phyid_match(struct cflayer *layer, int phyid);
43 u8 cfsrvl_getphyid(struct cflayer *layer);
45 static inline void cfsrvl_get(struct cflayer *layr) in cfsrvl_get()
54 static inline void cfsrvl_put(struct cflayer *layr) in cfsrvl_put()