Lines Matching refs:prop_name
1696 char *prop_name) argument
1702 phandle = fdt_getprop(fdt, node, prop_name, NULL);
1704 debug("failed to get property %s\n", prop_name);
1712 char *prop_name) argument
1720 phandle = fdt_getprop(fdt, node, prop_name, &len);
1722 debug("failed to get property %s\n", prop_name);
1735 omap_hsmmc_get_pad_conf(struct mmc *mmc, char *prop_name, int *npads) argument
1743 phandle = omap_hsmmc_get_pad_conf_phandle(mmc, prop_name);
1763 omap_hsmmc_get_iodelay(struct mmc *mmc, char *prop_name, int *niodelay) argument
1771 phandle = omap_hsmmc_get_iodelay_phandle(mmc, prop_name);
1799 char prop_name[11]; local
1815 sprintf(prop_name, "pinctrl-%d", index);
1817 pinctrl_state->padconf = omap_hsmmc_get_pad_conf(mmc, prop_name,
1823 pinctrl_state->iodelay = omap_hsmmc_get_iodelay(mmc, prop_name,