Searched refs:ast_i2c_chan (Results 1 – 2 of 2) sorted by relevance
39 static struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev);40 static void ast_i2c_destroy(struct ast_i2c_chan *i2c);973 struct ast_i2c_chan *i2c = i2c_priv; in get_clock()983 struct ast_i2c_chan *i2c = i2c_priv; in get_data()993 struct ast_i2c_chan *i2c = i2c_priv; in set_clock()1009 struct ast_i2c_chan *i2c = i2c_priv; in set_data()1023 static struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev) in ast_i2c_create()1025 struct ast_i2c_chan *i2c; in ast_i2c_create()1028 i2c = kzalloc(sizeof(struct ast_i2c_chan), GFP_KERNEL); in ast_i2c_create()1060 static void ast_i2c_destroy(struct ast_i2c_chan *i2c) in ast_i2c_destroy()
235 struct ast_i2c_chan { struct243 struct ast_i2c_chan *i2c; argument