Home
last modified time | relevance | path

Searched refs:gpio_attrs (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/spi/
Dspi-tle62x0.c212 static struct device_attribute *gpio_attrs[] = { variable
235 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()
/linux-3.4.99/drivers/gpio/
Dgpiolib.c548 static const struct attribute *gpio_attrs[] = { variable
555 .attrs = (struct attribute **) gpio_attrs,