1STRUCT HSI_CLIENT(9) High Speed Synchronous Serial STRUCT HSI_CLIENT(9)
2
3
4
6 struct_hsi_client - HSI client attached to an HSI port
7
9 struct hsi_client {
10 struct device device;
11 struct hsi_config tx_cfg;
12 struct hsi_config rx_cfg;
13 };
14
16 device
17 Driver model representation of the device
18
19 tx_cfg
20 HSI TX configuration
21
22 rx_cfg
23 HSI RX configuration
24
26 Callback for handling port events (RX Wake High/Low)
27
29 Keeps tracks if the clients claimed its associated HSI port
30
32 Notifier block for port events
33
35Kernel Hackers Manual 3.10 June 2019 STRUCT HSI_CLIENT(9)