Home
last modified time | relevance | path

Searched refs:agp_find_device (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_memory.c58 agpdev = agp_find_device(); in drm_free_agp()
71 agpdev = agp_find_device(); in drm_bind_agp()
83 agpdev = agp_find_device(); in drm_unbind_agp()
H A Ddrm_agpsupport.c408 head->bridge = agp_find_device(); in drm_agp_init()
/freebsd/sys/modules/agp/
H A DMakefile21 EXPORT_SYMS= agp_find_device \
/freebsd/sys/dev/agp/
H A Dagpvar.h65 device_t agp_find_device(void);
H A Dagp.c906 agp_find_device(void) in agp_find_device() function