Searched refs:cellprop (Results 1 – 1 of 1) sorted by relevance
1402 struct property *cellprop; in check_property_phandle_args() local1440 cellprop = get_property(provider_node, provider->cell_name); in check_property_phandle_args()1441 if (cellprop) { in check_property_phandle_args()1442 cellsize = propval_cell(cellprop); in check_property_phandle_args()1629 struct property *cellprop; in check_interrupt_map() local1659 cellprop = get_property(provider_node, "#interrupt-cells"); in check_interrupt_map()1660 if (cellprop) { in check_interrupt_map()1661 parent_cellsize = propval_cell(cellprop); in check_interrupt_map()1668 cellprop = get_property(provider_node, "#address-cells"); in check_interrupt_map()1669 if (cellprop) in check_interrupt_map()[all …]