Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/atm/
Dsolos-pci.c520 #define SOLOS_GPIO_ATTR(_name, _mode, _show, _store, _offset) \ macro
595 static SOLOS_GPIO_ATTR(GPIO1, 0644, geos_gpio_show, geos_gpio_store, 9);
596 static SOLOS_GPIO_ATTR(GPIO2, 0644, geos_gpio_show, geos_gpio_store, 10);
597 static SOLOS_GPIO_ATTR(GPIO3, 0644, geos_gpio_show, geos_gpio_store, 11);
598 static SOLOS_GPIO_ATTR(GPIO4, 0644, geos_gpio_show, geos_gpio_store, 12);
599 static SOLOS_GPIO_ATTR(GPIO5, 0644, geos_gpio_show, geos_gpio_store, 13);
600 static SOLOS_GPIO_ATTR(PushButton, 0444, geos_gpio_show, NULL, 14);
601 static SOLOS_GPIO_ATTR(HardwareVersion, 0444, hardware_show, NULL, 0);
602 static SOLOS_GPIO_ATTR(HardwareVariant, 0444, hardware_show, NULL, 1);