Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dthunderbolt.h330 int tb_register_protocol_handler(struct tb_protocol_handler *handler);
/Linux-v4.19/drivers/thunderbolt/
Dxdomain.c433 int tb_register_protocol_handler(struct tb_protocol_handler *handler) in tb_register_protocol_handler() function
446 EXPORT_SYMBOL_GPL(tb_register_protocol_handler);
/Linux-v4.19/drivers/net/
Dthunderbolt.c1249 tb_register_protocol_handler(&net->handler); in tbnet_probe()