Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dthunderbolt.h370 struct tb_protocol_handler { struct
377 int tb_register_protocol_handler(struct tb_protocol_handler *handler); argument
378 void tb_unregister_protocol_handler(struct tb_protocol_handler *handler);
/openbmc/linux/drivers/thunderbolt/
H A 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()
2361 const struct tb_protocol_handler *handler, *tmp; in tb_xdomain_handle_request()
/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c183 struct tb_protocol_handler handler;