protocol_handlers   41 drivers/thunderbolt/xdomain.c static LIST_HEAD(protocol_handlers);
protocol_handlers  483 drivers/thunderbolt/xdomain.c 	list_add_tail(&handler->list, &protocol_handlers);
protocol_handlers 1551 drivers/thunderbolt/xdomain.c 	list_for_each_entry_safe(handler, tmp, &protocol_handlers, list) {