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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dqset.c226 if (std->num_pointers)
302 if (std->num_pointers)
316 std->num_pointers * sizeof(struct whc_page_list_entry),
363 std->num_pointers = 0;
369 std->num_pointers = DIV_ROUND_UP(ep - sp, WHCI_PAGE_SIZE);
371 pl_len = std->num_pointers * sizeof(struct whc_page_list_entry);
377 for (p = 0; p < std->num_pointers; p++) {
446 int num_pointers; local
502 num_pointers = DIV_ROUND_UP(ep - sp, WHCI_PAGE_SIZE);
503 std->num_pointers
[all...]
H A Ddebug.c76 std->len, std->num_pointers ?
80 std->len, std->num_pointers ?
H A Dwhcd.h102 int num_pointers; member in struct:whc_std

Completed in 103 milliseconds