FreeBSD kernel sound device code
hdac_mem Struct Reference

#include <hdac_private.h>

Data Fields

struct resource * mem_res
 
int mem_rid
 
bus_space_tag_t mem_tag
 
bus_space_handle_t mem_handle
 

Detailed Description

Definition at line 95 of file hdac_private.h.

Field Documentation

◆ mem_handle

bus_space_handle_t hdac_mem::mem_handle

Definition at line 99 of file hdac_private.h.

Referenced by hdac_mem_alloc().

◆ mem_res

struct resource* hdac_mem::mem_res

Definition at line 96 of file hdac_private.h.

Referenced by hdac_mem_alloc(), and hdac_mem_free().

◆ mem_rid

int hdac_mem::mem_rid

Definition at line 97 of file hdac_private.h.

Referenced by hdac_mem_alloc(), and hdac_mem_free().

◆ mem_tag

bus_space_tag_t hdac_mem::mem_tag

Definition at line 98 of file hdac_private.h.

Referenced by hdac_mem_alloc().


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