Home
last modified time | relevance | path

Searched defs:agp_bridge_driver (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dstr_agp.h102 struct agp_bridge_driver { struct
103 struct module *owner;
104 void *aperture_sizes;
105 int num_aperture_sizes;
129 struct agp_bridge_driver *driver; argument
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h66918 struct agp_bridge_driver { struct
66919 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 …]