Home
last modified time | relevance | path

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

/drivers/counter/
A Dcounter-chrdev.c144 struct counter_comp_node *comp_node; in counter_set_event_node() local
168 if (comp_node->parent == cfg->parent && in counter_set_event_node()
175 comp_node = kmalloc(sizeof(*comp_node), GFP_KERNEL); in counter_set_event_node()
176 if (!comp_node) { in counter_set_event_node()
180 *comp_node = *cfg; in counter_set_event_node()
269 struct counter_comp_node comp_node = {}; in counter_add_watch() local
329 comp_node.comp.type = COUNTER_COMP_U64; in counter_add_watch()
355 comp_node.comp = ext[ext_idx]; in counter_add_watch()
372 comp_node.component = watch.component; in counter_add_watch()
529 const size_t id = comp_node->component.id; in counter_get_data()
[all …]
/drivers/media/platform/mediatek/mdp/
A Dmtk_mdp_core.c57 struct mtk_mdp_comp *comp_node; in mtk_mdp_clock_on() local
59 list_for_each_entry(comp_node, &mdp->comp_list, node) in mtk_mdp_clock_on()
60 mtk_mdp_comp_clock_on(dev, comp_node); in mtk_mdp_clock_on()
66 struct mtk_mdp_comp *comp_node; in mtk_mdp_clock_off() local
68 list_for_each_entry(comp_node, &mdp->comp_list, node) in mtk_mdp_clock_off()
69 mtk_mdp_comp_clock_off(dev, comp_node); in mtk_mdp_clock_off()
/drivers/gpu/drm/mediatek/
A Dmtk_ddp_comp.c539 struct device_node **comp_node) in mtk_ddp_path_available() argument
551 if (!comp_node[path[i]]) in mtk_ddp_path_available()
586 priv_n->comp_node)) { in mtk_find_possible_crtcs()
595 priv_n->comp_node)) { in mtk_find_possible_crtcs()
604 priv_n->comp_node)) { in mtk_find_possible_crtcs()
A Dmtk_drm_drv.h64 struct device_node *comp_node[DDP_COMPONENT_DRM_ID_MAX]; member
A Dmtk_drm_drv.c1175 private->comp_node[comp_id] = of_node_get(node); in mtk_drm_probe()
1228 of_node_put(private->comp_node[i]); in mtk_drm_probe()
1241 of_node_put(private->comp_node[i]); in mtk_drm_remove()
A Dmtk_ddp_comp.h353 int mtk_ddp_comp_init(struct device_node *comp_node, struct mtk_ddp_comp *comp,
A Dmtk_crtc.c1019 node = priv->comp_node[comp_id]; in mtk_crtc_create()
1156 struct device_node *node = priv->comp_node[comp_id]; in mtk_crtc_create()

Completed in 16 milliseconds