Home
last modified time | relevance | path

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

/linux/drivers/counter/
H A Dcounter-chrdev.c144 struct counter_comp_node *comp_node; in counter_set_event_node() local
167 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() local
295 comp_node.parent = counter->signals + parent; in counter_add_watch()
[all …]
/linux/drivers/gpu/drm/mediatek/
H 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()
H A Dmtk_drm_drv.h64 struct device_node *comp_node[DDP_COMPONENT_DRM_ID_MAX]; member
H A Dmtk_drm_drv.c1167 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()
H A Dmtk_ddp_comp.h353 int mtk_ddp_comp_init(struct device *dev, struct device_node *comp_node, struct mtk_ddp_comp *comp,
H A Dmtk_crtc.c1033 node = priv->comp_node[comp_id]; in mtk_crtc_create()
1170 struct device_node *node = priv->comp_node[comp_id]; in mtk_crtc_create()