Searched refs:pentry (Results 1 – 1 of 1) sorted by relevance
996 struct padata_sysfs_entry *pentry; in padata_sysfs_show() local1000 pentry = attr2pentry(attr); in padata_sysfs_show()1001 if (pentry->show) in padata_sysfs_show()1002 ret = pentry->show(pinst, attr, buf); in padata_sysfs_show()1011 struct padata_sysfs_entry *pentry; in padata_sysfs_store() local1015 pentry = attr2pentry(attr); in padata_sysfs_store()1016 if (pentry->show) in padata_sysfs_store()1017 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store()