Searched defs:virtio_driver (Results 1 – 9 of 9) sorted by relevance
48778 struct virtio_driver { struct48779 struct device_driver driver;48780 const struct virtio_device_id *id_table;48781 const unsigned int *feature_table;48782 unsigned int feature_table_size;48783 const unsigned int *feature_table_legacy;48784 unsigned int feature_table_size_legacy;48785 int (*validate)(struct virtio_device *);48786 int (*probe)(struct virtio_device *);48787 void (*scan)(struct virtio_device *);[all …]
89650 struct virtio_driver { struct89651 struct device_driver driver;89652 const struct virtio_device_id *id_table;89653 const unsigned int *feature_table;89654 unsigned int feature_table_size;89655 const unsigned int *feature_table_legacy;89656 unsigned int feature_table_size_legacy;89657 int (*validate)(struct virtio_device *);89658 int (*probe)(struct virtio_device *);89659 void (*scan)(struct virtio_device *);[all …]
49982 struct virtio_driver { struct49983 struct device_driver driver;49984 const struct virtio_device_id *id_table;49985 const unsigned int *feature_table;49986 unsigned int feature_table_size;49987 const unsigned int *feature_table_legacy;49988 unsigned int feature_table_size_legacy;49989 int (*validate)(struct virtio_device *);49990 int (*probe)(struct virtio_device *);49991 void (*scan)(struct virtio_device *);[all …]
77860 struct virtio_driver { struct77861 struct device_driver driver;77862 const struct virtio_device_id *id_table;77863 const unsigned int *feature_table;77864 unsigned int feature_table_size;77865 const unsigned int *feature_table_legacy;77866 unsigned int feature_table_size_legacy;77867 int (*validate)(struct virtio_device *);77868 int (*probe)(struct virtio_device *);77869 void (*scan)(struct virtio_device *);[all …]
59739 struct virtio_driver { struct59740 struct device_driver driver;59741 const struct virtio_device_id *id_table;59742 const unsigned int *feature_table;59743 unsigned int feature_table_size;59744 const unsigned int *feature_table_legacy;59745 unsigned int feature_table_size_legacy;59746 int (*validate)(struct virtio_device *);59747 int (*probe)(struct virtio_device *);59748 void (*scan)(struct virtio_device *);[all …]
80376 struct virtio_driver { struct80377 struct device_driver driver;80378 const struct virtio_device_id *id_table;80379 const unsigned int *feature_table;80380 unsigned int feature_table_size;80381 const unsigned int *feature_table_legacy;80382 unsigned int feature_table_size_legacy;80383 int (*validate)(struct virtio_device *);80384 int (*probe)(struct virtio_device *);80385 void (*scan)(struct virtio_device *);[all …]