OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_is_agp
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/x86/pci/
pci_addr_fixup.c
54
static int
device_is_agp
(pci_chipset_tag_t, pcitag_t);
273
if (
device_is_agp
(pc, tag))
352
device_is_agp
(pci_chipset_tag_t pc, pcitag_t tag)
function
/src/sys/external/bsd/drm/dist/bsd-core/
i915_drv.c
82
dev->driver->
device_is_agp
= i915_driver_device_is_agp;
mga_drv.c
132
dev->driver->
device_is_agp
= mga_driver_device_is_agp;
drm_agpsupport.c
93
if (dev->driver->
device_is_agp
!= NULL) {
96
/*
device_is_agp
returns a tristate, 0 = not AGP, 1 = definitely
99
ret = (*dev->driver->
device_is_agp
)(dev);
drmP.h
747
int (*
device_is_agp
) (struct drm_device * dev);
member in struct:drm_driver_info
Completed in 20 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026