FreeBSD kernel AGP device code
agp_softc Struct Reference

#include <agppriv.h>

Data Fields

struct resource * as_aperture
 
int as_aperture_rid
 
u_int32_t as_maxmem
 
u_int32_t as_allocated
 
enum agp_acquire_state as_state
 
struct agp_memory_list as_memory
 
int as_nextid
 
int as_isopen
 
struct cdev * as_devnode
 
struct cdev * as_devalias
 
struct mtx as_lock
 

Detailed Description

Definition at line 69 of file agppriv.h.

Field Documentation

◆ as_allocated

u_int32_t agp_softc::as_allocated

◆ as_aperture

◆ as_aperture_rid

int agp_softc::as_aperture_rid

Definition at line 71 of file agppriv.h.

Referenced by agp_free_res(), agp_generic_attach(), and agp_set_aperture_resource().

◆ as_devalias

struct cdev* agp_softc::as_devalias

Definition at line 79 of file agppriv.h.

Referenced by agp_free_cdev(), and agp_generic_attach().

◆ as_devnode

struct cdev* agp_softc::as_devnode

Definition at line 78 of file agppriv.h.

Referenced by agp_free_cdev(), and agp_generic_attach().

◆ as_isopen

int agp_softc::as_isopen

Definition at line 77 of file agppriv.h.

Referenced by agp_close(), and agp_open().

◆ as_lock

◆ as_maxmem

u_int32_t agp_softc::as_maxmem

◆ as_memory

struct agp_memory_list agp_softc::as_memory

◆ as_nextid

int agp_softc::as_nextid

Definition at line 76 of file agppriv.h.

Referenced by agp_generic_alloc_memory(), agp_generic_attach(), and agp_i810_alloc_memory().

◆ as_state

enum agp_acquire_state agp_softc::as_state

Definition at line 74 of file agppriv.h.

Referenced by agp_acquire_helper(), agp_close(), agp_release_helper(), and agp_state().


The documentation for this struct was generated from the following file: