kvm_device       1060 include/linux/kvm_host.h 	int (*create)(struct kvm_device *dev, u32 type);
kvm_device       1070 include/linux/kvm_host.h 	void (*destroy)(struct kvm_device *dev);
kvm_device       1072 include/linux/kvm_host.h 	int (*set_attr)(struct kvm_device *dev, struct kvm_device_attr *attr);
kvm_device       1073 include/linux/kvm_host.h 	int (*get_attr)(struct kvm_device *dev, struct kvm_device_attr *attr);
kvm_device       1074 include/linux/kvm_host.h 	int (*has_attr)(struct kvm_device *dev, struct kvm_device_attr *attr);
kvm_device       1075 include/linux/kvm_host.h 	long (*ioctl)(struct kvm_device *dev, unsigned int ioctl,
kvm_device       1079 include/linux/kvm_host.h void kvm_device_get(struct kvm_device *dev);
kvm_device       1080 include/linux/kvm_host.h void kvm_device_put(struct kvm_device *dev);
kvm_device       1081 include/linux/kvm_host.h struct kvm_device *kvm_device_from_filp(struct file *filp);