Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ast/
A Dast_mode.c50 static struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev);
51 static void ast_i2c_destroy(struct ast_i2c_chan *i2c);
1422 struct ast_i2c_chan *i2c = i2c_priv; in get_clock()
1444 struct ast_i2c_chan *i2c = i2c_priv; in get_data()
1466 struct ast_i2c_chan *i2c = i2c_priv; in set_clock()
1482 struct ast_i2c_chan *i2c = i2c_priv; in set_data()
1496 static struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev) in ast_i2c_create()
1498 struct ast_i2c_chan *i2c; in ast_i2c_create()
1501 i2c = kzalloc(sizeof(struct ast_i2c_chan), GFP_KERNEL); in ast_i2c_create()
1533 static void ast_i2c_destroy(struct ast_i2c_chan *i2c) in ast_i2c_destroy()
A Dast_drv.h127 struct ast_i2c_chan { struct
135 struct ast_i2c_chan *i2c; argument

Completed in 7 milliseconds