Home
last modified time | relevance | path

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

/arch/arm/include/asm/hardware/
A Dsa1111.h385 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);
[all …]
/arch/arm/common/
A Dsa1111.c727 struct sa1111_dev *dev = to_sa1111_device(_dev); in sa1111_dev_release()
736 struct sa1111_dev *dev; in sa1111_init_one_child()
740 dev = kzalloc(sizeof(struct sa1111_dev), GFP_KERNEL); in sa1111_init_one_child()
920 struct sa1111_dev *sadev = to_sa1111_device(dev); in sa1111_remove_one()
1204 unsigned int sa1111_pll_clock(struct sa1111_dev *sadev) in sa1111_pll_clock()
1269 int sa1111_get_audio_rate(struct sa1111_dev *sadev) in sa1111_get_audio_rate()
1291 int sa1111_enable_device(struct sa1111_dev *sadev) in sa1111_enable_device()
1315 void sa1111_disable_device(struct sa1111_dev *sadev) in sa1111_disable_device()
1348 struct sa1111_dev *dev = to_sa1111_device(_dev); in sa1111_match()
1356 struct sa1111_dev *sadev = to_sa1111_device(dev); in sa1111_bus_probe()
[all …]

Completed in 72 milliseconds