Lines Matching refs:name
136 * @path: ACPI GPIO controller full path name, (e.g. "\\_SB.GPO1")
164 * @path: ACPI GPIO controller full path name, (e.g. "\\_SB.GPO1")
645 const char *name, int index,
654 for (gm = adev->driver_gpios; gm->name; gm++)
655 if (!strcmp(name, gm->name) && gm->data && index < gm->size) {
873 * @propname: Property name of the GPIO (optional)
929 * @propname: Property name of the GPIO
1033 * @name: optional name of GpioInt resource
1044 * The function takes optional @name parameter. If the resource has a property
1045 * name, then only those will be taken into account.
1052 int acpi_dev_gpio_irq_wake_get_by(struct acpi_device *adev, const char *name, int index,
1063 desc = acpi_get_gpiod_by_index(adev, name, i, &info);
1265 const char **name,
1276 *name = NULL;
1299 fwnode_property_read_string(fwnode, "line-name", name);
1313 const char *name;
1319 desc = acpi_gpiochip_parse_own_gpio(achip, fwnode, &name,
1324 ret = gpiod_hog(desc, name, lflags, dflags);
1464 for (gm = adev->driver_gpios; gm->name; gm++)
1465 if (strcmp(propname, gm->name) == 0) {