Searched refs:geos_gpio_store (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/atm/ |
D | solos-pci.c | 519 static ssize_t geos_gpio_store(struct device *dev, struct device_attribute *attr, in geos_gpio_store() function 589 static SOLOS_GPIO_ATTR(GPIO1, 0644, geos_gpio_show, geos_gpio_store, 9); 590 static SOLOS_GPIO_ATTR(GPIO2, 0644, geos_gpio_show, geos_gpio_store, 10); 591 static SOLOS_GPIO_ATTR(GPIO3, 0644, geos_gpio_show, geos_gpio_store, 11); 592 static SOLOS_GPIO_ATTR(GPIO4, 0644, geos_gpio_show, geos_gpio_store, 12); 593 static SOLOS_GPIO_ATTR(GPIO5, 0644, geos_gpio_show, geos_gpio_store, 13);
|