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

NAME

6       struct_hsi_controller - HSI controller device
7

SYNOPSIS

9       struct hsi_controller {
10         struct device device;
11         struct module * owner;
12         unsigned int id;
13         unsigned int num_ports;
14         struct hsi_port ** port;
15       };
16

MEMBERS

18       device
19           Driver model representation of the device
20
21       owner
22           Pointer to the module owning the controller
23
24       id
25           HSI controller ID
26
27       num_ports
28           Number of ports in the HSI controller
29
30       port
31           Array of HSI ports
32
34Kernel Hackers Manual 3.10         June 2019           STRUCT HSI_CONTROLLE(9)
Impressum