Lines Matching refs:bpp_ptr
1722 const char *bpp_ptr = NULL, *refresh_ptr = NULL, *extra_ptr = NULL;
1736 bpp_ptr = strchr(name, '-');
1737 if (bpp_ptr)
1738 bpp_off = bpp_ptr - name;
1750 if (bpp_ptr) {
1791 if (bpp_ptr || refresh_ptr)
1802 if (bpp_ptr) {
1803 ret = drm_mode_parse_cmdline_bpp(bpp_ptr, &bpp_end_ptr, mode);
1823 if (bpp_ptr && refresh_ptr)
1825 else if (bpp_ptr)