Searched refs:comp_node (Results 1 – 6 of 6) sorted by relevance
136 struct counter_comp_node *comp_node; in counter_set_event_node() local160 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 …]
58 struct mtk_mdp_comp *comp_node; in mtk_mdp_clock_on() local60 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() local69 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()
267 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()
43 struct device_node *comp_node[DDP_COMPONENT_ID_MAX]; member
192 int mtk_ddp_comp_init(struct device_node *comp_node, struct mtk_ddp_comp *comp,
757 node = priv->comp_node[comp_id]; in mtk_drm_crtc_create()
Completed in 10 milliseconds