Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/ast/
Dast_mode.c39 static struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev);
40 static void ast_i2c_destroy(struct ast_i2c_chan *i2c);
968 struct ast_i2c_chan *i2c = i2c_priv; in get_clock()
978 struct ast_i2c_chan *i2c = i2c_priv; in get_data()
988 struct ast_i2c_chan *i2c = i2c_priv; in set_clock()
1004 struct ast_i2c_chan *i2c = i2c_priv; in set_data()
1018 static struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev) in ast_i2c_create()
1020 struct ast_i2c_chan *i2c; in ast_i2c_create()
1023 i2c = kzalloc(sizeof(struct ast_i2c_chan), GFP_KERNEL); in ast_i2c_create()
1055 static void ast_i2c_destroy(struct ast_i2c_chan *i2c) in ast_i2c_destroy()
Dast_drv.h227 struct ast_i2c_chan { struct
235 struct ast_i2c_chan *i2c; argument