Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/atm/
Dsolos-pci.c190 static ssize_t solos_param_show(struct device *dev, struct device_attribute *attr, in solos_param_show() function
584 #define SOLOS_ATTR_RO(x) static DEVICE_ATTR(x, 0444, solos_param_show, NULL);
585 #define SOLOS_ATTR_RW(x) static DEVICE_ATTR(x, 0644, solos_param_show, solos_param_store);