Lines Matching refs:propname
62 char propname[32];
71 snprintf(propname, sizeof(propname), "%s-%s",
74 snprintf(propname, sizeof(propname), "%s",
77 ret = of_gpio_named_count(dev->of_node, propname);
134 const char *propname,
145 (!(strcmp(propname, "enable-gpio") &&
146 strcmp(propname, "enable-gpios")) &&
180 if (IS_ENABLED(CONFIG_SPI_MASTER) && !strcmp(propname, "cs-gpios") &&
223 !strcmp(propname, "snps,reset-gpio") &&
231 * @propname: property name containing gpio specifier(s)
240 const char *propname, int index, enum of_gpio_flags *flags)
247 ret = of_parse_phandle_with_args_map(np, propname, "gpio", index,
251 __func__, propname, np, index);
266 of_gpio_flags_quirks(np, propname, flags, index);
269 __func__, propname, np, index,
295 * @propname: name of the DT property representing the GPIO
307 const char *propname, int index,
320 desc = of_get_named_gpiod_flags(node, propname,
357 ret = gpiod_configure_flags(desc, propname, lflags, dflags);