Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/ast/
Dast_mode.c44 static struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev);
45 static void ast_i2c_destroy(struct ast_i2c_chan *i2c);
960 struct ast_i2c_chan *i2c = i2c_priv; in get_clock()
982 struct ast_i2c_chan *i2c = i2c_priv; in get_data()
1004 struct ast_i2c_chan *i2c = i2c_priv; in set_clock()
1020 struct ast_i2c_chan *i2c = i2c_priv; in set_data()
1034 static struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev) in ast_i2c_create()
1036 struct ast_i2c_chan *i2c; in ast_i2c_create()
1039 i2c = kzalloc(sizeof(struct ast_i2c_chan), GFP_KERNEL); in ast_i2c_create()
1071 static void ast_i2c_destroy(struct ast_i2c_chan *i2c) in ast_i2c_destroy()
Dast_drv.h219 struct ast_i2c_chan { struct
227 struct ast_i2c_chan *i2c; argument