/linux-4.4.14/arch/sparc/kernel/ |
D | prom_64.c | 79 rprop = of_find_property(dp, "reg", NULL); in sun4v_path_component() 119 prop = of_find_property(dp, "reg", NULL); in sun4u_path_component() 132 prop = of_find_property(dp, "upa-portid", NULL); in sun4u_path_component() 134 prop = of_find_property(dp, "portid", NULL); in sun4u_path_component() 154 prop = of_find_property(dp, "reg", NULL); in sbus_path_component() 172 prop = of_find_property(dp, "reg", NULL); in pci_path_component() 196 prop = of_find_property(dp, "reg", NULL); in upa_path_component() 202 prop = of_find_property(dp, "upa-portid", NULL); in upa_path_component() 218 prop = of_find_property(dp, "reg", NULL); in vdev_path_component() 233 prop = of_find_property(dp, "reg", NULL); in ebus_path_component() [all …]
|
D | prom_32.c | 66 rprop = of_find_property(dp, "reg", NULL); in sparc32_path_component() 82 prop = of_find_property(dp, "reg", NULL); in sbus_path_component() 100 prop = of_find_property(dp, "reg", NULL); in pci_path_component() 124 prop = of_find_property(dp, "reg", NULL); in ebus_path_component() 146 prop = of_find_property(dp, "reg", NULL); in ambapp_path_component() 155 prop = of_find_property(dp, "interrupts", NULL); in ambapp_path_component() 161 prop = of_find_property(dp, "vendor", NULL); in ambapp_path_component() 165 prop = of_find_property(dp, "device", NULL); in ambapp_path_component()
|
D | leon_kernel.c | 334 pp = of_find_property(rootnp, "systemid", &len); in leon_init_timers() 345 pp = of_find_property(np, "reg", &len); in leon_init_timers() 361 pp = of_find_property(np, "ampopts", &len); in leon_init_timers() 375 pp = of_find_property(np, "reg", &len); in leon_init_timers() 379 pp = of_find_property(np, "interrupts", &len); in leon_init_timers() 490 p = of_find_property(dp, "mid", (void *)0); in leon_trans_init()
|
D | power.c | 30 if (!of_find_property(dp, "button", NULL)) in has_button_interrupt()
|
D | prom_common.c | 43 prop = of_find_property(np, name, &len); in of_getintprop_default()
|
D | of_device_64.c | 59 if (!of_find_property(np, "ranges", NULL)) in of_bus_pci_match() 79 if (!of_find_property(np, "ranges", NULL)) in of_bus_simba_match() 284 if (of_find_property(pp, "ranges", NULL) != NULL) in use_1to1_mapping()
|
D | of_device_32.c | 30 if (!of_find_property(np, "ranges", NULL)) in of_bus_pci_match() 224 if (of_find_property(pp, "ranges", NULL) != NULL) in use_1to1_mapping()
|
D | of_device_common.c | 163 if (of_find_property(dp, "ranges", NULL) != NULL) in of_bus_sbus_match()
|
D | time_32.c | 277 if (!of_find_property(dp, "address", NULL)) in clock_probe()
|
D | leon_smp.c | 285 pp = of_find_property(rootnp, "ipi_num", &len); in leon_ipi_init()
|
D | pci_schizo.c | 1071 (of_find_property(pbm->op->dev.of_node, "66mhz-capable", NULL) in schizo_scan_bus() 1271 if (!of_find_property(pbm->op->dev.of_node, "no-bus-parking", NULL)) in schizo_pbm_hw_init()
|
D | pci_sun4v.c | 521 prop = of_find_property(dp, "66mhz-capable", NULL); in pci_sun4v_scan_bus()
|
/linux-4.4.14/drivers/video/backlight/ |
D | as3711_bl.c | 297 if (of_find_property(bl, "su2-feedback-voltage", NULL)) { in as3711_backlight_parse_dt() 301 if (of_find_property(bl, "su2-feedback-curr1", NULL)) { in as3711_backlight_parse_dt() 305 if (of_find_property(bl, "su2-feedback-curr2", NULL)) { in as3711_backlight_parse_dt() 309 if (of_find_property(bl, "su2-feedback-curr3", NULL)) { in as3711_backlight_parse_dt() 313 if (of_find_property(bl, "su2-feedback-curr-auto", NULL)) { in as3711_backlight_parse_dt() 321 if (of_find_property(bl, "su2-fbprot-lx-sd4", NULL)) { in as3711_backlight_parse_dt() 325 if (of_find_property(bl, "su2-fbprot-gpio2", NULL)) { in as3711_backlight_parse_dt() 329 if (of_find_property(bl, "su2-fbprot-gpio3", NULL)) { in as3711_backlight_parse_dt() 333 if (of_find_property(bl, "su2-fbprot-gpio4", NULL)) { in as3711_backlight_parse_dt() 341 if (of_find_property(bl, "su2-auto-curr1", NULL)) { in as3711_backlight_parse_dt() [all …]
|
D | pwm_bl.c | 148 prop = of_find_property(node, "brightness-levels", &length); in pwm_backlight_parse_dt()
|
D | hx8357.c | 621 if (of_find_property(spi->dev.of_node, "im-gpios", NULL)) { in hx8357_probe()
|
/linux-4.4.14/drivers/usb/common/ |
D | common.c | 136 if (of_find_property(np, "tpl-support", NULL)) in of_usb_host_tpl_support() 186 if (of_find_property(np, "hnp-disable", NULL)) in of_usb_update_otg_caps() 188 if (of_find_property(np, "srp-disable", NULL)) in of_usb_update_otg_caps() 190 if (of_find_property(np, "adp-disable", NULL) || in of_usb_update_otg_caps()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | machine_kexec.c | 235 prop = of_find_property(node, "linux,crashkernel-base", NULL); in export_crashk_values() 239 prop = of_find_property(node, "linux,crashkernel-size", NULL); in export_crashk_values() 268 prop = of_find_property(node, kernel_end_prop.name, NULL); in kexec_setup()
|
D | machine_kexec_64.c | 415 prop = of_find_property(node, htab_base_prop.name, NULL); in export_htab_values() 418 prop = of_find_property(node, htab_size_prop.name, NULL); in export_htab_values()
|
D | pci_32.c | 136 map_prop = of_find_property(dn, "pci-OF-bus-map", NULL); in pcibios_make_OF_bus_map()
|
D | vio.c | 122 prop = of_find_property(of_node, "ibm,my-dma-window", in vio_cmo_num_OF_devs()
|
/linux-4.4.14/drivers/mfd/ |
D | wm8994-core.c | 292 if (of_find_property(np, "wlf,lineout1-se", NULL)) in wm8994_set_pdata_from_of() 294 if (of_find_property(np, "wlf,lineout2-se", NULL)) in wm8994_set_pdata_from_of() 297 if (of_find_property(np, "wlf,lineout1-feedback", NULL)) in wm8994_set_pdata_from_of() 299 if (of_find_property(np, "wlf,lineout2-feedback", NULL)) in wm8994_set_pdata_from_of() 302 if (of_find_property(np, "wlf,ldoena-always-driven", NULL)) in wm8994_set_pdata_from_of()
|
D | stmpe.c | 1170 if (of_find_property(np, "interrupts", NULL) == NULL) in stmpe_probe()
|
/linux-4.4.14/drivers/i2c/muxes/ |
D | i2c-mux-reg.c | 115 if (of_find_property(np, "little-endian", NULL)) { in i2c_mux_reg_probe_dt() 117 } else if (of_find_property(np, "big-endian", NULL)) { in i2c_mux_reg_probe_dt() 130 if (of_find_property(np, "write-only", NULL)) in i2c_mux_reg_probe_dt()
|
/linux-4.4.14/drivers/nfc/nfcmrvl/ |
D | uart.c | 90 if (of_find_property(matched_node, "flow-control", NULL)) in nfcmrvl_uart_parse_dt() 95 if (of_find_property(matched_node, "break-control", NULL)) in nfcmrvl_uart_parse_dt()
|
D | main.c | 272 if (of_find_property(node, "hci-muxed", NULL)) in nfcmrvl_parse_dt()
|
D | i2c.c | 183 if (of_find_property(node, "i2c-int-falling", NULL)) in nfcmrvl_i2c_parse_dt()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | omapdss-boot-init.c | 98 prop = of_find_property(node, "compatible", NULL); in omapdss_omapify_node() 202 if (!of_find_property(child, "compatible", NULL)) { in omapdss_boot_init()
|
D | hdmi_common.c | 17 prop = of_find_property(ep, "lanes", &len); in hdmi_parse_lanes_of()
|
D | dss-of.c | 104 prop = of_find_property(np, "compatible", NULL); in dss_of_port_get_parent_device()
|
D | dsi.c | 5106 prop = of_find_property(ep, "lanes", &len); in dsi_probe_of()
|
/linux-4.4.14/drivers/regulator/ |
D | tps62360-regulator.c | 316 if (of_find_property(np, "ti,vsel0-state-high", NULL)) in of_get_tps62360_platform_data() 319 if (of_find_property(np, "ti,vsel1-state-high", NULL)) in of_get_tps62360_platform_data() 322 if (of_find_property(np, "ti,enable-pull-down", NULL)) in of_get_tps62360_platform_data() 325 if (of_find_property(np, "ti,enable-vout-discharge", NULL)) in of_get_tps62360_platform_data()
|
D | pwm-regulator.c | 192 of_find_property(np, "voltage-table", &length); in pwm_regulator_init_table() 248 if (of_find_property(np, "voltage-table", NULL)) in pwm_regulator_probe()
|
D | fixed.c | 101 if (of_find_property(np, "vin-supply", NULL)) in of_get_fixed_voltage_config()
|
D | max8998.c | 704 if (of_find_property(pmic_np, "max8998,pmic-buck-voltage-lock", NULL)) in max8998_pmic_dt_parse_pdata()
|
D | lp872x.c | 855 if (of_find_property(np, "ti,update-config", NULL)) in lp872x_populate_pdata_from_dt()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | of.c | 46 if (!of_find_property(np, "interrupts", NULL)) in brcmf_of_probe()
|
/linux-4.4.14/drivers/of/ |
D | of_net.c | 43 struct property *pp = of_find_property(np, name, NULL); in of_get_mac_addr()
|
D | base.c | 232 struct property *of_find_property(const struct device_node *np, in of_find_property() function 245 EXPORT_SYMBOL(of_find_property); 305 struct property *pp = of_find_property(np, name, lenp); in of_get_property() 1095 struct property *prop = of_find_property(np, propname, NULL); in of_property_count_elems_of_size() 1128 struct property *prop = of_find_property(np, propname, NULL); in of_find_property_value_of_size() 1347 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string() 1371 struct property *prop = of_find_property(np, propname, NULL); in of_property_match_string() 1410 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_string_helper()
|
D | dynamic.c | 133 prop = of_find_property(pr->dn, "status", NULL); in of_reconfig_get_state_change() 776 ce->old_prop = of_find_property(np, prop->name, NULL); in of_changeset_action()
|
D | overlay.c | 65 tprop = of_find_property(target, prop->name, NULL); in of_overlay_apply_single_property()
|
D | irq.c | 497 if (!of_find_property(np, "interrupt-controller", NULL) || in of_irq_init()
|
D | unittest.c | 522 ppremove = of_find_property(parent, "prop-remove", NULL); in of_unittest_changeset()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | mpic_msgr.c | 123 if (!of_find_property(aliases, buf, NULL)) in mpic_msgr_number_of_blocks() 153 prop = of_find_property(aliases, buf, NULL); in mpic_msgr_block_number()
|
D | ehv_pic.c | 266 if (!of_find_property(np, "has-external-proxy", NULL)) in ehv_pic_init()
|
/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-of.c | 32 prop = of_find_property(node, "data-lanes", NULL); in v4l2_of_parse_csi_bus() 46 prop = of_find_property(node, "lane-polarities", NULL); in v4l2_of_parse_csi_bus()
|
/linux-4.4.14/drivers/mmc/host/ |
D | sdhci-pltfm.c | 104 if (of_find_property(np, "keep-power-in-suspend", NULL)) in sdhci_get_of_property() 107 if (of_find_property(np, "enable-sdio-wakeup", NULL)) in sdhci_get_of_property()
|
D | sdhci-pxav2.c | 142 if (of_find_property(np, "non-removable", NULL)) in pxav2_get_mmc_pdata()
|
D | omap_hsmmc.c | 1969 if (of_find_property(np, "ti,dual-volt", NULL)) in of_get_hsmmc_pdata() 1976 if (of_find_property(np, "ti,non-removable", NULL)) { in of_get_hsmmc_pdata() 1981 if (of_find_property(np, "ti,needs-special-reset", NULL)) in of_get_hsmmc_pdata() 1984 if (of_find_property(np, "ti,needs-special-hs-handling", NULL)) in of_get_hsmmc_pdata()
|
D | sdhci-esdhc-imx.c | 976 if (of_find_property(np, "no-1-8-v", NULL)) in sdhci_esdhc_imx_probe_dt()
|
D | dw_mmc.c | 2703 (!of_find_property(np, "dmas", NULL))) { in dw_mci_init_dma() 2910 if (of_find_property(np, "supports-highspeed", NULL)) { in dw_mci_parse_dt()
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_slave_compat.c | 103 prop = of_find_property(from, props[i], NULL); in tilcdc_copy_props() 237 prop = of_find_property(fragment, "target-path", NULL); in tilcdc_convert_slave_node()
|
/linux-4.4.14/include/linux/ |
D | of.h | 276 extern struct property *of_find_property(const struct device_node *np, 488 static inline struct property *of_find_property(const struct device_node *np, in of_find_property() function 838 struct property *prop = of_find_property(np, propname, NULL); in of_property_read_bool() 872 for (prop = of_find_property(np, propname, NULL), \ 878 for (prop = of_find_property(np, propname, NULL), \
|
/linux-4.4.14/drivers/tty/serial/ |
D | of_serial.c | 142 if (of_find_property(np, "no-loopback-test", NULL)) in of_platform_serial_setup() 185 if (of_find_property(ofdev->dev.of_node, "used-by-rtas", NULL)) in of_platform_serial_probe()
|
D | sunzilog.c | 1411 if (of_find_property(op->dev.of_node, "keyboard", NULL)) in zs_probe() 1559 if (of_find_property(dp, "keyboard", NULL)) in sunzilog_init()
|
D | sirfsoc_uart.c | 1305 if (of_find_property(pdev->dev.of_node, "cts-gpios", NULL)) in sirfsoc_uart_probe() 1310 if (of_find_property(pdev->dev.of_node, "rts-gpios", NULL)) in sirfsoc_uart_probe()
|
D | ucc_uart.c | 1205 if (of_find_property(np, "soft-uart", NULL)) { in ucc_uart_probe()
|
D | samsung.c | 1728 if (platdev->dev.of_node && of_find_property(platdev->dev.of_node, in s3c24xx_serial_init_port()
|
/linux-4.4.14/sound/soc/fsl/ |
D | fsl_sai.c | 783 if (of_find_property(np, "fsl,sai-synchronous-rx", NULL) && in fsl_sai_probe() 784 of_find_property(np, "fsl,sai-asynchronous", NULL)) { in fsl_sai_probe() 790 if (of_find_property(np, "fsl,sai-synchronous-rx", NULL)) { in fsl_sai_probe() 794 } else if (of_find_property(np, "fsl,sai-asynchronous", NULL)) { in fsl_sai_probe()
|
D | fsl_ssi.c | 1452 if (!of_find_property(np, "fsl,ssi-asynchronous", NULL)) { in fsl_ssi_probe()
|
/linux-4.4.14/arch/arm/plat-omap/ |
D | dmtimer.c | 836 if (of_find_property(dev->of_node, "ti,timer-alwon", NULL)) in omap_dm_timer_probe() 838 if (of_find_property(dev->of_node, "ti,timer-dsp", NULL)) in omap_dm_timer_probe() 840 if (of_find_property(dev->of_node, "ti,timer-pwm", NULL)) in omap_dm_timer_probe() 842 if (of_find_property(dev->of_node, "ti,timer-secure", NULL)) in omap_dm_timer_probe()
|
/linux-4.4.14/arch/mips/lantiq/xway/ |
D | xrx200_phy_fw.c | 88 pp = of_find_property(pdev->dev.of_node, "phys", NULL); in xway_phy_fw_probe()
|
/linux-4.4.14/arch/powerpc/platforms/8xx/ |
D | tqm8xx_setup.c | 106 prop = of_find_property(dnode, "ethernet1", &len); in init_ioports()
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-lantiq.c | 73 struct property *pins = of_find_property(np, "lantiq,pins", NULL); in ltq_pinctrl_dt_subnode_to_map() 74 struct property *groups = of_find_property(np, "lantiq,groups", NULL); in ltq_pinctrl_dt_subnode_to_map()
|
D | devicetree.c | 196 prop = of_find_property(np, propname, &size); in pinctrl_dt_to_map()
|
D | pinctrl-tegra.c | 636 has_prop = of_find_property(np, "gpio-ranges", NULL); in gpio_node_has_range()
|
D | pinctrl-single.c | 1078 if (of_find_property(np, prop2[i].name, NULL)) in pcs_parse_pinconf() 1082 if (of_find_property(np, prop4[i].name, NULL)) in pcs_parse_pinconf()
|
D | pinctrl-at91-pio4.c | 484 pins = of_find_property(np, "pinmux", NULL); in atmel_pctl_dt_subnode_to_map()
|
D | pinctrl-pistachio.c | 1373 if (!of_find_property(child, "gpio-controller", NULL)) { in pistachio_gpio_register()
|
D | pinctrl-rockchip.c | 1869 if (!of_find_property(np, "gpio-controller", NULL)) in rockchip_pinctrl_get_soc_data()
|
/linux-4.4.14/drivers/pinctrl/vt8500/ |
D | pinctrl-wmt.c | 316 pins = of_find_property(np, "wm,pins", NULL); in wmt_pctl_dt_node_to_map() 322 funcs = of_find_property(np, "wm,function", NULL); in wmt_pctl_dt_node_to_map() 323 pulls = of_find_property(np, "wm,pull", NULL); in wmt_pctl_dt_node_to_map()
|
/linux-4.4.14/drivers/hwtracing/coresight/ |
D | of_coresight.c | 143 if (of_find_property(ep, "slave-mode", NULL)) in of_get_coresight_platform_data()
|
/linux-4.4.14/drivers/mtd/maps/ |
D | sun_uflash.c | 117 if (!of_find_property(dp, "user", NULL)) in uflash_probe()
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | ci_hdrc_imx.c | 134 if (of_find_property(np, "disable-over-current", NULL)) in usbmisc_get_init_data() 137 if (of_find_property(np, "external-vbus-divider", NULL)) in usbmisc_get_init_data()
|
D | core.c | 691 if (of_find_property(dev->of_node, "phy-clkgate-delay-us", NULL)) in ci_get_platdata() 696 if (of_find_property(dev->of_node, "itc-setting", NULL)) { in ci_get_platdata() 706 if (of_find_property(dev->of_node, "ahb-burst-config", NULL)) { in ci_get_platdata() 717 if (of_find_property(dev->of_node, "tx-burst-size-dword", NULL)) { in ci_get_platdata() 728 if (of_find_property(dev->of_node, "rx-burst-size-dword", NULL)) { in ci_get_platdata()
|
/linux-4.4.14/drivers/pinctrl/samsung/ |
D | pinctrl-exynos5440.c | 189 if (of_find_property(np, pcfgs[idx].prop_cfg, NULL)) in exynos5440_dt_node_to_map() 198 if (of_find_property(np, "samsung,exynos5440-pin-function", NULL)) in exynos5440_dt_node_to_map() 249 if (of_find_property(np, "samsung,exynos5440-pin-function", NULL)) { in exynos5440_dt_node_to_map() 633 prop = of_find_property(cfg_np, "samsung,exynos5440-pins", NULL); in exynos5440_pinctrl_parse_dt_pins()
|
D | pinctrl-samsung.c | 722 if (!of_find_property(cfg_np, in samsung_pinctrl_create_functions() 730 if (!of_find_property(func_np, in samsung_pinctrl_create_functions() 1001 if (!of_find_property(np, "gpio-controller", NULL)) in samsung_pinctrl_get_soc_data()
|
D | pinctrl-exynos.c | 522 if (!of_find_property(bank->of_node, "interrupts", NULL)) { in exynos_eint_wkup_init()
|
/linux-4.4.14/sound/soc/samsung/ |
D | odroidx2_max98090.c | 35 if (ret < 0 || of_find_property(odroidx2_dai[0].codec_of_node, in odroidx2_late_probe()
|
D | i2s.c | 1172 if (!of_find_property(dev->of_node, "#clock-cells", NULL)) in i2s_register_clock_provider()
|
/linux-4.4.14/drivers/clk/versatile/ |
D | clk-sp810.c | 119 deprecated = !of_find_property(node, "assigned-clock-parents", NULL); in clk_sp810_of_setup()
|
/linux-4.4.14/drivers/misc/ |
D | sram.c | 225 if (of_find_property(child, "export", NULL)) in sram_reserve_regions() 228 if (of_find_property(child, "pool", NULL)) in sram_reserve_regions()
|
D | vexpress-syscfg.c | 163 prop = of_find_property(dev->of_node, in vexpress_syscfg_regmap_init()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpsw-phy-sel.c | 203 if (of_find_property(pdev->dev.of_node, "rmii-clock-ext", NULL)) in cpsw_phy_sel_probe()
|
D | netcp_ethss.c | 3069 if (of_find_property(node, "enable-ale", NULL)) { in gbe_probe()
|
/linux-4.4.14/drivers/cpufreq/ |
D | spear-cpufreq.c | 188 prop = of_find_property(np, "cpufreq_tbl", NULL); in spear_cpufreq_probe()
|
D | imx6q-cpufreq.c | 269 prop = of_find_property(np, "fsl,soc-operating-points", NULL); in imx6q_cpufreq_probe()
|
D | cpufreq-dt.c | 409 if (of_find_property(np, "#cooling-cells", NULL)) { in cpufreq_ready()
|
D | mt8173-cpufreq.c | 274 if (of_find_property(np, "#cooling-cells", NULL)) { in mtk_cpufreq_ready()
|
/linux-4.4.14/drivers/reset/ |
D | reset-socfpga.c | 110 if (!of_find_property(pdev->dev.of_node, "#reset-cells", NULL)) { in socfpga_reset_probe()
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx.c | 480 p = of_find_property(base_node, "status", NULL); in nx_of_init() 486 p = of_find_property(base_node, "ibm,max-sg-len", NULL); in nx_of_init() 493 p = of_find_property(base_node, "ibm,max-sync-cop", NULL); in nx_of_init()
|
D | nx-842-powernv.c | 537 ct_prop = of_find_property(dn, "ibm,842-coprocessor-type", NULL); in nx842_powernv_probe() 543 ci_prop = of_find_property(dn, "ibm,842-coprocessor-instance", NULL); in nx842_powernv_probe()
|
D | nx-842-pseries.c | 757 status = of_find_property(of_node, "status", NULL); in nx842_OF_upd() 758 maxsglen = of_find_property(of_node, "ibm,max-sg-len", NULL); in nx842_OF_upd() 759 maxsyncop = of_find_property(of_node, "ibm,max-sync-cop", NULL); in nx842_OF_upd()
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | nxp-spifi.c | 296 if (of_find_property(np, "spi-cpha", NULL)) in nxp_spifi_setup_flash() 299 if (of_find_property(np, "spi-cpol", NULL)) in nxp_spifi_setup_flash()
|
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/ |
D | qe.c | 589 prop = of_find_property(fw, "extended-modes", NULL); in qe_get_firmware_info() 596 prop = of_find_property(fw, "virtual-traps", NULL); in qe_get_firmware_info()
|
/linux-4.4.14/drivers/net/phy/ |
D | smsc.c | 55 if (of_find_property(of_node, "smsc,disable-energy-detect", &len)) in smsc_phy_config_init()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | irq.c | 262 if (of_find_property(node, "marvell,intc-priority", NULL)) in pxa_dt_irq_init()
|
/linux-4.4.14/arch/mips/pci/ |
D | pci-lantiq.c | 123 if (of_find_property(node, "lantiq,external-clock", NULL)) in ltq_pci_startup()
|
/linux-4.4.14/drivers/dma/ |
D | of-dma.c | 252 if (!of_find_property(np, "dmas", NULL)) in of_dma_request_slave_channel()
|
D | edma.c | 1983 prop = of_find_property(dev->of_node, "ti,edma-xbar-event-map", in edma_setup_info_from_dt() 1994 prop = of_find_property(dev->of_node, "ti,edma-memcpy-channels", &sz); in edma_setup_info_from_dt() 2014 prop = of_find_property(dev->of_node, "ti,edma-reserved-slot-ranges", in edma_setup_info_from_dt()
|
D | imx-sdma.c | 1478 event_remap = of_find_property(np, propname, NULL); in sdma_event_remap()
|
/linux-4.4.14/drivers/video/ |
D | of_display_timing.c | 32 prop = of_find_property(np, name, &length); in parse_timing_property()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | mms114.c | 409 if (of_find_property(np, "x-invert", NULL)) in mms114_parse_dt() 411 if (of_find_property(np, "y-invert", NULL)) in mms114_parse_dt()
|
D | atmel_mxt_ts.c | 2431 if (of_find_property(np, "linux,gpio-keymap", &proplen)) { in mxt_parse_dt()
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-stp-xway.c | 251 if (!of_find_property(pdev->dev.of_node, "lantiq,rising", NULL)) in xway_stp_probe()
|
D | gpio-tb10x.c | 221 if (of_find_property(dn, "interrupt-controller", NULL)) { in tb10x_gpio_probe()
|
D | gpiolib-of.c | 351 group_names = of_find_property(np, group_names_propname, NULL); in of_gpiochip_add_pin_range()
|
D | gpio-adnp.c | 516 if (of_find_property(np, "interrupt-controller", NULL)) { in adnp_i2c_probe()
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-vtc.c | 260 if (!of_find_property(np, "xlnx,vtc", NULL)) in xvtc_of_get()
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_platform.c | 210 if (of_find_property(np, "snps,pbl", NULL)) { in stmmac_probe_config_dt()
|
/linux-4.4.14/drivers/pinctrl/bcm/ |
D | pinctrl-bcm2835.c | 714 pins = of_find_property(np, "brcm,pins", NULL); in bcm2835_pctl_dt_node_to_map() 721 funcs = of_find_property(np, "brcm,function", NULL); in bcm2835_pctl_dt_node_to_map() 722 pulls = of_find_property(np, "brcm,pull", NULL); in bcm2835_pctl_dt_node_to_map()
|
/linux-4.4.14/drivers/sbus/char/ |
D | openprom.c | 173 prop = of_find_property(dp, op->oprom_array, NULL); in opromnxtprop() 466 prop = of_find_property(dp, str, NULL); in opiocnextprop()
|
/linux-4.4.14/drivers/leds/ |
D | leds-powernv.c | 258 p = of_find_property(np, "led-types", NULL); in powernv_led_classdev()
|
D | leds-max77693.c | 649 prop = of_find_property(child_node, "led-sources", NULL); in max77693_led_parse_dt()
|
/linux-4.4.14/sound/soc/omap/ |
D | omap-twl4030.c | 309 prop = of_find_property(node, "ti,audio-routing", NULL); in omap_twl4030_probe()
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | pinctrl.c | 128 if (of_find_property(np, "groups", NULL) || in sh_pfc_dt_subnode_to_map() 129 of_find_property(np, "pins", NULL)) { in sh_pfc_dt_subnode_to_map()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | os-area.c | 274 struct property *tmp = of_find_property(node, prop->name, NULL); in os_area_set_property() 296 const struct property *tmp = of_find_property(node, prop->name, NULL); in os_area_get_property()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | mobility.c | 194 prop = of_find_property(dn, prop_name, NULL); in update_dt_node()
|
D | reconfig.c | 319 prop = of_find_property(np, buf, NULL); in do_remove_property()
|
D | hotplug-memory.c | 86 prop = of_find_property(dn, "ibm,dynamic-memory", NULL); in dlpar_clone_drconf_property()
|
D | iommu.c | 821 win64 = of_find_property(np, DIRECT64_PROPNAME, NULL); in remove_ddw()
|
/linux-4.4.14/drivers/clk/shmobile/ |
D | clk-mstp.c | 194 if (of_find_property(np, "clock-indices", &i)) in cpg_mstp_clocks_init()
|
/linux-4.4.14/drivers/hwmon/ |
D | pwm-fan.c | 179 if (!of_find_property(np, "cooling-levels", NULL)) in pwm_fan_of_get_cooling_data()
|
D | ltc4245.c | 477 if (of_find_property(np, "ltc4245,use-extra-gpios", NULL)) in ltc4245_use_extra_gpios()
|
D | gpio-fan.c | 495 prop = of_find_property(node, "gpio-fan,speed-map", &i); in gpio_fan_get_of_pdata()
|
D | ntc_thermistor.c | 313 if (of_find_property(np, "connected-positive", NULL)) in ntc_thermistor_parse_dt()
|
/linux-4.4.14/drivers/base/power/opp/ |
D | core.c | 786 if (!of_find_property(opp->np, "opp-microvolt", NULL)) in opp_parse_supplies() 1245 prop = of_find_property(dev->of_node, "operating-points", NULL); in _of_add_opp_table_v1()
|
/linux-4.4.14/drivers/pinctrl/meson/ |
D | pinctrl-meson.c | 654 if (!of_find_property(np, "gpio-controller", NULL)) in meson_pinctrl_parse_dt() 670 if (!of_find_property(np, "gpio-controller", NULL)) in meson_pinctrl_parse_dt()
|
/linux-4.4.14/drivers/staging/fbtft/ |
D | fbtft-core.c | 167 if (of_find_property(node, name, NULL)) { in fbtft_request_one_gpio() 1042 prop = of_find_property(node, "init", NULL); in fbtft_init_display_dt() 1305 if (of_find_property(node, "led-gpios", NULL)) in fbtft_probe_dt() 1307 if (of_find_property(node, "init", NULL)) in fbtft_probe_dt()
|
/linux-4.4.14/drivers/spi/ |
D | spi.c | 1459 if (of_find_property(nc, "spi-cpha", NULL)) in of_register_spi_device() 1461 if (of_find_property(nc, "spi-cpol", NULL)) in of_register_spi_device() 1463 if (of_find_property(nc, "spi-cs-high", NULL)) in of_register_spi_device() 1465 if (of_find_property(nc, "spi-3wire", NULL)) in of_register_spi_device() 1467 if (of_find_property(nc, "spi-lsb-first", NULL)) in of_register_spi_device()
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 400 if (of_find_property(np, "#thermal-sensor-cells", NULL)) in ti_thermal_register_cpu_cooling()
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-gic-v2m.c | 387 if (!of_find_property(child, "msi-controller", NULL)) in gicv2m_of_init()
|
/linux-4.4.14/drivers/video/fbdev/ |
D | bw2.c | 308 if (!of_find_property(dp, "width", NULL)) { in bw2_probe()
|
D | xilinxfb.c | 472 if (of_find_property(pdev->dev.of_node, "rotate-display", NULL)) in xilinxfb_of_probe()
|
D | cg3.c | 395 if (!of_find_property(dp, "width", NULL)) { in cg3_probe()
|
D | tcx.c | 382 (of_find_property(dp, "tcx-8-bit", NULL) != NULL); in tcx_probe()
|
D | amba-clcd.c | 800 if (of_find_property(node, "memory-region", NULL)) { in clcdfb_of_get_board()
|
/linux-4.4.14/drivers/memory/ |
D | emif.c | 1299 if (of_find_property(np_emif, "extended-temp-part", &len)) in of_get_custom_configs() 1317 if (of_find_property(np_emif, "cs1-used", &len)) in of_get_ddr_info() 1320 if (of_find_property(np_emif, "cal-resistor-per-cs", &len)) in of_get_ddr_info() 1379 if (of_find_property(np_emif, "hw-caps-ll-interface", &len)) in of_get_memory_device_details()
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | gpc.c | 286 if (WARN_ON(!of_find_property(np, "interrupt-controller", NULL))) { in imx_gpc_check_dt()
|
/linux-4.4.14/arch/arm/mach-exynos/ |
D | suspend.c | 725 if (WARN_ON(!of_find_property(np, "interrupt-controller", NULL))) { in exynos_pm_init()
|
/linux-4.4.14/drivers/ata/ |
D | pata_octeon_cf.c | 872 cf_port->is_true_ide = (of_find_property(node, "cavium,true-ide", NULL) != NULL); in octeon_cf_probe() 883 reg_prop = of_find_property(node, "reg", ®_len); in octeon_cf_probe()
|
D | libahci_platform.c | 292 if (of_find_property(node, "phys", NULL)) { in ahci_platform_get_phy()
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-tegra-usb.c | 1031 if (of_find_property(np, "dr_mode", NULL)) in tegra_usb_phy_probe() 1042 if (of_find_property(np, "vbus-supply", NULL)) { in tegra_usb_phy_probe()
|
D | phy-msm-usb.c | 1614 prop = of_find_property(node, "qcom,phy-init-sequence", &len); in msm_otg_read_dt()
|
/linux-4.4.14/drivers/gpu/drm/bridge/ |
D | parade-ps8622.c | 618 if (!of_find_property(dev->of_node, "use-external-pwm", NULL)) { in ps8622_probe()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spu_manage.c | 426 if (of_find_property(dn, "vicinity", NULL)) { in of_has_vicinity()
|
/linux-4.4.14/drivers/pinctrl/sunxi/ |
D | pinctrl-sunxi.c | 212 if (of_find_property(node, "allwinner,drive", NULL)) in sunxi_pctrl_dt_node_to_map() 214 if (of_find_property(node, "allwinner,pull", NULL)) in sunxi_pctrl_dt_node_to_map()
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_hdmi.c | 508 if (of_find_property(dev->of_node, "hpd-gpios", &value)) { in vc4_hdmi_bind()
|
/linux-4.4.14/arch/powerpc/platforms/maple/ |
D | pci.c | 73 prop = of_find_property(bridge, "bus-range", &len); in fixup_bus_range()
|
/linux-4.4.14/drivers/soc/qcom/ |
D | smem.c | 706 if (of_find_property(pdev->dev.of_node, "qcom,rpm-msg-ram", NULL)) in qcom_smem_probe()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_mipi_dsi.c | 180 if (!of_find_property(node, "reg", NULL)) in mipi_dsi_host_register()
|
/linux-4.4.14/drivers/scsi/ |
D | sun_esp.c | 150 if (of_find_property(dp, "differential", NULL)) in esp_get_differential()
|
D | qlogicpti.c | 1356 if (of_find_property(dp, "differential", NULL) != NULL) in qpti_sbus_probe()
|
/linux-4.4.14/drivers/pinctrl/freescale/ |
D | pinctrl-mxs.c | 368 prop = of_find_property(np, propname, &length); in mxs_pinctrl_parse_group()
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
D | mpc52xx_gpt.c | 336 if (!of_find_property(node, "gpio-controller", NULL)) in mpc52xx_gpt_gpio_setup()
|
/linux-4.4.14/drivers/hsi/ |
D | hsi.c | 260 prop = of_find_property(client, "hsi-channel-ids", &length); in hsi_add_client_from_dt()
|
/linux-4.4.14/drivers/phy/ |
D | phy-sun4i-usb.c | 564 if (of_find_property(np, "usb0_vbus_power-supply", NULL)) { in sun4i_usb_phy_probe()
|
/linux-4.4.14/drivers/virt/ |
D | fsl_hypervisor.c | 804 ret = of_find_property(node, "fsl,hv-version", NULL) != NULL; in has_fsl_hypervisor()
|
/linux-4.4.14/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.c | 503 pins = of_find_property(node, "pinmux", NULL); in mtk_pctrl_dt_subnode_to_map() 1285 prop = of_find_property(np, "pins-are-numbered", NULL); in mtk_pctrl_init()
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | omap_hwmod.c | 2508 if (of_find_property(np, "ti,no-reset-on-init", NULL)) in _init() 2510 if (of_find_property(np, "ti,no-idle-on-init", NULL)) in _init() 2512 if (of_find_property(np, "ti,no-idle", NULL)) in _init()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | tegra-kbc.c | 517 if (of_find_property(np, "nvidia,needs-ghost-filter", NULL)) in tegra_kbc_parse_dt()
|
/linux-4.4.14/drivers/net/ethernet/davicom/ |
D | dm9000.c | 1411 if (of_find_property(np, "davicom,ext-phy", NULL)) in dm9000_parse_dt() 1413 if (of_find_property(np, "davicom,no-eeprom", NULL)) in dm9000_parse_dt()
|
/linux-4.4.14/drivers/soc/ti/ |
D | knav_dma.c | 631 if (!of_find_property(cloud, "ti,navigator-cloud-address", &len)) { in dma_init()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | pci.c | 97 prop = of_find_property(bridge, "bus-range", &len); in fixup_bus_range()
|
/linux-4.4.14/drivers/media/i2c/ |
D | mt9v032.c | 904 prop = of_find_property(np, "link-frequencies", NULL); in mt9v032_get_pdata()
|
/linux-4.4.14/drivers/mailbox/ |
D | omap-mailbox.c | 773 if (of_find_property(child, "ti,mbox-send-noirq", NULL)) in omap_mbox_probe()
|
/linux-4.4.14/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.c | 970 if (of_find_property(np, "fsl,7-wire-mode", NULL)) { in mpc52xx_fec_probe()
|
D | gianfar.c | 857 stash = of_find_property(np, "bd-stash", NULL); in gfar_of_init() 908 if (of_find_property(np, "fsl,magic-packet", NULL)) in gfar_of_init()
|
/linux-4.4.14/drivers/block/ |
D | xsysace.c | 1165 if (of_find_property(dev->dev.of_node, "8-bit", NULL)) in ace_probe()
|
/linux-4.4.14/drivers/iommu/ |
D | omap-iommu.c | 945 if (of_find_property(of, "ti,iommu-bus-err-back", NULL)) in omap_iommu_probe()
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-tegra.c | 1432 if (of_find_property(np, property, NULL) == NULL) in of_regulator_bulk_available()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | gadget.c | 3516 if (!of_find_property(np, "g-tx-fifo-size", &len)) in dwc2_hsotg_of_probe()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | niu.c | 9265 if (of_find_property(dp, "hot-swappable-phy", &prop_len)) { in niu_get_of_props()
|