Go to the documentation of this file. 1 #include <linux/kernel.h>
2 #include <linux/stat.h>
6 #define soundbus_config_of_attr(field, format_string) \
8 field##_show (struct device *dev, struct device_attribute *attr, \
11 struct soundbus_dev *mdev = to_soundbus_device (dev); \
12 return sprintf (buf, format_string, mdev->ofdev.dev.of_node->field); \
27 length =
sprintf(buf,
"of:N%sT%s\n",
28 of->
dev.of_node->name, of->
dev.of_node->type);