Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sysfb/
H A Ddrm_sysfb_screen_info.c28 return drm_sysfb_get_validated_int0(dev, "width", si->lfb_width, U16_MAX); in drm_sysfb_get_width_si()
34 return drm_sysfb_get_validated_int0(dev, "height", si->lfb_height, U16_MAX); in drm_sysfb_get_height_si()
63 return drm_sysfb_get_validated_int0(dev, "stride", lfb_linelength, div64_u64(size, height)); in drm_sysfb_get_stride_si()
H A Ddrm_sysfb.c23 int drm_sysfb_get_validated_int0(struct drm_device *dev, const char *name, in drm_sysfb_get_validated_int0() function
32 EXPORT_SYMBOL(drm_sysfb_get_validated_int0);
H A Ddrm_sysfb_helper.h37 int drm_sysfb_get_validated_int0(struct drm_device *dev, const char *name,
H A Dsimpledrm.c53 return drm_sysfb_get_validated_int0(dev, name, value, INT_MAX); in simplefb_get_validated_int0()
H A Dofdrm.c87 return drm_sysfb_get_validated_int0(dev, name, value, INT_MAX); in display_get_validated_int0()