Searched refs:comp_node (Results 1 – 6 of 6) sorted by relevance
144 struct counter_comp_node *comp_node; in counter_set_event_node() local167 list_for_each_entry(comp_node, &event_node->comp_list, l) in counter_set_event_node()168 if (comp_node->parent == cfg->parent && in counter_set_event_node()169 counter_comp_read_is_equal(comp_node->comp, cfg->comp)) { in counter_set_event_node()175 comp_node = kmalloc_obj(*comp_node); in counter_set_event_node()176 if (!comp_node) { in counter_set_event_node()180 *comp_node = *cfg; in counter_set_event_node()183 list_add_tail(&comp_node->l, &event_node->comp_list); in counter_set_event_node()269 struct counter_comp_node comp_node = {}; in counter_add_watch() local295 comp_node.parent = counter->signals + parent; in counter_add_watch()[all …]
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
1167 private->comp_node[comp_id] = of_node_get(node); in mtk_drm_probe()1220 of_node_put(private->comp_node[i]); in mtk_drm_probe()1233 of_node_put(private->comp_node[i]); in mtk_drm_remove()
353 int mtk_ddp_comp_init(struct device *dev, struct device_node *comp_node, struct mtk_ddp_comp *comp,
1033 node = priv->comp_node[comp_id]; in mtk_crtc_create()1170 struct device_node *node = priv->comp_node[comp_id]; in mtk_crtc_create()