Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dthunderbolt.h323 struct tb_protocol_handler { struct
330 int tb_register_protocol_handler(struct tb_protocol_handler *handler); argument
331 void tb_unregister_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()
454 void tb_unregister_protocol_handler(struct tb_protocol_handler *handler) in tb_unregister_protocol_handler()
1404 const struct tb_protocol_handler *handler, *tmp; in tb_xdomain_handle_request()
/Linux-v4.19/drivers/net/
Dthunderbolt.c182 struct tb_protocol_handler handler;