Searched defs:netdev_sysfs_group (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/softing/
H A Dsofting_main.c611 static const struct attribute_group netdev_sysfs_group = { variable in typeref:struct:attribute_group
676 if (sysfs_create_group(&netdev->dev.kobj, &netdev_sysfs_group) < 0)
684 sysfs_remove_group(&netdev->dev.kobj, &netdev_sysfs_group);

Completed in 12 milliseconds