Home
last modified time | relevance | path

Searched refs:cfctrl (Results 1 – 2 of 2) sorted by relevance

/net/caif/
Dcfctrl.c17 #define container_obj(layr) container_of(layr, struct cfctrl, serv.layer)
22 static int handle_loop(struct cfctrl *ctrl, in handle_loop()
27 static int handle_loop(struct cfctrl *ctrl,
38 struct cfctrl *this = in cfctrl_create()
39 kzalloc(sizeof(struct cfctrl), GFP_ATOMIC); in cfctrl_create()
42 caif_assert(offsetof(struct cfctrl, serv.layer) == 0); in cfctrl_create()
63 struct cfctrl *ctrl = container_obj(layer); in cfctrl_remove()
129 static void cfctrl_insert_req(struct cfctrl *ctrl, in cfctrl_insert_req()
140 static struct cfctrl_request_info *cfctrl_remove_req(struct cfctrl *ctrl, in cfctrl_remove_req()
165 struct cfctrl *this = container_obj(layer); in cfctrl_get_respfuncs()
[all …]
DMakefile4 cfcnfg.o cfmuxl.o cfctrl.o \