Searched refs:irq_prop (Results 1 – 1 of 1) sorted by relevance
| /linux/scripts/dtc/ |
| H A D | checks.c | 1710 struct property *irq_prop, *prop = NULL; in check_interrupts_property() local 1713 irq_prop = get_property(node, "interrupts"); in check_interrupts_property() 1714 if (!irq_prop) in check_interrupts_property() 1717 if (!is_multiple_of(irq_prop->val.len, sizeof(cell_t))) in check_interrupts_property() 1718 FAIL_PROP(c, dti, node, irq_prop, "size (%d) is invalid, expected multiple of %zu", in check_interrupts_property() 1719 irq_prop->val.len, sizeof(cell_t)); in check_interrupts_property() 1766 if (!is_multiple_of(irq_prop->val.len, irq_cells * sizeof(cell_t))) { in check_interrupts_property() 1769 irq_prop->val.len, (int)(irq_cells * sizeof(cell_t))); in check_interrupts_property()
|