Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/atm/
H A Datm_sysfs.c100 static struct device_attribute *atm_attrs[] = { variable
155 for (i = 0; atm_attrs[i]; i++) { in atm_register_sysfs()
156 err = device_create_file(cdev, atm_attrs[i]); in atm_register_sysfs()
165 device_remove_file(cdev, atm_attrs[j]); in atm_register_sysfs()
/kernel/linux/linux-6.6/net/atm/
H A Datm_sysfs.c100 static struct device_attribute *atm_attrs[] = { variable
155 for (i = 0; atm_attrs[i]; i++) { in atm_register_sysfs()
156 err = device_create_file(cdev, atm_attrs[i]); in atm_register_sysfs()
165 device_remove_file(cdev, atm_attrs[j]); in atm_register_sysfs()

Completed in 2 milliseconds