Home
last modified time | relevance | path

Searched refs:i2c_engine_funcs (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/dce110/
H A Di2c_sw_engine_dce110.c103 static const struct i2c_engine_funcs i2c_engine_funcs = { variable
135 engine_dce110->base.base.funcs = &i2c_engine_funcs; in construct()
H A Di2c_hw_engine_dce110.c483 static const struct i2c_engine_funcs i2c_engine_funcs = { variable
516 hw_engine->base.base.funcs = &i2c_engine_funcs; in construct()
/dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/dce80/
H A Di2c_sw_engine_dce80.c120 static const struct i2c_engine_funcs i2c_engine_funcs = { variable
150 engine->base.base.funcs = &i2c_engine_funcs; in construct()
H A Di2c_hw_engine_dce80.c800 static const struct i2c_engine_funcs i2c_engine_funcs = { variable
834 engine->base.base.funcs = &i2c_engine_funcs; in construct()
/dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/
H A Di2c_engine.h61 struct i2c_engine_funcs { struct
87 const struct i2c_engine_funcs *funcs; argument
H A Di2c_sw_engine.c548 static const struct i2c_engine_funcs i2c_engine_funcs = { variable
578 engine->base.funcs = &i2c_engine_funcs; in dal_i2c_sw_engine_construct()