1STRUCT HSI_CLIENT(9)     High Speed Synchronous Serial    STRUCT HSI_CLIENT(9)
2
3
4

NAME

6       struct_hsi_client - HSI client attached to an HSI port
7

SYNOPSIS

9       struct hsi_client {
10         struct device device;
11         struct hsi_config tx_cfg;
12         struct hsi_config rx_cfg;
13       };
14

MEMBERS

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

E_HANDLER

26       Callback for handling port events (RX Wake High/Low)
27

PCLAIMED

29       Keeps tracks if the clients claimed its associated HSI port
30

NB

32       Notifier block for port events
33
35Kernel Hackers Manual 3.10         June 2019              STRUCT HSI_CLIENT(9)
Impressum