Searched refs:cfctrl (Results 1 – 3 of 3) sorted by relevance
/linux/net/caif/ |
H A D | cfctrl.c | 15 #include <net/caif/cfctrl.h> 17 #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 *ctr 169 init_info(struct caif_payload_info * info,struct cfctrl * cfctrl) init_info() argument 179 struct cfctrl *cfctrl = container_obj(layer); cfctrl_enum_req() local 203 struct cfctrl *cfctrl = container_obj(layer); cfctrl_linkup_request() local 313 struct cfctrl *cfctrl = container_obj(layer); cfctrl_linkdown_req() local 354 cfctrl_link_setup(struct cfctrl * cfctrl,struct cfpkt * pkt,u8 cmdrsp) cfctrl_link_setup() argument 501 struct cfctrl *cfctrl = container_obj(layer); cfctrl_recv() local [all...] |
H A D | Makefile | 5 cfcnfg.o cfmuxl.o cfctrl.o \
|
/linux/include/net/caif/ |
H A D | cfctrl.h | 101 struct cfctrl { struct 118 void cfctrl_enum_req(struct cflayer *cfctrl, u8 physlinkid); argument 119 int cfctrl_linkup_request(struct cflayer *cfctrl, 122 int cfctrl_linkdown_req(struct cflayer *cfctrl, u8 linkid, 103 rescfctrl global() argument
|