Searched refs:gpio_attrs (Results 1 – 2 of 2) sorted by relevance
212 static struct device_attribute *gpio_attrs[] = { variable235 for (ptr = 0; ptr < ARRAY_SIZE(gpio_attrs); ptr++) { in to_gpio_num()236 if (gpio_attrs[ptr] == attr) in to_gpio_num()275 ret = device_create_file(&spi->dev, gpio_attrs[ptr]); in tle62x0_probe()288 device_remove_file(&spi->dev, gpio_attrs[ptr]); in tle62x0_probe()303 device_remove_file(&spi->dev, gpio_attrs[ptr]); in tle62x0_remove()
548 static const struct attribute *gpio_attrs[] = { variable555 .attrs = (struct attribute **) gpio_attrs,