Lines Matching +full:multi +full:- +full:protocol
5 ---------------
7 High Speed Synchronous Interface (HSI) is a full duplex, low latency protocol,
8 that is optimized for die-level interconnect between an Application Processor
15 The serial protocol uses two signals, DATA and FLAG as combined data and clock
23 +------------+ +---------------+
26 | | - - - - - - CAWAKE - - - - - - >| |
27 | T|------------ CADATA ------------>|R |
28 | X|------------ CAFLAG ------------>|X |
29 | |<----------- ACREADY ------------| |
32 | |< - - - - - ACWAKE - - - - - - -| |
33 | R|<----------- ACDATA -------------|T |
34 | X|<----------- ACFLAG -------------|X |
35 | |------------ CAREADY ----------->| |
38 +------------+ +---------------+
41 -------------------------
45 multi-port controllers and provides a generic API for using the HSI ports.
48 implement a protocol used on the HSI interface. These client drivers can
51 hsi-char Device
52 ------------------
81 ------------------
83 .. kernel-doc:: include/linux/hsi/hsi.h
86 .. kernel-doc:: drivers/hsi/hsi_core.c