Home
last modified time | relevance | path

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

/linux/drivers/video/
H A Dscreen_info_generic.c76 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 Dscreen_info_pci.c145 numres = screen_info_resources(si, res, ARRAY_SIZE(res)); in screen_info_pci_dev()
/linux/arch/x86/video/
H A Dvideo-common.c50 numres = screen_info_resources(si, res, ARRAY_SIZE(res)); in video_is_primary_device()
/linux/include/linux/
H A Dscreen_info.h137 ssize_t screen_info_resources(const struct screen_info *si, struct resource *r, size_t num);
/linux/drivers/gpu/drm/sysfb/
H A Ddrm_sysfb_screen_info.c44 num = screen_info_resources(si, res, 1); in drm_sysfb_get_memory_si()