OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm_mode_modeinfo
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm/dist/shared-core/
drm_mode.h
85
struct
drm_mode_modeinfo
{
struct
121
struct
drm_mode_modeinfo
mode;
232
struct
drm_mode_modeinfo
mode;
/src/sys/external/bsd/drm2/dist/include/drm/
drm_modes.h
469
void drm_mode_convert_to_umode(struct
drm_mode_modeinfo
*out,
473
const struct
drm_mode_modeinfo
*in);
/src/sys/external/bsd/drm2/dist/include/uapi/drm/
drm_mode.h
223
struct
drm_mode_modeinfo
{
struct
270
struct
drm_mode_modeinfo
mode;
571
struct
drm_mode_modeinfo
mode;
/src/sys/external/bsd/drm2/dist/drm/
drm_connector.c
2199
struct
drm_mode_modeinfo
u_mode;
2200
struct
drm_mode_modeinfo
__user *mode_ptr;
2207
memset(&u_mode, 0, sizeof(struct
drm_mode_modeinfo
));
2263
mode_ptr = (struct
drm_mode_modeinfo
__user *)(unsigned long)out_resp->modes_ptr;
drm_atomic_uapi.c
73
struct
drm_mode_modeinfo
umode;
135
if (blob->length != sizeof(struct
drm_mode_modeinfo
)) {
drm_modes.c
1943
* @out:
drm_mode_modeinfo
struct to return to the user
1946
* Convert a drm_display_mode into a
drm_mode_modeinfo
structure to return to
1949
void drm_mode_convert_to_umode(struct
drm_mode_modeinfo
*out,
2004
* @in:
drm_mode_modeinfo
to use
2006
* Convert a
drm_mode_modeinfo
into a drm_display_mode structure to return to
2014
const struct
drm_mode_modeinfo
*in)
Completed in 19 milliseconds
Indexes created Thu Nov 06 05:09:59 GMT 2025