Searched refs:fdt_nop_property (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 473 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy() 475 fdt_nop_property(initial_boot_params, eth, "cavium,alt-phy-handle"); in octeon_fdt_set_phy() 492 fdt_nop_property(initial_boot_params, eth, "phy-handle"); in octeon_fdt_set_phy() 501 fdt_nop_property(initial_boot_params, phy, "marvell,reg-init"); in octeon_fdt_set_phy() 658 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree() 699 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree() 729 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree() 762 fdt_nop_property(initial_boot_params, aliases, in octeon_prune_device_tree() 828 fdt_nop_property(initial_boot_params, cf, "cavium,true-ide"); in octeon_prune_device_tree() 829 fdt_nop_property(initial_boot_params, cf, "cavium,dma-engine-handle"); in octeon_prune_device_tree() [all …]
|
/linux-4.1.27/scripts/dtc/libfdt/ |
D | fdt_wip.c | 83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) in fdt_nop_property() function
|
D | libfdt.h | 959 int fdt_nop_property(void *fdt, int nodeoffset, const char *name);
|