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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dtle62x0.c211 static struct device_attribute *gpio_attrs[] = { variable in typeref:struct:device_attribute
234 for (ptr = 0; ptr < ARRAY_SIZE(gpio_attrs); ptr++) {
235 if (gpio_attrs[ptr] == attr)
274 ret = device_create_file(&spi->dev, gpio_attrs[ptr]);
287 device_remove_file(&spi->dev, gpio_attrs[ptr]);
302 device_remove_file(&spi->dev, gpio_attrs[ptr]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dgpiolib.c548 static const struct attribute *gpio_attrs[] = { variable in typeref:struct:attribute
555 .attrs = (struct attribute **) gpio_attrs,

Completed in 91 milliseconds