Lines Matching refs:bpp_ptr
2367 const char *bpp_ptr = NULL, *refresh_ptr = NULL, *extra_ptr = NULL;
2388 bpp_ptr = strnchr(name, options_off, '-');
2389 while (bpp_ptr && !isdigit(bpp_ptr[1]))
2390 bpp_ptr = strnchr(bpp_ptr + 1, options_off, '-');
2391 if (bpp_ptr)
2392 bpp_off = bpp_ptr - name;
2399 if (bpp_ptr) {
2441 if (bpp_ptr || refresh_ptr)
2452 if (bpp_ptr) {
2453 ret = drm_mode_parse_cmdline_bpp(bpp_ptr, &bpp_end_ptr, mode);
2473 if (bpp_ptr && refresh_ptr)
2475 else if (bpp_ptr)