Home
last modified time | relevance | path

Searched refs:ast_i2c_chan (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_i2c.c31 struct ast_i2c_chan *i2c = i2c_priv; in ast_i2c_setsda()
47 struct ast_i2c_chan *i2c = i2c_priv; in ast_i2c_setscl()
63 struct ast_i2c_chan *i2c = i2c_priv; in ast_i2c_getsda()
85 struct ast_i2c_chan *i2c = i2c_priv; in ast_i2c_getscl()
107 struct ast_i2c_chan *i2c = res; in ast_i2c_release()
113 struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev) in ast_i2c_create()
115 struct ast_i2c_chan *i2c; in ast_i2c_create()
118 i2c = kzalloc(sizeof(struct ast_i2c_chan), GFP_KERNEL); in ast_i2c_create()
H A Dast_drv.h147 struct ast_i2c_chan { struct
155 struct ast_i2c_chan *i2c; argument
166 struct ast_i2c_chan *i2c;
534 struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev);