Name

struct device_connection — Device Connection Descriptor

Synopsis

struct device_connection {
  const char * endpoint[2];
  const char * id;
  struct list_head list;
};  

Members

endpoint[2]

The names of the two devices connected together

id

Unique identifier for the connection

list

List head, private, for internal use only