FreeBSD kernel sound device code
i2s_softc Struct Reference
Collaboration diagram for i2s_softc:

Data Fields

struct aoa_softc aoa
 
phandle_t node
 
phandle_t soundnode
 
struct resource * reg
 
u_int output_mask
 
struct mtx port_mtx
 

Detailed Description

Definition at line 87 of file i2s.c.

Field Documentation

◆ aoa

struct aoa_softc i2s_softc::aoa

Definition at line 88 of file i2s.c.

Referenced by i2s_attach(), and i2s_postattach().

◆ node

phandle_t i2s_softc::node

Definition at line 89 of file i2s.c.

Referenced by i2s_attach().

◆ output_mask

u_int i2s_softc::output_mask

Definition at line 92 of file i2s.c.

Referenced by i2s_set_outputs().

◆ port_mtx

struct mtx i2s_softc::port_mtx

Definition at line 93 of file i2s.c.

Referenced by i2s_attach(), and i2s_set_outputs().

◆ reg

struct resource* i2s_softc::reg

Definition at line 91 of file i2s.c.

Referenced by i2s_attach(), and i2s_setup().

◆ soundnode

phandle_t i2s_softc::soundnode

Definition at line 90 of file i2s.c.

Referenced by i2s_attach().


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