Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/atm/
Dsolos-attrlist.c58 SOLOS_ATTR_RW(Action)
59 SOLOS_ATTR_RW(ActivateLine)
61 SOLOS_ATTR_RW(HostControl)
62 SOLOS_ATTR_RW(AutoStart)
63 SOLOS_ATTR_RW(Failsafe)
64 SOLOS_ATTR_RW(ShowtimeLed)
65 SOLOS_ATTR_RW(Retrain)
66 SOLOS_ATTR_RW(Defaults)
67 SOLOS_ATTR_RW(LineMode)
68 SOLOS_ATTR_RW(Profile)
[all …]
Dsolos-pci.c585 #define SOLOS_ATTR_RW(x) static DEVICE_ATTR(x, 0644, solos_param_show, solos_param_store); macro
598 #undef SOLOS_ATTR_RW
601 #define SOLOS_ATTR_RW(x) &dev_attr_##x.attr, macro