Home
last modified time | relevance | path

Searched refs:lyr (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/caif/
H A Dcaif_dev.h95 void (*hold)(struct cflayer *lyr),
96 void (*put)(struct cflayer *lyr));
H A Dcfsrvl.h23 void (*hold)(struct cflayer *lyr);
24 void (*put)(struct cflayer *lyr);
/openbmc/linux/net/caif/
H A Dcfmuxl.c77 struct cflayer *lyr; in get_from_id() local
78 list_for_each_entry_rcu(lyr, list, node) { in get_from_id()
79 if (lyr->id == id) in get_from_id()
80 return lyr; in get_from_id()
H A Dchnl_net.c135 static void chnl_hold(struct cflayer *lyr) in chnl_hold() argument
137 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_hold()
141 static void chnl_put(struct cflayer *lyr) in chnl_put() argument
143 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_put()
H A Dcfsrvl.c209 void (*hold)(struct cflayer *lyr), in caif_client_register_refcnt() argument
210 void (*put)(struct cflayer *lyr)) in caif_client_register_refcnt() argument