Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/softing/
H A Dsofting_main.c603 static const struct attribute_group netdev_sysfs_group = { variable
673 if (sysfs_create_group(&netdev->dev.kobj, &netdev_sysfs_group) < 0) in softing_netdev_register()
681 sysfs_remove_group(&netdev->dev.kobj, &netdev_sysfs_group); in softing_netdev_cleanup()