Searched refs:screen_info_resources (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/video/ |
| H A D | screen_info_generic.c | 76 ssize_t screen_info_resources(const struct screen_info *si, struct resource *r, size_t num) in screen_info_resources() function 148 EXPORT_SYMBOL(screen_info_resources);
|
| H A D | screen_info_pci.c | 145 numres = screen_info_resources(si, res, ARRAY_SIZE(res)); in screen_info_pci_dev()
|
| /linux/arch/x86/video/ |
| H A D | video-common.c | 50 numres = screen_info_resources(si, res, ARRAY_SIZE(res)); in video_is_primary_device()
|
| /linux/include/linux/ |
| H A D | screen_info.h | 137 ssize_t screen_info_resources(const struct screen_info *si, struct resource *r, size_t num);
|
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | drm_sysfb_screen_info.c | 44 num = screen_info_resources(si, res, 1); in drm_sysfb_get_memory_si()
|