Home
last modified time | relevance | path

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

/linux/net/atm/
H A Datm_sysfs.c100 static struct device_attribute *atm_attrs[] = { variable
153 for (i = 0; atm_attrs[i]; i++) { in atm_register_sysfs()
154 err = device_create_file(cdev, atm_attrs[i]); in atm_register_sysfs()
163 device_remove_file(cdev, atm_attrs[j]); in atm_register_sysfs()