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

/linux-4.1.27/drivers/xen/
H A Dsys-hypervisor.c424 struct hyp_sysfs_attr *hyp_attr; hyp_sysfs_show() local
425 hyp_attr = container_of(attr, struct hyp_sysfs_attr, attr); hyp_sysfs_show()
426 if (hyp_attr->show) hyp_sysfs_show()
427 return hyp_attr->show(hyp_attr, buffer); hyp_sysfs_show()
436 struct hyp_sysfs_attr *hyp_attr; hyp_sysfs_store() local
437 hyp_attr = container_of(attr, struct hyp_sysfs_attr, attr); hyp_sysfs_store()
438 if (hyp_attr->store) hyp_sysfs_store()
439 return hyp_attr->store(hyp_attr, buffer, len); hyp_sysfs_store()

Completed in 45 milliseconds