Home
last modified time | relevance | path

Searched refs:i2c_hw_engine_funcs (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/
H A Di2c_hw_engine.h35 struct i2c_hw_engine_funcs { struct
49 const struct i2c_hw_engine_funcs *funcs; argument
/dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/dce110/
H A Di2c_hw_engine_dce110.c501 static const struct i2c_hw_engine_funcs i2c_hw_engine_funcs = { variable
517 hw_engine->base.funcs = &i2c_hw_engine_funcs; in construct()
/dflybsd-src/sys/dev/drm/amd/display/dc/i2caux/dce80/
H A Di2c_hw_engine_dce80.c818 static const struct i2c_hw_engine_funcs i2c_hw_engine_funcs = { variable
835 engine->base.funcs = &i2c_hw_engine_funcs; in construct()