Searched refs:cellprop (Results 1 – 1 of 1) sorted by relevance
1418 struct property *cellprop; in check_property_phandle_args() local1457 cellprop = get_property(provider_node, provider->cell_name); in check_property_phandle_args()1458 if (cellprop) { in check_property_phandle_args()1459 cellsize = propval_cell(cellprop); in check_property_phandle_args()1648 struct property *cellprop; in check_interrupt_map() local1678 cellprop = get_property(provider_node, "#interrupt-cells"); in check_interrupt_map()1679 if (cellprop) { in check_interrupt_map()1680 parent_cellsize = propval_cell(cellprop); in check_interrupt_map()1687 cellprop = get_property(provider_node, "#address-cells"); in check_interrupt_map()1688 if (cellprop) in check_interrupt_map()[all …]