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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dwhci.c19 u8 n_caps; member in struct:whci_card
156 int err, n_caps, n; local
171 err = n_caps = whci_n_caps(pci);
172 if (n_caps < 0)
177 + sizeof(struct whci_dev *) * (n_caps + 1),
182 card->n_caps = n_caps;
186 UWBCAPDATA_SIZE(card->n_caps),
190 card->uwbbase = pci_iomap(pci, 0, UWBCAPDATA_SIZE(card->n_caps));
195 for (n = 0; n <= card->n_caps;
[all...]

Completed in 56 milliseconds