1TRANSPORT_CONFIGURE_(9) Device drivers infrastructure TRANSPORT_CONFIGURE_(9)
2
3
4
6 transport_configure_device - configure an already set up device
7
9 void transport_configure_device(struct device * dev);
10
12 dev
13 generic device representing device to be configured
14
16 The idea of configure is simply to provide a point within the setup
17 process to allow the transport class to extract information from a
18 device after it has been setup. This is used in SCSI because we have to
19 have a setup device to begin using the HBA, but after we send the
20 initial inquiry, we use configure to extract the device parameters. The
21 device need not have been added to be configured.
22
24Kernel Hackers Manual 3.10 June 2019 TRANSPORT_CONFIGURE_(9)