virtio_driver - operations for a virtio I/O driver : underlying device driver (populate name and owner). : the ids serviced by this driver. : an array of feature numbers supported by this driver. : number of entries in the feature table array. : the function to call when a device is found. Returns 0 or -errno. : the function to call when a device is removed. : optional function to call when the device configuration changes; may be called in interrupt context.
Definition at line 91 of file virtio.h.