Searched refs:wid_attr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_sysfs.c | 112 struct widget_attribute *wid_attr = in widget_attr_show() local 117 if (!wid_attr->show) in widget_attr_show() 122 return wid_attr->show(codec, nid, wid_attr, buf); in widget_attr_show() 128 struct widget_attribute *wid_attr = in widget_attr_store() local 133 if (!wid_attr->store) in widget_attr_store() 138 return wid_attr->store(codec, nid, wid_attr, buf, count); in widget_attr_store()
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_sysfs.c | 112 struct widget_attribute *wid_attr = in widget_attr_show() local 117 if (!wid_attr->show) in widget_attr_show() 122 return wid_attr->show(codec, nid, wid_attr, buf); in widget_attr_show() 128 struct widget_attribute *wid_attr = in widget_attr_store() local 133 if (!wid_attr->store) in widget_attr_store() 138 return wid_attr->store(codec, nid, wid_attr, buf, count); in widget_attr_store()
|
Completed in 2 milliseconds