39 lines · plain
1.. SPDX-License-Identifier: GPL-2.0+2 3===============================4Client Driver API Documentation5===============================6 7.. contents::8 :depth: 29 10 11Serial Hub Communication12========================13 14.. kernel-doc:: include/linux/surface_aggregator/serial_hub.h15 16.. kernel-doc:: drivers/platform/surface/aggregator/ssh_packet_layer.c17 :export:18 19 20Controller and Core Interface21=============================22 23.. kernel-doc:: include/linux/surface_aggregator/controller.h24 25.. kernel-doc:: drivers/platform/surface/aggregator/controller.c26 :export:27 28.. kernel-doc:: drivers/platform/surface/aggregator/core.c29 :export:30 31 32Client Bus and Client Device API33================================34 35.. kernel-doc:: include/linux/surface_aggregator/device.h36 37.. kernel-doc:: drivers/platform/surface/aggregator/bus.c38 :export:39