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

NAME

6       transport_destroy_device - destroy a removed device
7

SYNOPSIS

9       void transport_destroy_device(struct device * dev);
10

ARGUMENTS

12       dev
13           device to eliminate from the transport class.
14

DESCRIPTION

16       This call triggers the elimination of storage associated with the
17       transport classdev. Note: all it really does is relinquish a reference
18       to the classdev. The memory will not be freed until the last reference
19       goes to zero. Note also that the classdev retains a reference count on
20       dev, so dev too will remain for as long as the transport class device
21       remains around.
22
24Kernel Hackers Manual 3.10         June 2019           TRANSPORT_DESTROY_DE(9)
Impressum