Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soundwire/
H A Dsysfs_slave_dpn.c170 struct attribute_group *dpn_group; in add_all_attributes() local
263 dpn_group = devm_kzalloc(dev, sizeof(*dpn_group), GFP_KERNEL); in add_all_attributes()
264 if (!dpn_group) in add_all_attributes()
267 dpn_group->attrs = dpn_attrs; in add_all_attributes()
268 dpn_group->name = devm_kasprintf(dev, GFP_KERNEL, "dp%d_%s", in add_all_attributes()
270 if (!dpn_group->name) in add_all_attributes()
273 ret = devm_device_add_group(dev, dpn_group); in add_all_attributes()