Lines Matching defs:dev
132 void mtk_ovl_adaptor_layer_config(struct device *dev, unsigned int idx, in mtk_ovl_adaptor_layer_config()
209 void mtk_ovl_adaptor_config(struct device *dev, unsigned int w, in mtk_ovl_adaptor_config()
219 void mtk_ovl_adaptor_start(struct device *dev) in mtk_ovl_adaptor_start()
233 void mtk_ovl_adaptor_stop(struct device *dev) in mtk_ovl_adaptor_stop()
254 static inline void power_off(struct device *dev, int num) in power_off()
282 int mtk_ovl_adaptor_power_on(struct device *dev) in mtk_ovl_adaptor_power_on()
302 void mtk_ovl_adaptor_power_off(struct device *dev) in mtk_ovl_adaptor_power_off()
307 int mtk_ovl_adaptor_clk_enable(struct device *dev) in mtk_ovl_adaptor_clk_enable()
329 void mtk_ovl_adaptor_clk_disable(struct device *dev) in mtk_ovl_adaptor_clk_disable()
345 enum drm_mode_status mtk_ovl_adaptor_mode_valid(struct device *dev, in mtk_ovl_adaptor_mode_valid()
361 unsigned int mtk_ovl_adaptor_layer_nr(struct device *dev) in mtk_ovl_adaptor_layer_nr()
366 struct device *mtk_ovl_adaptor_dma_dev_get(struct device *dev) in mtk_ovl_adaptor_dma_dev_get()
373 void mtk_ovl_adaptor_register_vblank_cb(struct device *dev, void (*vblank_cb)(void *), in mtk_ovl_adaptor_register_vblank_cb()
382 void mtk_ovl_adaptor_unregister_vblank_cb(struct device *dev) in mtk_ovl_adaptor_unregister_vblank_cb()
389 void mtk_ovl_adaptor_enable_vblank(struct device *dev) in mtk_ovl_adaptor_enable_vblank()
396 void mtk_ovl_adaptor_disable_vblank(struct device *dev) in mtk_ovl_adaptor_disable_vblank()
403 u32 mtk_ovl_adaptor_get_blend_modes(struct device *dev) in mtk_ovl_adaptor_get_blend_modes()
410 const u32 *mtk_ovl_adaptor_get_formats(struct device *dev) in mtk_ovl_adaptor_get_formats()
417 size_t mtk_ovl_adaptor_get_num_formats(struct device *dev) in mtk_ovl_adaptor_get_num_formats()
424 void mtk_ovl_adaptor_add_comp(struct device *dev, struct mtk_mutex *mutex) in mtk_ovl_adaptor_add_comp()
436 void mtk_ovl_adaptor_remove_comp(struct device *dev, struct mtk_mutex *mutex) in mtk_ovl_adaptor_remove_comp()
448 void mtk_ovl_adaptor_connect(struct device *dev, struct device *mmsys_dev, unsigned int next) in mtk_ovl_adaptor_connect()
460 void mtk_ovl_adaptor_disconnect(struct device *dev, struct device *mmsys_dev, unsigned int next) in mtk_ovl_adaptor_disconnect()
472 static int ovl_adaptor_comp_get_id(struct device *dev, struct device_node *node, in ovl_adaptor_comp_get_id()
495 static int compare_of(struct device *dev, void *data) in compare_of()
535 static int ovl_adaptor_comp_init(struct device *dev, struct component_match **match) in ovl_adaptor_comp_init()
582 static int mtk_disp_ovl_adaptor_comp_bind(struct device *dev, struct device *master, in mtk_disp_ovl_adaptor_comp_bind()
593 static void mtk_disp_ovl_adaptor_comp_unbind(struct device *dev, struct device *master, in mtk_disp_ovl_adaptor_comp_unbind()
603 static int mtk_disp_ovl_adaptor_master_bind(struct device *dev) in mtk_disp_ovl_adaptor_master_bind()
616 static void mtk_disp_ovl_adaptor_master_unbind(struct device *dev) in mtk_disp_ovl_adaptor_master_unbind()
631 struct device *dev = &pdev->dev; in mtk_disp_ovl_adaptor_probe() local