Home
last modified time | relevance | path

Searched refs:sa1111_dev (Results 1 – 2 of 2) sorted by relevance

/arch/arm/include/asm/hardware/
Dsa1111.h413 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 *);
[all …]
/arch/arm/common/
Dsa1111.c611 struct sa1111_dev *dev = SA1111_DEV(_dev); in sa1111_dev_release()
620 struct sa1111_dev *dev; in sa1111_init_one_child()
624 dev = kzalloc(sizeof(struct sa1111_dev), GFP_KERNEL); in sa1111_init_one_child()
817 struct sa1111_dev *sadev = SA1111_DEV(dev); in sa1111_remove_one()
1068 static inline struct sa1111 *sa1111_chip_driver(struct sa1111_dev *sadev) in sa1111_chip_driver()
1100 unsigned int sa1111_pll_clock(struct sa1111_dev *sadev) in sa1111_pll_clock()
1116 void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode) in sa1111_select_audio_mode()
1141 int sa1111_set_audio_rate(struct sa1111_dev *sadev, int rate) in sa1111_set_audio_rate()
1165 int sa1111_get_audio_rate(struct sa1111_dev *sadev) in sa1111_get_audio_rate()
1179 void sa1111_set_io_dir(struct sa1111_dev *sadev, in sa1111_set_io_dir()
[all …]