1TRANSPORT_ADD_DEVICE(9) Device drivers infrastructure TRANSPORT_ADD_DEVICE(9)
2
3
4
6 transport_add_device - declare a new dev for transport class
7 association
8
10 void transport_add_device(struct device * dev);
11
13 dev
14 the generic device representing the entity being added
15
17 Usually, dev represents some component in the HBA system (either the
18 HBA itself or a device remote across the HBA bus). This routine is
19 simply a trigger point used to add the device to the system and
20 register attributes for it.
21
23Kernel Hackers Manual 3.10 June 2019 TRANSPORT_ADD_DEVICE(9)