Searched refs:comp_node (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/counter/ |
D | counter-chrdev.c | 144 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(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() 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-6.12.1/drivers/media/platform/mediatek/mdp/ |
D | mtk_mdp_core.c | 57 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()
|
/linux-6.12.1/drivers/gpu/drm/mediatek/ |
D | mtk_ddp_comp.c | 538 struct device_node **comp_node) in mtk_ddp_path_available() argument 550 if (!comp_node[path[i]]) in mtk_ddp_path_available() 585 priv_n->comp_node)) { in mtk_find_possible_crtcs() 594 priv_n->comp_node)) { in mtk_find_possible_crtcs() 603 priv_n->comp_node)) { in mtk_find_possible_crtcs()
|
D | mtk_drm_drv.h | 64 struct device_node *comp_node[DDP_COMPONENT_DRM_ID_MAX]; member
|
D | mtk_drm_drv.c | 906 private->comp_node[comp_id] = of_node_get(node); in mtk_drm_probe() 959 of_node_put(private->comp_node[i]); in mtk_drm_probe() 972 of_node_put(private->comp_node[i]); in mtk_drm_remove()
|
D | mtk_ddp_comp.h | 344 int mtk_ddp_comp_init(struct device_node *comp_node, struct mtk_ddp_comp *comp,
|
D | mtk_crtc.c | 969 node = priv->comp_node[comp_id]; in mtk_crtc_create() 1106 struct device_node *node = priv->comp_node[comp_id]; in mtk_crtc_create()
|