Lines Matching refs:sa1111_dev
387 struct sa1111_dev { struct
397 #define to_sa1111_device(x) container_of(x, struct sa1111_dev, dev) argument
405 int (*probe)(struct sa1111_dev *);
406 int (*remove)(struct sa1111_dev *);
417 int sa1111_enable_device(struct sa1111_dev *);
418 void sa1111_disable_device(struct sa1111_dev *);
420 int sa1111_get_irq(struct sa1111_dev *, unsigned num);
422 unsigned int sa1111_pll_clock(struct sa1111_dev *);
427 void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode);
428 int sa1111_set_audio_rate(struct sa1111_dev *sadev, int rate);
429 int sa1111_get_audio_rate(struct sa1111_dev *sadev);