Scroll to navigation

STRUCT SUBSYS_INTERF(9) Device drivers infrastructure STRUCT SUBSYS_INTERF(9)

NAME

struct_subsys_interface - interfaces to device functions name name of the device function subsystem subsytem of the devices to attach to node the list of functions registered at the subsystem add device hookup to device function handler remove device hookup to device function handler

SYNOPSIS

struct subsys_interface {
};  

MEMBERS

DESCRIPTION

Simple interfaces attached to a subsystem. Multiple interfaces can attach to a subsystem and its devices. Unlike drivers, they do not exclusively claim or control devices. Interfaces usually represent a specific functionality of a subsystem/class of devices.

COPYRIGHT

March 2016 Kernel Hackers Manual 3.2.