Home
last modified time | relevance | path

Searched refs:i2c_sw_engine (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/i2caux/
H A Di2c_sw_engine.h36 struct i2c_sw_engine;
38 struct i2c_sw_engine { struct
52 struct i2c_sw_engine *engine, argument
60 struct i2c_sw_engine *engine);
H A Di2c_sw_engine.c351 container_of((ptr), struct i2c_sw_engine, base)
372 struct i2c_sw_engine *sw_engine = FROM_ENGINE(engine); in dal_i2c_sw_engine_submit_request()
450 struct i2c_sw_engine *sw_engine = FROM_I2C_ENGINE(engine); in dal_i2c_sw_engine_set_speed()
483 struct i2c_sw_engine *sw_engine = FROM_I2C_ENGINE(engine); in dal_i2c_sw_engine_submit_channel_request()
534 struct i2c_sw_engine *engine) in dal_i2c_sw_engine_destruct()
573 struct i2c_sw_engine *engine, in dal_i2c_sw_engine_construct()
585 struct i2c_sw_engine *engine; in dal_i2c_sw_engine_create()
592 engine = kzalloc(sizeof(struct i2c_sw_engine), GFP_KERNEL); in dal_i2c_sw_engine_create()
/dragonfly/sys/dev/drm/amd/display/dc/i2caux/dce110/
H A Di2c_sw_engine_dce110.h30 struct i2c_sw_engine base;
H A Di2c_sw_engine_dce110.c63 FROM_I2C_SW_ENGINE(container_of((ptr), struct i2c_sw_engine, base))
/dragonfly/sys/dev/drm/amd/display/dc/i2caux/dce80/
H A Di2c_sw_engine_dce80.h30 struct i2c_sw_engine base;
H A Di2c_sw_engine_dce80.c79 FROM_I2C_SW_ENGINE(container_of((ptr), struct i2c_sw_engine, base))
/dragonfly/sys/dev/drm/amd/amdgpu/
H A DMakefile238 i2c_generic_hw_engine.c i2c_hw_engine.c i2c_sw_engine.c