1. NAME

struct_hsi_controller - HSI controller device

2. SYNOPSIS



 
Sélectionnez
struct hsi_controller {
  struct device device;
  struct module * owner;
  unsigned int id;
  unsigned int num_ports;
  struct hsi_port ** port;
};

3. MEMBERS

device
    Driver model representation of the device

owner
    Pointer to the module owning the controller

id
    HSI controller ID

num_ports
    Number of ports in the HSI controller

port
    Array of HSI ports

4. COPYRIGHT