Searched refs:comp_node (Results 1 – 7 of 7) sorted by relevance
144 struct counter_comp_node *comp_node; in counter_set_event_node() local168 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() local329 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 …]
57 struct mtk_mdp_comp *comp_node; in mtk_mdp_clock_on() local59 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() local68 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()
539 struct device_node **comp_node) in mtk_ddp_path_available() argument551 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()
64 struct device_node *comp_node[DDP_COMPONENT_DRM_ID_MAX]; member
1175 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()
353 int mtk_ddp_comp_init(struct device_node *comp_node, struct mtk_ddp_comp *comp,
1019 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