Lines Matching defs:component
28 struct counter_component component;
126 /* Free associated component nodes */
166 /* Check if component watch has already been set before */
174 /* Allocate component node */
182 /* Add component node to event node */
279 if (watch.component.type == COUNTER_COMPONENT_NONE)
282 parent = watch.component.parent;
284 /* Configure parent component info for comp node */
285 switch (watch.component.scope) {
314 id = watch.component.id;
316 /* Configure component info for comp node */
317 switch (watch.component.type) {
319 if (watch.component.scope != COUNTER_SCOPE_SIGNAL)
326 if (watch.component.scope != COUNTER_SCOPE_COUNT)
333 if (watch.component.scope != COUNTER_SCOPE_COUNT)
340 if (watch.component.scope != COUNTER_SCOPE_COUNT)
372 comp_node.component = watch.component;
529 const enum counter_scope scope = comp_node->component.scope;
530 const size_t id = comp_node->component.id;
540 if (comp_node->component.type == COUNTER_COMPONENT_NONE)
663 ev.watch.component = comp_node->component;