Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/xen/
Dsys-hypervisor.c558 struct hyp_sysfs_attr *hyp_attr; in hyp_sysfs_show() local
559 hyp_attr = container_of(attr, struct hyp_sysfs_attr, attr); in hyp_sysfs_show()
560 if (hyp_attr->show) in hyp_sysfs_show()
561 return hyp_attr->show(hyp_attr, buffer); in hyp_sysfs_show()
570 struct hyp_sysfs_attr *hyp_attr; in hyp_sysfs_store() local
571 hyp_attr = container_of(attr, struct hyp_sysfs_attr, attr); in hyp_sysfs_store()
572 if (hyp_attr->store) in hyp_sysfs_store()
573 return hyp_attr->store(hyp_attr, buffer, len); in hyp_sysfs_store()