Home
last modified time | relevance | path

Searched refs:comp_node (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/counter/
A Dcounter-chrdev.c136 struct counter_comp_node *comp_node; in counter_set_event_node() local
160 if (comp_node->parent == cfg->parent && in counter_set_event_node()
167 comp_node = kmalloc(sizeof(*comp_node), GFP_KERNEL); in counter_set_event_node()
168 if (!comp_node) { in counter_set_event_node()
172 *comp_node = *cfg; in counter_set_event_node()
321 comp_node.comp = ext[id]; in counter_add_watch()
338 comp_node.component = watch.component; in counter_add_watch()
470 switch (comp_node->component.scope) { in counter_get_data()
488 switch (comp_node->component.scope) { in counter_get_data()
503 switch (comp_node->component.scope) { in counter_get_data()
[all …]
/linux/drivers/media/platform/mtk-mdp/
A Dmtk_mdp_core.c58 struct mtk_mdp_comp *comp_node; in mtk_mdp_clock_on() local
60 list_for_each_entry(comp_node, &mdp->comp_list, node) in mtk_mdp_clock_on()
61 mtk_mdp_comp_clock_on(dev, comp_node); in mtk_mdp_clock_on()
67 struct mtk_mdp_comp *comp_node; in mtk_mdp_clock_off() local
69 list_for_each_entry(comp_node, &mdp->comp_list, node) in mtk_mdp_clock_off()
70 mtk_mdp_comp_clock_off(dev, comp_node); in mtk_mdp_clock_off()
/linux/drivers/gpu/drm/mediatek/
A Dmtk_drm_drv.c267 np = private->comp_node[private->data->main_path[0]] ?: in mtk_drm_kms_init()
268 private->comp_node[private->data->ext_path[0]]; in mtk_drm_kms_init()
557 private->comp_node[comp_id] = of_node_get(node); in mtk_drm_probe()
607 of_node_put(private->comp_node[i]); in mtk_drm_probe()
623 of_node_put(private->comp_node[i]); in mtk_drm_remove()
A Dmtk_drm_drv.h43 struct device_node *comp_node[DDP_COMPONENT_ID_MAX]; member
A Dmtk_drm_ddp_comp.h192 int mtk_ddp_comp_init(struct device_node *comp_node, struct mtk_ddp_comp *comp,
A Dmtk_drm_crtc.c757 node = priv->comp_node[comp_id]; in mtk_drm_crtc_create()

Completed in 10 milliseconds