Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dctl.h17 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, hotplug_cb cb, void *cb_data);
Dtb.c370 tb->ctl = tb_ctl_alloc(tb->nhi, tb_schedule_hotplug_handler, tb); in thunderbolt_alloc_and_start()
Dctl.c474 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, hotplug_cb cb, void *cb_data) in tb_ctl_alloc() function