Searched refs:lyr (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/net/caif/ |
H A D | caif_dev.h | 95 void (*hold)(struct cflayer *lyr), 96 void (*put)(struct cflayer *lyr));
|
H A D | cfsrvl.h | 23 void (*hold)(struct cflayer *lyr); 24 void (*put)(struct cflayer *lyr);
|
/kernel/linux/linux-6.6/include/net/caif/ |
H A D | caif_dev.h | 95 void (*hold)(struct cflayer *lyr), 96 void (*put)(struct cflayer *lyr));
|
H A D | cfsrvl.h | 23 void (*hold)(struct cflayer *lyr); 24 void (*put)(struct cflayer *lyr);
|
/kernel/linux/linux-5.10/net/caif/ |
H A D | cfmuxl.c | 77 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 D | chnl_net.c | 140 static void chnl_hold(struct cflayer *lyr) in chnl_hold() argument 142 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_hold() 146 static void chnl_put(struct cflayer *lyr) in chnl_put() argument 148 struct chnl_net *priv = container_of(lyr, struct chnl_net, chnl); in chnl_put()
|
H A D | cfsrvl.c | 209 void (*hold)(struct cflayer *lyr), in caif_client_register_refcnt() 210 void (*put)(struct cflayer *lyr)) in caif_client_register_refcnt() 208 caif_client_register_refcnt(struct cflayer *adapt_layer, void (*hold)(struct cflayer *lyr), void (*put)(struct cflayer *lyr)) caif_client_register_refcnt() argument
|
/kernel/linux/linux-6.6/net/caif/ |
H A D | cfmuxl.c | 77 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 D | chnl_net.c | 135 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 D | cfsrvl.c | 209 void (*hold)(struct cflayer *lyr), in caif_client_register_refcnt() 210 void (*put)(struct cflayer *lyr)) in caif_client_register_refcnt() 208 caif_client_register_refcnt(struct cflayer *adapt_layer, void (*hold)(struct cflayer *lyr), void (*put)(struct cflayer *lyr)) caif_client_register_refcnt() argument
|
Completed in 6 milliseconds