1SCSI_DEV_INFO_LIST_F(9) SCSI mid layer SCSI_DEV_INFO_LIST_F(9)
2
3
4
6 scsi_dev_info_list_find - find a matching dev_info list entry.
7
9 struct scsi_dev_info_list *
10 scsi_dev_info_list_find(const char * vendor,
11 const char * model,
12 int key);
13
15 vendor
16 vendor string
17
18 model
19 model (product) string
20
21 key
22 specify list to use
23
25 Finds the first dev_info entry matching vendor, model in list specified
26 by key.
27
29 pointer to matching entry, or ERR_PTR on failure.
30
32 James Bottomley <James.Bottomley@hansenpartnership.com>
33 Author.
34
35 Rob Landley <rob@landley.net>
36 Author.
37
39Kernel Hackers Manual 3.10 June 2019 SCSI_DEV_INFO_LIST_F(9)