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

NAME

6       struct_hsi_board_info - HSI client board info
7

SYNOPSIS

9       struct hsi_board_info {
10         const char * name;
11         unsigned int hsi_id;
12         unsigned int port;
13         struct hsi_config tx_cfg;
14         struct hsi_config rx_cfg;
15         void * platform_data;
16         struct dev_archdata * archdata;
17       };
18

MEMBERS

20       name
21           Name for the HSI device
22
23       hsi_id
24           HSI controller id where the client sits
25
26       port
27           Port number in the controller where the client sits
28
29       tx_cfg
30           HSI TX configuration
31
32       rx_cfg
33           HSI RX configuration
34
35       platform_data
36           Platform related data
37
38       archdata
39           Architecture-dependent device data
40
42Kernel Hackers Manual 3.10         June 2019           STRUCT HSI_BOARD_INF(9)
Impressum