Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/soundwire/
Dsysfs_slave.c197 ret = devm_device_add_groups(&slave->dev, slave_groups); in sdw_slave_sysfs_init()
/Linux-v5.10/drivers/leds/
Dleds-turris-omnia.c245 if (devm_device_add_groups(dev, omnia_led_controller_groups)) in omnia_leds_probe()
/Linux-v5.10/include/linux/
Ddevice.h879 int __must_check devm_device_add_groups(struct device *dev,
/Linux-v5.10/drivers/input/mouse/
Delan_i2c_core.c1321 error = devm_device_add_groups(dev, elan_sysfs_groups); in elan_probe()
/Linux-v5.10/drivers/base/
Dcore.c2131 int devm_device_add_groups(struct device *dev, in devm_device_add_groups() function
2152 EXPORT_SYMBOL_GPL(devm_device_add_groups);