Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Ddomain.c373 struct tb *tb_domain_alloc(struct tb_nhi *nhi, int timeout_msec, size_t privsize) in tb_domain_alloc() function
H A Dtb.h771 struct tb *tb_domain_alloc(struct tb_nhi *nhi, int timeout_msec, size_t privsize);
H A Dtb.c3363 tb = tb_domain_alloc(nhi, TB_TIMEOUT, sizeof(*tcm)); in tb_probe()