OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bpp_ptr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_modes.c
1771
const char *
bpp_ptr
= NULL, *refresh_ptr = NULL, *extra_ptr = NULL;
local
1785
bpp_ptr
= strchr(name, '-');
1786
if (
bpp_ptr
)
1787
bpp_off =
bpp_ptr
- name;
1799
if (
bpp_ptr
) {
1840
if (
bpp_ptr
|| refresh_ptr)
1851
if (
bpp_ptr
) {
1852
ret = drm_mode_parse_cmdline_bpp(
bpp_ptr
, &bpp_end_ptr, mode);
1872
if (
bpp_ptr
&& refresh_ptr)
1874
else if (
bpp_ptr
)
[
all
...]
Completed in 17 milliseconds
Indexes created Tue May 19 00:24:48 UTC 2026