Lines Matching defs:dev
32 struct ast_device *ast = to_ast_device(i2c->dev);
48 struct ast_device *ast = to_ast_device(i2c->dev);
64 struct ast_device *ast = to_ast_device(i2c->dev);
86 struct ast_device *ast = to_ast_device(i2c->dev);
105 static void ast_i2c_release(struct drm_device *dev, void *res)
113 struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev)
124 i2c->adapter.dev.parent = dev->dev;
125 i2c->dev = dev;
140 drm_err(dev, "Failed to register bit i2c\n");
144 ret = drmm_add_action_or_reset(dev, ast_i2c_release, i2c);