Lines Matching defs:agp_i810_driver
216 struct agp_i810_driver {
243 static const struct agp_i810_driver agp_i810_i810_driver = {
266 static const struct agp_i810_driver agp_i810_i815_driver = {
289 static const struct agp_i810_driver agp_i810_i830_driver = {
312 static const struct agp_i810_driver agp_i810_i855_driver = {
335 static const struct agp_i810_driver agp_i810_i865_driver = {
358 static const struct agp_i810_driver agp_i810_i915_driver = {
381 static const struct agp_i810_driver agp_i810_g33_driver = {
404 static const struct agp_i810_driver agp_i810_igd_driver = {
427 static const struct agp_i810_driver agp_i810_g965_driver = {
450 static const struct agp_i810_driver agp_i810_g4x_driver = {
481 const struct agp_i810_driver *driver;
1919 static driver_t agp_i810_driver = {
1925 DRIVER_MODULE(agp_i810, vgapci, agp_i810_driver, 0, 0);