Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/hardware/
H 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 …]
/linux/drivers/pcmcia/
H A Dsa1111_generic.h7 struct sa1111_dev *dev;
16 int sa1111_pcmcia_add(struct sa1111_dev *dev, struct pcmcia_low_level *ops,
22 extern int pcmcia_badge4_init(struct sa1111_dev *);
23 extern int pcmcia_jornada720_init(struct sa1111_dev *);
24 extern int pcmcia_lubbock_init(struct sa1111_dev *);
25 extern int pcmcia_neponset_init(struct sa1111_dev *);
H A Dsa1111_generic.c136 int sa1111_pcmcia_add(struct sa1111_dev *dev, struct pcmcia_low_level *ops, in sa1111_pcmcia_add()
190 static int pcmcia_probe(struct sa1111_dev *dev) in pcmcia_probe()
232 static void pcmcia_remove(struct sa1111_dev *dev) in pcmcia_remove()
H A Dsa1111_neponset.c76 int pcmcia_neponset_init(struct sa1111_dev *sadev) in pcmcia_neponset_init()
H A Dsa1111_jornada720.c130 int pcmcia_jornada720_init(struct sa1111_dev *sadev) in pcmcia_jornada720_init()
/linux/drivers/usb/host/
H A Dohci-sa1111.c121 static int sa1111_start_hc(struct sa1111_dev *dev) in sa1111_start_hc()
151 static void sa1111_stop_hc(struct sa1111_dev *dev) in sa1111_stop_hc()
176 static int ohci_hcd_sa1111_probe(struct sa1111_dev *dev) in ohci_hcd_sa1111_probe()
261 static void ohci_hcd_sa1111_remove(struct sa1111_dev *dev) in ohci_hcd_sa1111_remove()
273 struct sa1111_dev *dev = to_sa1111_device(_dev); in ohci_hcd_sa1111_shutdown()
/linux/arch/arm/common/
H 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_obj(struct sa1111_dev); in sa1111_init_one_child()
920 struct sa1111_dev *sadev = to_sa1111_device(dev); in sa1111_remove_one()
1172 static inline struct sa1111 *sa1111_chip_driver(struct sa1111_dev *sadev) in sa1111_chip_driver()
1204 unsigned int sa1111_pll_clock(struct sa1111_dev *sadev) in sa1111_pll_clock()
1220 void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode) in sa1111_select_audio_mode()
1245 int sa1111_set_audio_rate(struct sa1111_dev *sadev, int rate) in sa1111_set_audio_rate()
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()
[all …]
/linux/drivers/input/serio/
H A Dsa1111ps2.c45 struct sa1111_dev *dev;
251 static int ps2_probe(struct sa1111_dev *dev) in ps2_probe()
345 static void ps2_remove(struct sa1111_dev *dev) in ps2_remove()