Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/can/softing/
Dsofting_main.c601 static const struct attribute_group netdev_sysfs_group = { variable
666 if (sysfs_create_group(&netdev->dev.kobj, &netdev_sysfs_group) < 0) in softing_netdev_register()
674 sysfs_remove_group(&netdev->dev.kobj, &netdev_sysfs_group); in softing_netdev_cleanup()