Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
Dvcc.c551 static struct attribute_group vcc_attribute_group = { variable
638 rv = sysfs_create_group(&vdev->dev.kobj, &vcc_attribute_group); in vcc_probe()
709 sysfs_remove_group(&vdev->dev.kobj, &vcc_attribute_group); in vcc_remove()