Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/ast/
Dast_mode.c49 static struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev);
50 static void ast_i2c_destroy(struct ast_i2c_chan *i2c);
1171 struct ast_i2c_chan *i2c = i2c_priv; in get_clock()
1193 struct ast_i2c_chan *i2c = i2c_priv; in get_data()
1215 struct ast_i2c_chan *i2c = i2c_priv; in set_clock()
1231 struct ast_i2c_chan *i2c = i2c_priv; in set_data()
1245 static struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev) in ast_i2c_create()
1247 struct ast_i2c_chan *i2c; in ast_i2c_create()
1250 i2c = kzalloc(sizeof(struct ast_i2c_chan), GFP_KERNEL); in ast_i2c_create()
1282 static void ast_i2c_destroy(struct ast_i2c_chan *i2c) in ast_i2c_destroy()
Dast_drv.h101 struct ast_i2c_chan { struct
109 struct ast_i2c_chan *i2c; argument