Lines Matching refs:sa1111_dev
413 struct sa1111_dev { struct
423 #define SA1111_DEV(_d) container_of((_d), struct sa1111_dev, dev) argument
431 int (*probe)(struct sa1111_dev *);
432 int (*remove)(struct sa1111_dev *);
433 int (*suspend)(struct sa1111_dev *, pm_message_t);
434 int (*resume)(struct sa1111_dev *);
435 void (*shutdown)(struct sa1111_dev *);
446 int sa1111_enable_device(struct sa1111_dev *);
447 void sa1111_disable_device(struct sa1111_dev *);
449 unsigned int sa1111_pll_clock(struct sa1111_dev *);
454 void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode);
455 int sa1111_set_audio_rate(struct sa1111_dev *sadev, int rate);
456 int sa1111_get_audio_rate(struct sa1111_dev *sadev);
463 void sa1111_set_io_dir(struct sa1111_dev *sadev, unsigned int bits, unsigned int dir, unsigned int …
464 void sa1111_set_io(struct sa1111_dev *sadev, unsigned int bits, unsigned int v);
465 void sa1111_set_sleep_io(struct sa1111_dev *sadev, unsigned int bits, unsigned int v);