Searched refs:fdt_nop_property (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 473 fdt_nop_property(initial_boot_params, eth, "phy-handle"); octeon_fdt_set_phy() 475 fdt_nop_property(initial_boot_params, eth, "cavium,alt-phy-handle"); octeon_fdt_set_phy() 492 fdt_nop_property(initial_boot_params, eth, "phy-handle"); octeon_fdt_set_phy() 501 fdt_nop_property(initial_boot_params, phy, "marvell,reg-init"); octeon_fdt_set_phy() 658 fdt_nop_property(initial_boot_params, aliases, octeon_prune_device_tree() 699 fdt_nop_property(initial_boot_params, aliases, octeon_prune_device_tree() 729 fdt_nop_property(initial_boot_params, aliases, octeon_prune_device_tree() 762 fdt_nop_property(initial_boot_params, aliases, octeon_prune_device_tree() 828 fdt_nop_property(initial_boot_params, cf, "cavium,true-ide"); octeon_prune_device_tree() 829 fdt_nop_property(initial_boot_params, cf, "cavium,dma-engine-handle"); octeon_prune_device_tree() 934 fdt_nop_property(initial_boot_params, aliases, "uctl"); octeon_prune_device_tree() 938 fdt_nop_property(initial_boot_params, uctl, "refclk-type"); octeon_prune_device_tree() 952 fdt_nop_property(initial_boot_params, aliases, "usbn"); octeon_prune_device_tree() 965 fdt_nop_property(initial_boot_params, usbn, "refclk-type"); octeon_prune_device_tree()
|
/linux-4.1.27/scripts/dtc/libfdt/ |
H A D | fdt_wip.c | 83 int fdt_nop_property(void *fdt, int nodeoffset, const char *name) fdt_nop_property() function
|
H A D | libfdt.h | 936 * fdt_nop_property - replace a property with nop tags 941 * fdt_nop_property() will replace a given property's representation 959 int fdt_nop_property(void *fdt, int nodeoffset, const char *name);
|
Completed in 77 milliseconds