1ANON_TRANSPORT_CLASS(9)  Device drivers infrastructure ANON_TRANSPORT_CLASS(9)
2
3
4

NAME

6       anon_transport_class_register - register an anonymous class
7

SYNOPSIS

9       int anon_transport_class_register(struct anon_transport_class * atc);
10

ARGUMENTS

12       atc
13           The anon transport class to register
14

DESCRIPTION

16       The anonymous transport class contains both a transport class and a
17       container. The idea of an anonymous class is that it never actually has
18       any device attributes associated with it (and thus saves on container
19       storage). So it can only be used for triggering events. Use prezero and
20       then use DECLARE_ANON_TRANSPORT_CLASS to initialise the anon transport
21       class storage.
22
24Kernel Hackers Manual 3.10         June 2019           ANON_TRANSPORT_CLASS(9)
Impressum