sa1111_dev
static inline struct sa1111 *sa1111_chip_driver(struct sa1111_dev *sadev)
unsigned int sa1111_pll_clock(struct sa1111_dev *sadev)
void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode)
int sa1111_set_audio_rate(struct sa1111_dev *sadev, int rate)
int sa1111_get_audio_rate(struct sa1111_dev *sadev)
int sa1111_enable_device(struct sa1111_dev *sadev)
void sa1111_disable_device(struct sa1111_dev *sadev)
int sa1111_get_irq(struct sa1111_dev *sadev, unsigned num)
struct sa1111_dev *dev = to_sa1111_device(_dev);
struct sa1111_dev *sadev = to_sa1111_device(dev);
struct sa1111_dev *sadev = to_sa1111_device(dev);
struct sa1111_dev *dev = to_sa1111_device(_dev);
struct sa1111_dev *dev;
dev = kzalloc_obj(struct sa1111_dev);
struct sa1111_dev *sadev = to_sa1111_device(dev);
#define to_sa1111_device(x) container_of(x, struct sa1111_dev, dev)
int (*probe)(struct sa1111_dev *);
void (*remove)(struct sa1111_dev *);
int sa1111_enable_device(struct sa1111_dev *);
void sa1111_disable_device(struct sa1111_dev *);
int sa1111_get_irq(struct sa1111_dev *, unsigned num);
unsigned int sa1111_pll_clock(struct sa1111_dev *);
void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode);
int sa1111_set_audio_rate(struct sa1111_dev *sadev, int rate);
int sa1111_get_audio_rate(struct sa1111_dev *sadev);
static int ps2_probe(struct sa1111_dev *dev)
static void ps2_remove(struct sa1111_dev *dev)
struct sa1111_dev *dev;
int sa1111_pcmcia_add(struct sa1111_dev *dev, struct pcmcia_low_level *ops,
static int pcmcia_probe(struct sa1111_dev *dev)
static void pcmcia_remove(struct sa1111_dev *dev)
int sa1111_pcmcia_add(struct sa1111_dev *dev, struct pcmcia_low_level *ops,
extern int pcmcia_badge4_init(struct sa1111_dev *);
extern int pcmcia_jornada720_init(struct sa1111_dev *);
extern int pcmcia_lubbock_init(struct sa1111_dev *);
extern int pcmcia_neponset_init(struct sa1111_dev *);
struct sa1111_dev *dev;
int pcmcia_jornada720_init(struct sa1111_dev *sadev)
int pcmcia_neponset_init(struct sa1111_dev *sadev)
static int sa1111_start_hc(struct sa1111_dev *dev)
static void sa1111_stop_hc(struct sa1111_dev *dev)
static int ohci_hcd_sa1111_probe(struct sa1111_dev *dev)
static void ohci_hcd_sa1111_remove(struct sa1111_dev *dev)
struct sa1111_dev *dev = to_sa1111_device(_dev);