Lines Matching refs:pformat
124 const struct st7571_panel_format *pformat; member
485 st7571->pformat->prepare_buffer(st7571, in st7571_primary_plane_helper_atomic_update()
490 st7571->pformat->update_rect(fb, &damage); in st7571_primary_plane_helper_atomic_update()
641 const struct st7571_panel_format *pformat) in st7571_plane_init() argument
649 pformat->formats, in st7571_plane_init()
650 pformat->nformats, in st7571_plane_init()
796 st7567->pformat = &st7571_monochrome; in st7567_parse_dt()
824 st7571->pformat = &st7571_grayscale; in st7571_parse_dt()
827 st7571->pformat = &st7571_monochrome; in st7571_parse_dt()
917 ST7571_SET_COLOR_MODE(st7571->pformat->mode), in st7571_lcd_init()
989 ret = st7571_plane_init(st7571, st7571->pformat); in st7571_probe()