Home
last modified time | relevance | path

Searched refs:of_property_read_bool (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/Linux-v5.4/arch/riscv/kernel/
Dcacheinfo.c26 if (of_property_read_bool(np, "cache-size")) in __init_cache_level()
28 if (of_property_read_bool(np, "i-cache-size")) in __init_cache_level()
30 if (of_property_read_bool(np, "d-cache-size")) in __init_cache_level()
45 if (of_property_read_bool(np, "cache-size")) in __init_cache_level()
47 if (of_property_read_bool(np, "i-cache-size")) in __init_cache_level()
49 if (of_property_read_bool(np, "d-cache-size")) in __init_cache_level()
69 if (of_property_read_bool(np, "cache-size")) in __populate_cache_leaves()
71 if (of_property_read_bool(np, "i-cache-size")) in __populate_cache_leaves()
73 if (of_property_read_bool(np, "d-cache-size")) in __populate_cache_leaves()
86 if (of_property_read_bool(np, "cache-size")) in __populate_cache_leaves()
[all …]
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_platform.c108 axi->axi_lpi_en = of_property_read_bool(np, "snps,lpi_en"); in stmmac_axi_setup()
109 axi->axi_xit_frm = of_property_read_bool(np, "snps,xit_frm"); in stmmac_axi_setup()
110 axi->axi_kbbe = of_property_read_bool(np, "snps,axi_kbbe"); in stmmac_axi_setup()
111 axi->axi_fb = of_property_read_bool(np, "snps,axi_fb"); in stmmac_axi_setup()
112 axi->axi_mb = of_property_read_bool(np, "snps,axi_mb"); in stmmac_axi_setup()
113 axi->axi_rb = of_property_read_bool(np, "snps,axi_rb"); in stmmac_axi_setup()
167 if (of_property_read_bool(rx_node, "snps,rx-sched-sp")) in stmmac_mtl_setup()
169 else if (of_property_read_bool(rx_node, "snps,rx-sched-wsp")) in stmmac_mtl_setup()
179 if (of_property_read_bool(q_node, "snps,dcb-algorithm")) in stmmac_mtl_setup()
181 else if (of_property_read_bool(q_node, "snps,avb-algorithm")) in stmmac_mtl_setup()
[all …]
/Linux-v5.4/arch/nios2/kernel/
Dcpuinfo.c41 if (!of_property_read_bool(cpu, "altr,has-initda")) in setup_cpuinfo()
54 cpuinfo.has_div = of_property_read_bool(cpu, "altr,has-div"); in setup_cpuinfo()
55 cpuinfo.has_mul = of_property_read_bool(cpu, "altr,has-mul"); in setup_cpuinfo()
56 cpuinfo.has_mulx = of_property_read_bool(cpu, "altr,has-mulx"); in setup_cpuinfo()
57 cpuinfo.has_bmx = of_property_read_bool(cpu, "altr,has-bmx"); in setup_cpuinfo()
58 cpuinfo.has_cdx = of_property_read_bool(cpu, "altr,has-cdx"); in setup_cpuinfo()
59 cpuinfo.mmu = of_property_read_bool(cpu, "altr,has-mmu"); in setup_cpuinfo()
/Linux-v5.4/drivers/bus/
Dtegra-gmi.c109 if (of_property_read_bool(child, "nvidia,snor-data-width-32bit")) in tegra_gmi_parse_dt()
112 if (of_property_read_bool(child, "nvidia,snor-mux-mode")) in tegra_gmi_parse_dt()
115 if (of_property_read_bool(child, "nvidia,snor-rdy-active-before-data")) in tegra_gmi_parse_dt()
118 if (of_property_read_bool(child, "nvidia,snor-rdy-active-high")) in tegra_gmi_parse_dt()
121 if (of_property_read_bool(child, "nvidia,snor-adv-active-high")) in tegra_gmi_parse_dt()
124 if (of_property_read_bool(child, "nvidia,snor-oe-active-high")) in tegra_gmi_parse_dt()
127 if (of_property_read_bool(child, "nvidia,snor-cs-active-high")) in tegra_gmi_parse_dt()
/Linux-v5.4/drivers/iio/frequency/
Dadf4350.c410 pdata->ref_doubler_en = of_property_read_bool(np, in adf4350_parse_dt()
412 pdata->ref_div2_en = of_property_read_bool(np, in adf4350_parse_dt()
416 pdata->r2_user_settings = of_property_read_bool(np, in adf4350_parse_dt()
419 pdata->r2_user_settings |= of_property_read_bool(np, in adf4350_parse_dt()
422 pdata->r2_user_settings |= of_property_read_bool(np, in adf4350_parse_dt()
434 pdata->r2_user_settings |= of_property_read_bool(np, in adf4350_parse_dt()
440 pdata->r3_user_settings = of_property_read_bool(np, in adf4350_parse_dt()
443 pdata->r3_user_settings |= of_property_read_bool(np, in adf4350_parse_dt()
447 pdata->r3_user_settings |= of_property_read_bool(np, in adf4350_parse_dt()
450 pdata->r3_user_settings |= of_property_read_bool(np, in adf4350_parse_dt()
[all …]
/Linux-v5.4/drivers/regulator/
Dof_regulator.c72 constraints->boot_on = of_property_read_bool(np, "regulator-boot-on"); in of_get_regulation_constraints()
73 constraints->always_on = of_property_read_bool(np, "regulator-always-on"); in of_get_regulation_constraints()
77 constraints->pull_down = of_property_read_bool(np, "regulator-pull-down"); in of_get_regulation_constraints()
79 if (of_property_read_bool(np, "regulator-allow-bypass")) in of_get_regulation_constraints()
82 if (of_property_read_bool(np, "regulator-allow-set-load")) in of_get_regulation_constraints()
120 constraints->soft_start = of_property_read_bool(np, in of_get_regulation_constraints()
188 constraints->over_current_protection = of_property_read_bool(np, in of_get_regulation_constraints()
227 if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
230 else if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
248 if (of_property_read_bool(suspend_np, in of_get_regulation_constraints()
Dmax8973-regulator.c568 pdata->enable_ext_control = of_property_read_bool(np, in max8973_parse_dt()
576 if (of_property_read_bool(np, "maxim,enable-remote-sense")) in max8973_parse_dt()
579 if (of_property_read_bool(np, "maxim,enable-falling-slew-rate")) in max8973_parse_dt()
583 if (of_property_read_bool(np, "maxim,enable-active-discharge")) in max8973_parse_dt()
587 if (of_property_read_bool(np, "maxim,enable-frequency-shift")) in max8973_parse_dt()
590 if (of_property_read_bool(np, "maxim,enable-bias-control")) in max8973_parse_dt()
593 etr_enable = of_property_read_bool(np, "maxim,enable-etr"); in max8973_parse_dt()
594 etr_sensitivity_high = of_property_read_bool(np, in max8973_parse_dt()
/Linux-v5.4/drivers/memory/
Dpl172.c109 if (of_property_read_bool(np, "mpmc,async-page-mode")) in pl172_setup_static()
112 if (of_property_read_bool(np, "mpmc,cs-active-high")) in pl172_setup_static()
115 if (of_property_read_bool(np, "mpmc,byte-lane-low")) in pl172_setup_static()
118 if (of_property_read_bool(np, "mpmc,extended-wait")) in pl172_setup_static()
122 of_property_read_bool(np, "mpmc,buffer-enable")) in pl172_setup_static()
125 if (of_property_read_bool(np, "mpmc,write-protect")) in pl172_setup_static()
/Linux-v5.4/drivers/gpio/
Dgpiolib-of.c119 if (of_property_read_bool(np, "cd-inverted")) in of_gpio_flags_quirks()
123 if (of_property_read_bool(np, "wp-inverted")) in of_gpio_flags_quirks()
148 if (!of_property_read_bool(np, "enable-active-high")) in of_gpio_flags_quirks()
156 of_property_read_bool(np, "gpio-open-drain")) { in of_gpio_flags_quirks()
168 of_property_read_bool(np, "cs-gpios")) { in of_gpio_flags_quirks()
190 if (of_property_read_bool(child, "spi-cs-high")) { in of_gpio_flags_quirks()
211 of_property_read_bool(np, "snps,reset-active-low")) in of_gpio_flags_quirks()
580 if (of_property_read_bool(np, "input")) in of_parse_own_gpio()
582 else if (of_property_read_bool(np, "output-low")) in of_parse_own_gpio()
584 else if (of_property_read_bool(np, "output-high")) in of_parse_own_gpio()
[all …]
/Linux-v5.4/drivers/usb/host/
Dfsl-mph-dr-of.c222 of_property_read_bool(np, "fsl,usb-erratum-a007792"); in fsl_usb2_mph_dr_of_probe()
224 of_property_read_bool(np, "fsl,usb-erratum-a005275"); in fsl_usb2_mph_dr_of_probe()
226 of_property_read_bool(np, "fsl,usb_erratum-a005697"); in fsl_usb2_mph_dr_of_probe()
228 of_property_read_bool(np, "fsl,usb_erratum-a006918"); in fsl_usb2_mph_dr_of_probe()
230 of_property_read_bool(np, "fsl,usb_erratum-14"); in fsl_usb2_mph_dr_of_probe()
237 of_property_read_bool(np, "phy-clk-valid"); in fsl_usb2_mph_dr_of_probe()
Dohci-pxa27x.c373 if (of_property_read_bool(np, "marvell,enable-port1")) in ohci_pxa_of_init()
375 if (of_property_read_bool(np, "marvell,enable-port2")) in ohci_pxa_of_init()
377 if (of_property_read_bool(np, "marvell,enable-port3")) in ohci_pxa_of_init()
379 if (of_property_read_bool(np, "marvell,port-sense-low")) in ohci_pxa_of_init()
381 if (of_property_read_bool(np, "marvell,power-control-low")) in ohci_pxa_of_init()
383 if (of_property_read_bool(np, "marvell,no-oc-protection")) in ohci_pxa_of_init()
385 if (of_property_read_bool(np, "marvell,oc-mode-perport")) in ohci_pxa_of_init()
Dehci-platform.c162 if (of_property_read_bool(dev->dev.of_node, "big-endian-regs")) in ehci_platform_probe()
165 if (of_property_read_bool(dev->dev.of_node, "big-endian-desc")) in ehci_platform_probe()
168 if (of_property_read_bool(dev->dev.of_node, "big-endian")) in ehci_platform_probe()
171 if (of_property_read_bool(dev->dev.of_node, in ehci_platform_probe()
175 if (of_property_read_bool(dev->dev.of_node, in ehci_platform_probe()
Dohci-platform.c128 if (of_property_read_bool(dev->dev.of_node, "big-endian-regs")) in ohci_platform_probe()
131 if (of_property_read_bool(dev->dev.of_node, "big-endian-desc")) in ohci_platform_probe()
134 if (of_property_read_bool(dev->dev.of_node, "big-endian")) in ohci_platform_probe()
137 if (of_property_read_bool(dev->dev.of_node, "no-big-frame-no")) in ohci_platform_probe()
140 if (of_property_read_bool(dev->dev.of_node, in ohci_platform_probe()
/Linux-v5.4/drivers/usb/common/
Dcommon.c210 return of_property_read_bool(np, "tpl-support"); in of_usb_host_tpl_support()
257 if (of_property_read_bool(np, "hnp-disable")) in of_usb_update_otg_caps()
259 if (of_property_read_bool(np, "srp-disable")) in of_usb_update_otg_caps()
261 if (of_property_read_bool(np, "adp-disable") || in of_usb_update_otg_caps()
/Linux-v5.4/drivers/net/phy/
Ddp83867.c195 if (of_property_read_bool(of_node, "ti,max-output-impedance")) in dp83867_of_init()
197 else if (of_property_read_bool(of_node, "ti,min-output-impedance")) in dp83867_of_init()
202 dp83867->rxctrl_strap_quirk = of_property_read_bool(of_node, in dp83867_of_init()
205 dp83867->sgmii_ref_clk_en = of_property_read_bool(of_node, in dp83867_of_init()
259 if (of_property_read_bool(of_node, "enet-phy-lane-swap")) in dp83867_of_init()
262 if (of_property_read_bool(of_node, "enet-phy-lane-no-swap")) in dp83867_of_init()
/Linux-v5.4/drivers/leds/
Dleds-bcm6328.c294 if (of_property_read_bool(nc, "active-low")) in bcm6328_led()
382 if (of_property_read_bool(np, "brcm,serial-leds")) in bcm6328_leds_probe()
384 if (of_property_read_bool(np, "brcm,serial-mux")) in bcm6328_leds_probe()
386 if (of_property_read_bool(np, "brcm,serial-clk-low")) in bcm6328_leds_probe()
388 if (!of_property_read_bool(np, "brcm,serial-dat-low")) in bcm6328_leds_probe()
390 if (!of_property_read_bool(np, "brcm,serial-shift-inv")) in bcm6328_leds_probe()
407 if (of_property_read_bool(child, "brcm,hardware-controlled")) in bcm6328_leds_probe()
/Linux-v5.4/drivers/mfd/
Dtps65910.c401 prop = of_property_read_bool(np, "ti,en-ck32k-xtal"); in tps65910_parse_dt()
404 prop = of_property_read_bool(np, "ti,sleep-enable"); in tps65910_parse_dt()
407 prop = of_property_read_bool(np, "ti,sleep-keep-therm"); in tps65910_parse_dt()
410 prop = of_property_read_bool(np, "ti,sleep-keep-ck32k"); in tps65910_parse_dt()
413 prop = of_property_read_bool(np, "ti,sleep-keep-hsclk"); in tps65910_parse_dt()
418 board_info->pm_off = of_property_read_bool(np, in tps65910_parse_dt()
/Linux-v5.4/drivers/usb/isp1760/
Disp1760-if.c217 if (of_property_read_bool(dp, "port1-otg")) in isp1760_plat_probe()
220 if (of_property_read_bool(dp, "analog-oc")) in isp1760_plat_probe()
223 if (of_property_read_bool(dp, "dack-polarity")) in isp1760_plat_probe()
226 if (of_property_read_bool(dp, "dreq-polarity")) in isp1760_plat_probe()
/Linux-v5.4/arch/arm/mm/
Dcache-l2x0.c1057 if (of_property_read_bool(np, "arm,parity-enable")) { in l2x0_of_parse()
1060 } else if (of_property_read_bool(np, "arm,parity-disable")) { in l2x0_of_parse()
1064 if (of_property_read_bool(np, "arm,shared-override")) { in l2x0_of_parse()
1181 if (of_property_read_bool(np, "arm,shared-override")) { in l2c310_of_parse()
1186 if (of_property_read_bool(np, "arm,parity-enable")) { in l2c310_of_parse()
1189 } else if (of_property_read_bool(np, "arm,parity-disable")) { in l2c310_of_parse()
1194 if (of_property_read_bool(np, "arm,early-bresp-disable")) in l2c310_of_parse()
1197 if (of_property_read_bool(np, "arm,full-line-zero-disable")) in l2c310_of_parse()
1489 l2_wt_override = of_property_read_bool(np, "wt-override"); in aurora_of_parse()
1496 if (of_property_read_bool(np, "marvell,ecc-enable")) { in aurora_of_parse()
[all …]
/Linux-v5.4/drivers/video/
Dof_display_timing.c97 if (of_property_read_bool(np, "interlaced")) in of_parse_display_timing()
99 if (of_property_read_bool(np, "doublescan")) in of_parse_display_timing()
101 if (of_property_read_bool(np, "doubleclk")) in of_parse_display_timing()
/Linux-v5.4/drivers/watchdog/
Daspeed_wdt.c303 if (of_property_read_bool(np, "aspeed,external-signal")) in aspeed_wdt_probe()
305 if (of_property_read_bool(np, "aspeed,alt-boot")) in aspeed_wdt_probe()
324 if (of_property_read_bool(np, "aspeed,ext-push-pull")) in aspeed_wdt_probe()
332 if (of_property_read_bool(np, "aspeed,ext-active-high")) in aspeed_wdt_probe()
/Linux-v5.4/drivers/misc/
Datmel-ssc.c156 if (!of_property_read_bool(np, "#sound-dai-cells")) in ssc_sound_dai_probe()
179 if (of_property_read_bool(ssc->pdev->dev.of_node, "#sound-dai-cells")) in ssc_sound_dai_probe()
212 of_property_read_bool(np, "atmel,clk-from-rk-pin"); in ssc_probe()
/Linux-v5.4/drivers/of/
Dof_mdio.c75 if (of_property_read_bool(child, "broken-turn-around")) in of_mdiobus_register_phy()
469 status.duplex = of_property_read_bool(fixed_link_node, in of_phy_register_fixed_link()
476 status.pause = of_property_read_bool(fixed_link_node, "pause"); in of_phy_register_fixed_link()
477 status.asym_pause = of_property_read_bool(fixed_link_node, in of_phy_register_fixed_link()
/Linux-v5.4/sound/soc/fsl/
Dimx-spdif.c52 if (of_property_read_bool(np, "spdif-out")) in imx_spdif_audio_probe()
55 if (of_property_read_bool(np, "spdif-in")) in imx_spdif_audio_probe()
/Linux-v5.4/drivers/pci/controller/
Dpcie-iproc-platform.c74 if (of_property_read_bool(np, "brcm,pcie-ob")) { in iproc_pcie_pltfm_probe()
93 pcie->need_ib_cfg = of_property_read_bool(np, "dma-ranges"); in iproc_pcie_pltfm_probe()

12345678910>>...20