Home
last modified time | relevance | path

Searched refs:dev_read_bool (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.c990 dwc->has_lpm_erratum = dev_read_bool(dev, in dwc3_of_parse()
996 dwc->is_utmi_l1_suspend = dev_read_bool(dev, in dwc3_of_parse()
1002 dwc->disable_scramble_quirk = dev_read_bool(dev, in dwc3_of_parse()
1004 dwc->u2exit_lfps_quirk = dev_read_bool(dev, in dwc3_of_parse()
1006 dwc->u2ss_inp3_quirk = dev_read_bool(dev, in dwc3_of_parse()
1008 dwc->req_p1p2p3_quirk = dev_read_bool(dev, in dwc3_of_parse()
1010 dwc->del_p1p2p3_quirk = dev_read_bool(dev, in dwc3_of_parse()
1012 dwc->del_phy_power_chg_quirk = dev_read_bool(dev, in dwc3_of_parse()
1014 dwc->lfps_filter_quirk = dev_read_bool(dev, in dwc3_of_parse()
1016 dwc->rx_detect_poll_quirk = dev_read_bool(dev, in dwc3_of_parse()
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dcdns3-ti.c133 data->vbus_divider = dev_read_bool(dev, "ti,vbus-divider"); in cdns_ti_probe()
142 data->usb2_only = dev_read_bool(dev, "ti,usb2-only"); in cdns_ti_probe()
147 if (dev_read_bool(dev, "ti,modestrap-host")) in cdns_ti_probe()
149 else if (dev_read_bool(dev, "ti,modestrap-peripheral")) in cdns_ti_probe()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-dwc3.c149 if (dev_read_bool(dev, "snps,dis_enblslpm-quirk")) in xhci_dwc3_probe()
152 if (dev_read_bool(dev, "snps,dis-u2-freeclk-exists-quirk")) in xhci_dwc3_probe()
155 if (dev_read_bool(dev, "snps,dis_u2_susphy_quirk")) in xhci_dwc3_probe()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dkernel_dtb.c124 if (!dev_read_bool(dev, "u-boot,dm-pre-reloc") && in phandles_fixup_cru()
125 !dev_read_bool(dev, "u-boot,dm-spl")) in phandles_fixup_cru()
225 if (!dev_read_bool(dev, "u-boot,dm-pre-reloc") && in phandles_fixup_gpio()
226 !dev_read_bool(dev, "u-boot,dm-spl")) in phandles_fixup_gpio()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dspi-uclass.c450 if (dev_read_bool(dev, "spi-cpol")) in spi_slave_ofdata_to_platdata()
452 if (dev_read_bool(dev, "spi-cpha")) in spi_slave_ofdata_to_platdata()
454 if (dev_read_bool(dev, "spi-cs-high")) in spi_slave_ofdata_to_platdata()
456 if (dev_read_bool(dev, "spi-3wire")) in spi_slave_ofdata_to_platdata()
458 if (dev_read_bool(dev, "spi-half-duplex")) in spi_slave_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/drivers/power/regulator/
H A Dfixed.c39 if (!dev_read_bool(dev, "enable-active-high")) in fixed_regulator_ofdata_to_platdata()
41 if (dev_read_bool(dev, "regulator-boot-on")) in fixed_regulator_ofdata_to_platdata()
H A Dregulator-uclass.c441 uc_pdata->always_on = dev_read_bool(dev, "regulator-always-on"); in regulator_pre_probe()
442 uc_pdata->boot_on = dev_read_bool(dev, "regulator-boot-on"); in regulator_pre_probe()
443 uc_pdata->ignore = dev_read_bool(dev, "regulator-loader-ignore"); in regulator_pre_probe()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Drockchip_dw_mmc.c94 if (dev_read_bool(dev, "non-removable")) in rockchip_dwmmc_ofdata_to_platdata()
103 priv->fifo_mode = dev_read_bool(dev, "fifo-mode"); in rockchip_dwmmc_ofdata_to_platdata()
238 if (dev_read_bool(dev, "mmc-hs200-1_8v")) in rockchip_dwmmc_probe()
H A Drockchip_sdhci.c570 if (dev_read_bool(dev, "mmc-hs200-1_8v")) in rockchip_sdhci_probe()
572 else if (dev_read_bool(dev, "mmc-hs400-1_8v")) in rockchip_sdhci_probe()
575 if (data->set_enhanced_strobe && dev_read_bool(dev, "mmc-hs400-enhanced-strobe")) in rockchip_sdhci_probe()
/OK3568_Linux_fs/u-boot/drivers/power/dvfs/
H A Drockchip_wtemp_dvfs.c526 dev_read_bool(dev, "cpu,low-temp-repeat"); in wtemp_dvfs_ofdata_to_platdata()
528 dev_read_bool(dev, "cpu,high-temp-repeat"); in wtemp_dvfs_ofdata_to_platdata()
550 dev_read_bool(dev, "dmc,low-temp-repeat"); in wtemp_dvfs_ofdata_to_platdata()
552 dev_read_bool(dev, "dmc,high-temp-repeat"); in wtemp_dvfs_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dbacklight_gpio.c42 priv->def_value = dev_read_bool(dev, "default-on"); in gpio_backlight_ofdata_to_platdata()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dmax96755f.c191 priv->dv_swp_ab = dev_read_bool(dev, "vd-swap-ab"); in max96755f_bridge_probe()
192 priv->dpi_deskew_en = dev_read_bool(dev, "dpi-deskew-en"); in max96755f_bridge_probe()
H A Drockchip_lvds.c202 lvds->dual_channel = dev_read_bool(dev, "dual-channel"); in rockchip_lvds_probe()
203 lvds->data_swap = dev_read_bool(dev, "rockchip,data-swap"); in rockchip_lvds_probe()
H A Drk618_lvds.c100 priv->dual_channel = dev_read_bool(dev, "dual-channel"); in rk618_lvds_probe()
/OK3568_Linux_fs/u-boot/drivers/input/
H A Drk_key.c28 if (dev_read_bool(dev, "rockchip,adc_value")) { in rk_key_ofdata_to_platdata()
H A Dkey-uclass.c332 uc_key->pre_reloc = dev_read_bool(dev, "u-boot,dm-pre-reloc") || in key_post_probe()
333 dev_read_bool(dev, "u-boot,dm-spl"); in key_post_probe()
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dmxs_nand_dt.c70 info->use_minimum_ecc = dev_read_bool(dev, "fsl,use-minimum-ecc"); in mxs_nand_dt_probe()
/OK3568_Linux_fs/u-boot/drivers/adc/
H A Dadc-uclass.c364 uc_pdata->vdd_polarity_negative = dev_read_bool(dev, prop); in adc_vdd_platdata_set()
384 uc_pdata->vss_polarity_negative = dev_read_bool(dev, prop); in adc_vss_platdata_set()
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dsandbox-phy.c83 priv->broken = dev_read_bool(dev, "broken"); in sandbox_phy_probe()
/OK3568_Linux_fs/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c521 eth_clk_sel_reg = dev_read_bool(dev, "st,eth_clk_sel"); in board_interface_eth_init()
525 dev_read_bool(dev, "st,eth_ref_clk_sel"); in board_interface_eth_init()
/OK3568_Linux_fs/u-boot/include/dm/
H A Dread.h84 bool dev_read_bool(struct udevice *dev, const char *propname);
516 static inline bool dev_read_bool(struct udevice *dev, const char *propname) in dev_read_bool() function
/OK3568_Linux_fs/u-boot/drivers/i2c/muxes/
H A Dmax96745.c105 priv->idle_disc = dev_read_bool(dev, "i2c-mux-idle-disconnect"); in max96745_probe()
/OK3568_Linux_fs/u-boot/drivers/core/
H A Dread.su
/OK3568_Linux_fs/u-boot/spl/drivers/core/
H A Dread.su
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dgpio-uclass.c167 if (dev_read_bool(dev, "input")) { in gpio_hog_ofdata_to_platdata()
169 } else if (dev_read_bool(dev, "output-high")) { in gpio_hog_ofdata_to_platdata()
172 } else if (dev_read_bool(dev, "output-low")) { in gpio_hog_ofdata_to_platdata()

123