Lines Matching refs:ctrl
57 struct cflayer *ctrl; member
86 this->ctrl = cfctrl_create(); in cfcnfg_create()
87 if (!this->ctrl) in cfcnfg_create()
90 resp = cfctrl_get_respfuncs(this->ctrl); in cfcnfg_create()
102 cfmuxl_set_uplayer(this->mux, this->ctrl, 0); in cfcnfg_create()
103 layer_set_dn(this->ctrl, this->mux); in cfcnfg_create()
104 layer_set_up(this->ctrl, this); in cfcnfg_create()
112 kfree(this->ctrl); in cfcnfg_create()
124 cfctrl_remove(cfg->ctrl); in cfcnfg_remove()
185 cfctrl_cancel_req(cfg->ctrl, adap_layer); in caif_disconnect_client()
190 cfctrl_linkdown_req(cfg->ctrl, channel_id, adap_layer); in caif_disconnect_client()
356 cfctrl_enum_req(cfg->ctrl, param.phyid); in caif_connect_client()
357 return cfctrl_linkup_request(cfg->ctrl, ¶m, adap_layer); in caif_connect_client()
395 cfctrl_linkdown_req(cnfg->ctrl, channel_id, NULL); in cfcnfg_linkup_rsp()