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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dsys-hypervisor.c411 struct hyp_sysfs_attr *hyp_attr; local
412 hyp_attr = container_of(attr, struct hyp_sysfs_attr, attr);
413 if (hyp_attr->show)
414 return hyp_attr->show(hyp_attr, buffer);
423 struct hyp_sysfs_attr *hyp_attr; local
424 hyp_attr = container_of(attr, struct hyp_sysfs_attr, attr);
425 if (hyp_attr->store)
426 return hyp_attr->store(hyp_attr, buffe
[all...]

Completed in 34 milliseconds