Home
last modified time | relevance | path

Searched refs:tb_ctl_free (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Dctl.h28 void tb_ctl_free(struct tb_ctl *ctl);
H A Dctl.c681 tb_ctl_free(ctl);
686 * tb_ctl_free() - free a control channel
693 void tb_ctl_free(struct tb_ctl *ctl) in tb_ctl_free()
690 void tb_ctl_free(struct tb_ctl *ctl) tb_ctl_free() function
H A Ddomain.c322 tb_ctl_free(tb->ctl); in tb_domain_release()