Searched defs:agp_bridge_driver (Results 1 – 2 of 2) sorted by relevance
102 struct agp_bridge_driver { struct103 struct module *owner;104 void *aperture_sizes;105 int num_aperture_sizes;129 struct agp_bridge_driver *driver; argument
66918 struct agp_bridge_driver { struct66919 struct module *owner;66920 const void *aperture_sizes;66921 int num_aperture_sizes;66922 enum aper_size_type size_type;66923 bool cant_use_aperture;66924 bool needs_scratch_page;66925 const struct gatt_mask *masks;66926 int (*fetch_size)();66927 int (*configure)();[all …]