Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dthunderbolt.h328 struct tb_protocol_handler { struct
335 int tb_register_protocol_handler(struct tb_protocol_handler *handler); argument
336 void tb_unregister_protocol_handler(struct tb_protocol_handler *handler);
/Linux-v5.4/drivers/thunderbolt/
Dxdomain.c475 int tb_register_protocol_handler(struct tb_protocol_handler *handler) in tb_register_protocol_handler()
496 void tb_unregister_protocol_handler(struct tb_protocol_handler *handler) in tb_unregister_protocol_handler()
1527 const struct tb_protocol_handler *handler, *tmp; in tb_xdomain_handle_request()
/Linux-v5.4/drivers/net/
Dthunderbolt.c179 struct tb_protocol_handler handler;