Lines Matching full:hsi
1 High Speed Synchronous Serial Interface (HSI)
7 High Speed Synchronous Interface (HSI) is a full duplex, low latency protocol,
12 The HSI interface supports full duplex communication over multiple channels
40 HSI Subsystem in Linux
43 In the Linux kernel the hsi subsystem is supposed to be used for HSI devices.
44 The hsi subsystem contains drivers for hsi controllers including support for
45 multi-port controllers and provides a generic API for using the HSI ports.
47 It also contains HSI client drivers, which make use of the generic API to
48 implement a protocol used on the HSI interface. These client drivers can
51 hsi-char Device
55 which provides a character device for userspace representing the HSI port.
56 It can be used to communicate via HSI from userspace. Userspace may
60 flush the HSI port
80 The kernel HSI API
83 .. kernel-doc:: include/linux/hsi/hsi.h
86 .. kernel-doc:: drivers/hsi/hsi_core.c