Home
last modified time | relevance | path

Searched refs:aux_engine_funcs (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/i2caux/
H A Daux_engine.h33 struct aux_engine_funcs { struct
62 const struct aux_engine_funcs *funcs; argument
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Daux_engine.h88 const struct aux_engine_funcs *funcs;
142 struct aux_engine_funcs { struct
/dragonfly/sys/dev/drm/amd/display/dc/i2caux/dce110/
H A Daux_engine_dce110.c445 static const struct aux_engine_funcs aux_engine_funcs = { variable
468 engine->base.funcs = &aux_engine_funcs; in construct()
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_aux.c902 static const struct aux_engine_funcs aux_engine_funcs = { variable
935 aux_engine110->base.funcs = &aux_engine_funcs; in dce110_aux_engine_construct()