Searched refs:numres (Results 1 – 1 of 1) sorted by relevance
54 size_t i, numres; in screen_info_fixup_lfb() local68 numres = ret; in screen_info_fixup_lfb()70 for (i = 0; i < numres; ++i) { in screen_info_fixup_lfb()121 ssize_t i, numres; in screen_info_pci_dev() local123 numres = screen_info_resources(si, res, ARRAY_SIZE(res)); in screen_info_pci_dev()124 if (numres < 0) in screen_info_pci_dev()125 return ERR_PTR(numres); in screen_info_pci_dev()127 for (i = 0; i < numres; ++i) { in screen_info_pci_dev()