OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:agp_softc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
agpvar.h
101
struct
agp_softc
;
104
u_int32_t (*get_aperture)(struct
agp_softc
*);
105
int (*set_aperture)(struct
agp_softc
*, u_int32_t);
106
int (*bind_page)(struct
agp_softc
*, off_t, bus_addr_t);
107
int (*unbind_page)(struct
agp_softc
*, off_t);
108
void (*flush_tlb)(struct
agp_softc
*);
109
int (*enable)(struct
agp_softc
*, u_int32_t mode);
110
struct agp_memory *(*alloc_memory)(struct
agp_softc
*, int, vsize_t);
111
int (*free_memory)(struct
agp_softc
*, struct agp_memory *);
112
int (*bind_memory)(struct
agp_softc
*, struct agp_memory *, off_t)
130
struct
agp_softc
{
struct
[
all
...]
agpvar.h
101
struct
agp_softc
;
104
u_int32_t (*get_aperture)(struct
agp_softc
*);
105
int (*set_aperture)(struct
agp_softc
*, u_int32_t);
106
int (*bind_page)(struct
agp_softc
*, off_t, bus_addr_t);
107
int (*unbind_page)(struct
agp_softc
*, off_t);
108
void (*flush_tlb)(struct
agp_softc
*);
109
int (*enable)(struct
agp_softc
*, u_int32_t mode);
110
struct agp_memory *(*alloc_memory)(struct
agp_softc
*, int, vsize_t);
111
int (*free_memory)(struct
agp_softc
*, struct agp_memory *);
112
int (*bind_memory)(struct
agp_softc
*, struct agp_memory *, off_t)
130
struct
agp_softc
{
struct
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025