Searched refs:cellprop (Results 1 – 1 of 1) sorted by relevance
1404 struct property *cellprop; in check_property_phandle_args() local1443 cellprop = get_property(provider_node, provider->cell_name); in check_property_phandle_args()1444 if (cellprop) { in check_property_phandle_args()1445 cellsize = propval_cell(cellprop); in check_property_phandle_args()1634 struct property *cellprop; in check_interrupt_map() local1664 cellprop = get_property(provider_node, "#interrupt-cells"); in check_interrupt_map()1665 if (cellprop) { in check_interrupt_map()1666 parent_cellsize = propval_cell(cellprop); in check_interrupt_map()1673 cellprop = get_property(provider_node, "#address-cells"); in check_interrupt_map()1674 if (cellprop) in check_interrupt_map()[all …]