Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dthunderbolt.h369 struct tb_protocol_handler { struct
376 int tb_register_protocol_handler(struct tb_protocol_handler *handler); argument
377 void tb_unregister_protocol_handler(struct tb_protocol_handler *handler);
/linux-6.12.1/drivers/thunderbolt/
Dxdomain.c617 int tb_register_protocol_handler(struct tb_protocol_handler *handler) in tb_register_protocol_handler()
638 void tb_unregister_protocol_handler(struct tb_protocol_handler *handler) in tb_unregister_protocol_handler()
2413 const struct tb_protocol_handler *handler, *tmp; in tb_xdomain_handle_request()
/linux-6.12.1/drivers/net/thunderbolt/
Dmain.c183 struct tb_protocol_handler handler;