STRUCT DEVICE_CONNEC(9) | Device drivers infrastructure | STRUCT DEVICE_CONNEC(9) |
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
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |