Home
last modified time | relevance | path

Searched refs:rt_dm_dev_prop_read_bool (Results 1 – 6 of 6) sorted by relevance

/components/drivers/sdio/sdhci/
A Dsdhci-platform.c26 if (rt_dm_dev_prop_read_bool(dev, "sdhci,auto-cmd12")) in rt_sdhci_get_property()
29 …if (rt_dm_dev_prop_read_bool(dev, "sdhci,1-bit-only") || (rt_dm_dev_prop_read_u32(dev, "bus-width"… in rt_sdhci_get_property()
32 if (rt_dm_dev_prop_read_bool(dev, "broken-cd")) in rt_sdhci_get_property()
35 if (rt_dm_dev_prop_read_bool(dev, "no-1-8-v")) in rt_sdhci_get_property()
40 if (rt_dm_dev_prop_read_bool(dev, "keep-power-in-suspend")) in rt_sdhci_get_property()
43 …if (rt_dm_dev_prop_read_bool(dev, "wakeup-source") || rt_dm_dev_prop_read_bool(dev, "enable-sdio-w… in rt_sdhci_get_property()
A Dfit-mmc.c250 if (rt_dm_dev_prop_read_bool(dev, "cap-mmc-highspeed")) in rt_mmc_of_parse()
255 if (rt_dm_dev_prop_read_bool(dev, "mmc-hs200-1_8v")) in rt_mmc_of_parse()
260 if (rt_dm_dev_prop_read_bool(dev, "non-removable")) in rt_mmc_of_parse()
265 if (rt_dm_dev_prop_read_bool(dev, "no-sdio")) in rt_mmc_of_parse()
270 if (rt_dm_dev_prop_read_bool(dev, "no-sd")) in rt_mmc_of_parse()
275 if (rt_dm_dev_prop_read_bool(dev, "mmc-ddr-3_3v")) in rt_mmc_of_parse()
280 if (rt_dm_dev_prop_read_bool(dev, "mmc-ddr-1_8v")) in rt_mmc_of_parse()
285 if (rt_dm_dev_prop_read_bool(dev, "mmc-ddr-1_2v")) in rt_mmc_of_parse()
/components/drivers/include/drivers/core/
A Ddm.h96 rt_bool_t rt_dm_dev_prop_read_bool(rt_device_t dev, const char *propname);
/components/drivers/include/drivers/
A Ddma.h221 return rt_dm_dev_prop_read_bool(dev, "dma-coherent"); in rt_dma_device_is_coherent()
/components/drivers/core/
A Ddm.c587 rt_bool_t rt_dm_dev_prop_read_bool(rt_device_t dev, const char *propname) in rt_dm_dev_prop_read_bool() function
/components/drivers/pci/host/dw/
A Dpcie-dw.c603 if (rt_dm_dev_prop_read_bool(dev, "snps,enable-cdm-check")) in dw_pcie_setup()

Completed in 72 milliseconds