#include <linux/kernel.h> #include <linux/stat.h> /* FIX UP */ #include "soundbus.h" #define soundbus_config_of_attr(field, format_string) \ static ssize_t \ field##_show (struct device *dev, struct device_attribute *attr, \ char *buf) \ { \ struct soundbus_dev *mdev = to_soundbus_device (dev); \ return sprintf (buf, format_string, mdev->ofdev.dev.of_node->field); \ } static ssize_t modalias_show(struct device *dev, struct device_attribute *attr, char *buf) { struct soundbus_dev *sdev = to_soundbus_device(dev); struct platform_device *of = &sdev->ofdev; int length; if (*sdev->modalias) { strlcpy(buf, sdev->modalias, sizeof(sdev->modalias) + 1); strcat(buf, "\n"); length = strlen(buf); } else { length = sprintf(buf, "of:N%sT%s\n", of->dev.of_node->name, of->dev.of_node->type); } return length; } static DEVICE_ATTR_RO(modalias); soundbus_config_of_attr (name, "%s\n"); static DEVICE_ATTR_RO(name); soundbus_config_of_attr (type, "%s\n"); static DEVICE_ATTR_RO(type); struct attribute *soundbus_dev_attrs[] = { &dev_attr_name.attr, &dev_attr_type.attr, &dev_attr_modalias.attr, NULL, }; lected='selected'>nds-private-remove</option> <option value='packet-loop-back'>packet-loop-back</option> <option value='packet-rx-pump-back'>packet-rx-pump-back</option> </select> <input type='submit' value='switch'/></form></td></tr> <tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table> <table class='tabs'><tr><td> <a href='/cgit.cgi/linux/net-next.git/?h=nds-private-remove'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?h=nds-private-remove&id=8a0b7275268504259cc1a17bae839d23c4f6e2bc'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/drivers/usb/host/ehci-spear.c?h=nds-private-remove'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/drivers/usb/host/ehci-spear.c?h=nds-private-remove&id=8a0b7275268504259cc1a17bae839d23c4f6e2bc'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/drivers/usb/host/ehci-spear.c?h=nds-private-remove&id=8a0b7275268504259cc1a17bae839d23c4f6e2bc'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/drivers/usb/host/ehci-spear.c?h=nds-private-remove&id=8a0b7275268504259cc1a17bae839d23c4f6e2bc'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/drivers/usb/host/ehci-spear.c'> <input type='hidden' name='h' value='nds-private-remove'/><input type='hidden' name='id' value='8a0b7275268504259cc1a17bae839d23c4f6e2bc'/><select name='qt'> <option value='grep'>log msg</option> <option value='author'>author</option> <option value='committer'>committer</option> <option value='range'>range</option> </select> <input class='txt' type='search' size='10' name='q' value=''/> <input type='submit' value='search'/> </form> </td></tr></table> <div class='path'>path: <a href='/cgit.cgi/linux/net-next.git/log/?h=nds-private-remove&id=8a0b7275268504259cc1a17bae839d23c4f6e2bc'>root</a>/<a href='/cgit.cgi/linux/net-next.git/log/drivers?h=nds-private-remove&id=8a0b7275268504259cc1a17bae839d23c4f6e2bc'>drivers</a>/<a href='/cgit.cgi/linux/net-next.git/log/drivers/usb?h=nds-private-remove&id=8a0b7275268504259cc1a17bae839d23c4f6e2bc'>usb</a>/<a href='/cgit.cgi/linux/net-next.git/log/drivers/usb/host?h=nds-private-remove&id=8a0b7275268504259cc1a17bae839d23c4f6e2bc'>host</a>/<a href='/cgit.cgi/linux/net-next.git/log/drivers/usb/host/ehci-spear.c?h=nds-private-remove&id=8a0b7275268504259cc1a17bae839d23c4f6e2bc'>ehci-spear.c</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/drivers/usb/host/ehci-spear.c?h=nds-private-remove&id=8a0b7275268504259cc1a17bae839d23c4f6e2bc&showmsg=1'>Expand</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>