Searched defs:agp_bridge_driver (Results 1 – 6 of 6) 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 …]
97426 struct agp_bridge_driver { struct97427 struct module *owner;97428 const void *aperture_sizes;97429 int num_aperture_sizes;97430 enum aper_size_type size_type;97431 bool cant_use_aperture;97432 bool needs_scratch_page;97433 const struct gatt_mask *masks;97434 int (*fetch_size)();97435 int (*configure)();[all …]
68506 struct agp_bridge_driver { struct68507 struct module *owner;68508 const void *aperture_sizes;68509 int num_aperture_sizes;68510 enum aper_size_type size_type;68511 bool cant_use_aperture;68512 bool needs_scratch_page;68513 const struct gatt_mask *masks;68514 int (*fetch_size)();68515 int (*configure)();[all …]