Lines Matching refs:sa1111_dev
385 struct sa1111_dev { struct
395 #define to_sa1111_device(x) container_of(x, struct sa1111_dev, dev) argument
403 int (*probe)(struct sa1111_dev *);
404 void (*remove)(struct sa1111_dev *);
415 int sa1111_enable_device(struct sa1111_dev *);
416 void sa1111_disable_device(struct sa1111_dev *);
418 int sa1111_get_irq(struct sa1111_dev *, unsigned num);
420 unsigned int sa1111_pll_clock(struct sa1111_dev *);
425 void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode);
426 int sa1111_set_audio_rate(struct sa1111_dev *sadev, int rate);
427 int sa1111_get_audio_rate(struct sa1111_dev *sadev);