Searched refs:ast_i2c_chan (Results 1 – 2 of 2) sorted by relevance
44 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()
219 struct ast_i2c_chan { struct227 struct ast_i2c_chan *i2c; argument