• Home
  • Raw
  • Download

Lines Matching refs:get_property

185 	prop = get_property(node, propname);  in check_is_string()
205 prop = get_property(node, propname); in check_is_string_list()
232 prop = get_property(node, propname); in check_is_cell()
318 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg()
321 prop = get_property(node, "ranges"); in check_unit_address_vs_reg()
446 prop = get_property(node, propname); in check_phandle_prop()
675 prop = get_property(node, "#address-cells"); in fixup_addr_size_cells()
679 prop = get_property(node, "#size-cells"); in fixup_addr_size_cells()
697 prop = get_property(node, "reg"); in check_reg_format()
726 prop = get_property(node, "ranges"); in check_ranges_format()
770 prop = get_property(node, "device_type"); in check_pci_bridge()
780 prop = get_property(node, "ranges"); in check_pci_bridge()
789 prop = get_property(node, "bus-range"); in check_pci_bridge()
816 prop = get_property(node, "reg"); in check_pci_device_bus_num()
823 prop = get_property(node->parent, "bus-range"); in check_pci_device_bus_num()
848 prop = get_property(node, "reg"); in check_pci_device_reg()
891 prop = get_property(node, "compatible"); in node_is_compatible()
922 prop = get_property(node, "reg"); in check_simple_bus_reg()
926 prop = get_property(node, "ranges"); in check_simple_bus_reg()
982 reg = get_property(node, "reg"); in check_avoid_default_addr_size()
983 ranges = get_property(node, "ranges"); in check_avoid_default_addr_size()
1007 if (get_property(node, "ranges") || !node->children) in check_avoid_unnecessary_addr_size()
1011 prop = get_property(child, "reg"); in check_avoid_unnecessary_addr_size()
1037 prop = get_property(chosen, "interrupt-controller"); in check_obsolete_chosen_interrupt_controller()
1064 prop = get_property(node, "bootargs"); in check_chosen_node_bootargs()
1081 prop = get_property(node, "stdout-path"); in check_chosen_node_stdout_path()
1083 prop = get_property(node, "linux,stdout-path"); in check_chosen_node_stdout_path()
1156 cellprop = get_property(provider_node, provider->cell_name); in check_property_phandle_args()
1184 prop = get_property(node, provider->prop_name); in check_provider_cells_property()
1240 if (get_property(node, "gpio-hog")) in check_gpios_property()
1285 prop = get_property(node, "interrupt-controller"); in node_is_interrupt_provider()
1289 prop = get_property(node, "interrupt-map"); in node_is_interrupt_provider()
1304 irq_prop = get_property(node, "interrupts"); in check_interrupts_property()
1318 prop = get_property(parent, "interrupt-parent"); in check_interrupts_property()
1346 prop = get_property(irq_node, "#interrupt-cells"); in check_interrupts_property()