Searched refs:atm_attrs (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Datm_sysfs.c106 static struct device_attribute *atm_attrs[] = { variable in typeref:struct:device_attribute
159 for (i = 0; atm_attrs[i]; i++) {
160 err = device_create_file(cdev, atm_attrs[i]);
169 device_remove_file(cdev, atm_attrs[j]);

Completed in 106 milliseconds