Searched refs:kvm_fmt (Results 1 – 1 of 1) sorted by relevance
99 struct kvm_fmt { struct339 struct kvm_fmt *kvm_fmt; in fmt_width() local341 kvm_fmt = container_of(fmt, struct kvm_fmt, fmt); in fmt_width()342 return kvm_fmt->dim->width; in fmt_width()349 struct kvm_fmt *kvm_fmt; in fmt_header() local353 kvm_fmt = container_of(fmt, struct kvm_fmt, fmt); in fmt_header()354 dim = kvm_fmt->dim; in fmt_header()361 struct kvm_fmt *kvm_fmt_a = container_of(a, struct kvm_fmt, fmt); in fmt_equal()362 struct kvm_fmt *kvm_fmt_b = container_of(b, struct kvm_fmt, fmt); in fmt_equal()369 struct kvm_fmt *kvm_fmt; in fmt_free() local[all …]