Searched refs:kvm_fmt (Results 1 – 1 of 1) sorted by relevance
98 struct kvm_fmt { struct338 struct kvm_fmt *kvm_fmt; in fmt_width() local340 kvm_fmt = container_of(fmt, struct kvm_fmt, fmt); in fmt_width()341 return kvm_fmt->dim->width; in fmt_width()348 struct kvm_fmt *kvm_fmt; in fmt_header() local352 kvm_fmt = container_of(fmt, struct kvm_fmt, fmt); in fmt_header()353 dim = kvm_fmt->dim; in fmt_header()360 struct kvm_fmt *kvm_fmt_a = container_of(a, struct kvm_fmt, fmt); in fmt_equal()361 struct kvm_fmt *kvm_fmt_b = container_of(b, struct kvm_fmt, fmt); in fmt_equal()368 struct kvm_fmt *kvm_fmt; in fmt_free() local[all …]