Lines Matching defs:node
31 struct list_head node;
110 list_add_tail(&ce->node, &psd->clock_list);
151 * Add the clock described in the 'clocks' device-tree node that matches
182 * Add a series of clocks described in the 'clocks' device-tree node for
185 * error code if there are no clocks in the device node for the device
274 list_for_each_entry(ce, &psd->clock_list, node) {
287 list_del(&ce->node);
312 list_for_each_entry(ce, &psd->clock_list, node) {
321 list_del(&ce->node);
377 list_for_each_entry_safe_reverse(ce, c, &psd->clock_list, node)
378 list_move(&ce->node, &list);
384 list_for_each_entry_safe_reverse(ce, c, &list, node) {
385 list_del(&ce->node);
408 list_for_each_entry_reverse(ce, &psd->clock_list, node) {
439 list_for_each_entry(ce, &psd->clock_list, node)