Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/
H A Daux_engine.h33 struct aux_engine_funcs { struct
34 void (*destroy)(
36 bool (*acquire_engine)(
38 void (*configure)(
62 const struct aux_engine_funcs *funcs; argument
/dflybsd-src/sys/dev/drm/amd/display/dc/inc/hw/
H A Daux_engine.h142 struct aux_engine_funcs { struct
143 void (*destroy)(
145 bool (*acquire_engine)(
147 void (*configure)(
150 void (*submit_channel_request)(
153 void (*process_channel_reply)(
156 int (*read_channel_reply)(
162 enum aux_channel_operation_result (*get_channel_status)(
165 bool (*is_engine_available)(struct aux_engine *engine);
166 enum i2caux_engine_type (*get_engine_type)(
[all …]
/dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/dce110/
H A Daux_engine_dce110.c445 static const struct aux_engine_funcs aux_engine_funcs = { variable
/dflybsd-src/sys/dev/drm/amd/display/dc/dce/
H A Ddce_aux.c902 static const struct aux_engine_funcs aux_engine_funcs = { variable