Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | QETH_DEVICE_ATTR(_id, _name, _mode, _show, _store) struct device_attribute dev_attr_##_id = __ATTR(_name, _mode, _show, _store) |
Functions | |
int | qeth_l3_create_device_attributes (struct device *dev) |
void | qeth_l3_remove_device_attributes (struct device *dev) |
#define QETH_DEVICE_ATTR | ( | _id, | |
_name, | |||
_mode, | |||
_show, | |||
_store | |||
) | struct device_attribute dev_attr_##_id = __ATTR(_name, _mode, _show, _store) |
Definition at line 13 of file qeth_l3_sys.c.
Definition at line 1021 of file qeth_l3_sys.c.
Definition at line 1052 of file qeth_l3_sys.c.