Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Ddomain.c373 struct tb *tb_domain_alloc(struct tb_nhi *nhi, int timeout_msec, size_t privsize) in tb_domain_alloc() function
Dtb.h719 struct tb *tb_domain_alloc(struct tb_nhi *nhi, int timeout_msec, size_t privsize);
Dtb.c1812 tb = tb_domain_alloc(nhi, TB_TIMEOUT, sizeof(*tcm)); in tb_probe()
Dicm.c2436 tb = tb_domain_alloc(nhi, ICM_TIMEOUT, sizeof(struct icm)); in icm_probe()