Home
last modified time | relevance | path

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

/drivers/uwb/
Dwhci.c20 u8 n_caps; member
156 int err, n_caps, n; in whci_probe() local
171 err = n_caps = whci_n_caps(pci); in whci_probe()
172 if (n_caps < 0) in whci_probe()
177 + sizeof(struct umc_dev *) * (n_caps + 1), in whci_probe()
182 card->n_caps = n_caps; in whci_probe()
186 UWBCAPDATA_SIZE(card->n_caps), in whci_probe()
190 card->uwbbase = pci_iomap(pci, 0, UWBCAPDATA_SIZE(card->n_caps)); in whci_probe()
195 for (n = 0; n <= card->n_caps; n++) { in whci_probe()
212 release_mem_region(pci_resource_start(pci, 0), UWBCAPDATA_SIZE(card->n_caps)); in whci_probe()
[all …]