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

Data Fields

device_t dev
 
int ctrl
 
int detect_active
 
int level
 
struct i2s_softci2s
 

Detailed Description

Definition at line 136 of file i2s.c.

Field Documentation

◆ ctrl

int aoagpio_softc::ctrl

Definition at line 138 of file i2s.c.

Referenced by aoagpio_attach(), aoagpio_probe(), gpio_read(), and gpio_write().

◆ detect_active

int aoagpio_softc::detect_active

Definition at line 139 of file i2s.c.

Referenced by aoagpio_int(), and aoagpio_probe().

◆ dev

device_t aoagpio_softc::dev

Definition at line 137 of file i2s.c.

Referenced by aoagpio_probe(), gpio_read(), and gpio_write().

◆ i2s

struct i2s_softc* aoagpio_softc::i2s

Definition at line 141 of file i2s.c.

Referenced by aoagpio_int(), aoagpio_probe(), and i2s_postattach().

◆ level

int aoagpio_softc::level

Definition at line 140 of file i2s.c.

Referenced by aoagpio_int(), aoagpio_probe(), and i2s_cint().


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