Home
last modified time | relevance | path

Searched refs:n_caps (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/uwb/
Dwhci.c20 u8 n_caps; member
157 int err, n_caps, n; in whci_probe() local
172 err = n_caps = whci_n_caps(pci); in whci_probe()
173 if (n_caps < 0) in whci_probe()
178 + sizeof(struct whci_dev *) * (n_caps + 1), in whci_probe()
183 card->n_caps = n_caps; in whci_probe()
187 UWBCAPDATA_SIZE(card->n_caps), in whci_probe()
191 card->uwbbase = pci_iomap(pci, 0, UWBCAPDATA_SIZE(card->n_caps)); in whci_probe()
196 for (n = 0; n <= card->n_caps; n++) { in whci_probe()
213 release_mem_region(pci_resource_start(pci, 0), UWBCAPDATA_SIZE(card->n_caps)); in whci_probe()
[all …]