Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/can/softing/
Dsofting_main.c612 static const struct attribute_group netdev_sysfs_group = { variable
677 if (sysfs_create_group(&netdev->dev.kobj, &netdev_sysfs_group) < 0) in softing_netdev_register()
685 sysfs_remove_group(&netdev->dev.kobj, &netdev_sysfs_group); in softing_netdev_cleanup()