au_chipdep
static struct au_chipdep au1000_chipdep = {
au1000_match(struct au_chipdep **cpp)
static struct au_chipdep au1100_chipdep = {
au1100_match(struct au_chipdep **cpp)
static struct au_chipdep au1500_chipdep = {
au1500_match(struct au_chipdep **cpp)
static struct au_chipdep au1550_chipdep = {
au1550_match(struct au_chipdep **cpp)
struct au_chipdep *
static struct au_chipdep *au_chip = NULL;
struct au_chipdep * const chip = au_chipdep();
struct au_chipdep *chip;
chip = au_chipdep();
struct au_chipdep *chip;
chip = au_chipdep();
bool au1550_match(struct au_chipdep **);
struct au_chipdep *au_chipdep(void);
bool au1000_match(struct au_chipdep **);
bool au1100_match(struct au_chipdep **);
bool au1500_match(struct au_chipdep **);