OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vx_core
(Results
1 - 1
of
1
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h
93
struct
vx_core
;
97
unsigned char (*in8)(struct
vx_core
*chip, int reg);
98
unsigned int (*in32)(struct
vx_core
*chip, int reg);
99
void (*out8)(struct
vx_core
*chip, int reg, unsigned char val);
100
void (*out32)(struct
vx_core
*chip, int reg, unsigned int val);
102
int (*test_and_ack)(struct
vx_core
*chip);
103
void (*validate_irq)(struct
vx_core
*chip, int enable);
105
void (*write_codec)(struct
vx_core
*chip, int codec, unsigned int data);
106
void (*akm_write)(struct
vx_core
*chip, int reg, unsigned int data);
107
void (*reset_codec)(struct
vx_core
*chip)
161
struct
vx_core
{
struct
[
all
...]
Completed in 109 milliseconds