Lines Matching refs:cfmuxl
18 #define container_obj(layr) container_of(layr, struct cfmuxl, layer)
24 struct cfmuxl { struct
46 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id); argument
50 struct cfmuxl *this = kzalloc(sizeof(struct cfmuxl), GFP_ATOMIC); in cfmuxl_create()
67 struct cfmuxl *muxl = (struct cfmuxl *) layr; in cfmuxl_set_dnlayer()
88 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_set_uplayer()
106 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_remove_dnlayer()
123 static struct cflayer *get_up(struct cfmuxl *muxl, u16 id) in get_up()
137 static struct cflayer *get_dn(struct cfmuxl *muxl, struct dev_info *dev_info) in get_dn()
154 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_remove_uplayer()
177 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_receive()
213 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_transmit()
249 struct cfmuxl *muxl = container_obj(layr); in cfmuxl_ctrlcmd()