Lines Matching refs:prop_name
1608 char *prop_name) argument
1614 phandle = fdt_getprop(fdt, node, prop_name, NULL);
1616 debug("failed to get property %s\n", prop_name);
1624 char *prop_name) argument
1632 phandle = fdt_getprop(fdt, node, prop_name, &len);
1634 debug("failed to get property %s\n", prop_name);
1647 omap_hsmmc_get_pad_conf(struct mmc *mmc, char *prop_name, int *npads) argument
1655 phandle = omap_hsmmc_get_pad_conf_phandle(mmc, prop_name);
1675 omap_hsmmc_get_iodelay(struct mmc *mmc, char *prop_name, int *niodelay) argument
1683 phandle = omap_hsmmc_get_iodelay_phandle(mmc, prop_name);
1711 char prop_name[11]; local
1727 sprintf(prop_name, "pinctrl-%d", index);
1729 pinctrl_state->padconf = omap_hsmmc_get_pad_conf(mmc, prop_name,
1735 pinctrl_state->iodelay = omap_hsmmc_get_iodelay(mmc, prop_name,