Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dvcc.c543 static struct attribute_group vcc_attribute_group = { variable
639 rv = sysfs_create_group(&vdev->dev.kobj, &vcc_attribute_group); in vcc_probe()
705 sysfs_remove_group(&vdev->dev.kobj, &vcc_attribute_group); in vcc_remove()