Searched refs:geos_gpio_show (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/atm/ |
H A D | solos-pci.c | 541 static ssize_t geos_gpio_show(struct device *dev, struct device_attribute *attr, in geos_gpio_show() function 583 static SOLOS_GPIO_ATTR(GPIO1, 0644, geos_gpio_show, geos_gpio_store, 9); 584 static SOLOS_GPIO_ATTR(GPIO2, 0644, geos_gpio_show, geos_gpio_store, 10); 585 static SOLOS_GPIO_ATTR(GPIO3, 0644, geos_gpio_show, geos_gpio_store, 11); 586 static SOLOS_GPIO_ATTR(GPIO4, 0644, geos_gpio_show, geos_gpio_store, 12); 587 static SOLOS_GPIO_ATTR(GPIO5, 0644, geos_gpio_show, geos_gpio_store, 13); 588 static SOLOS_GPIO_ATTR(PushButton, 0444, geos_gpio_show, NULL, 14);
|