Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/
Dlg-laptop.c568 static const struct attribute_group dev_attribute_group = { variable
848 ret = sysfs_create_group(&pf_device->dev.kobj, &dev_attribute_group); in acpi_add()
870 sysfs_remove_group(&pf_device->dev.kobj, &dev_attribute_group); in acpi_remove()