Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/include/asm/hardware/
Dsa1111.h529 struct sa1111_dev { struct
539 #define SA1111_DEV(_d) container_of((_d), struct sa1111_dev, dev) argument
547 int (*probe)(struct sa1111_dev *);
548 int (*remove)(struct sa1111_dev *);
549 int (*suspend)(struct sa1111_dev *, pm_message_t);
550 int (*resume)(struct sa1111_dev *);
560 void sa1111_enable_device(struct sa1111_dev *);
561 void sa1111_disable_device(struct sa1111_dev *);
563 unsigned int sa1111_pll_clock(struct sa1111_dev *);
568 void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode);
[all …]
/linux-2.6.39/drivers/pcmcia/
Dsa1111_generic.h6 struct sa1111_dev *dev;
15 int sa1111_pcmcia_add(struct sa1111_dev *dev, struct pcmcia_low_level *ops,
24 extern int pcmcia_lubbock_init(struct sa1111_dev *);
25 extern int pcmcia_neponset_init(struct sa1111_dev *);
Dsa1111_generic.c127 int sa1111_pcmcia_add(struct sa1111_dev *dev, struct pcmcia_low_level *ops, in sa1111_pcmcia_add()
163 static int pcmcia_probe(struct sa1111_dev *dev) in pcmcia_probe()
202 static int __devexit pcmcia_remove(struct sa1111_dev *dev) in pcmcia_remove()
Dsa1100_neponset.c125 int pcmcia_neponset_init(struct sa1111_dev *sadev) in pcmcia_neponset_init()
Dpxa2xx_lubbock.c212 int pcmcia_lubbock_init(struct sa1111_dev *sadev) in pcmcia_lubbock_init()
/linux-2.6.39/drivers/usb/host/
Dohci-sa1111.c30 static void sa1111_start_hc(struct sa1111_dev *dev) in sa1111_start_hc()
65 static void sa1111_stop_hc(struct sa1111_dev *dev) in sa1111_stop_hc()
125 struct sa1111_dev *dev) in usb_hcd_sa1111_probe()
171 void usb_hcd_sa1111_remove (struct usb_hcd *hcd, struct sa1111_dev *dev) in usb_hcd_sa1111_remove()
243 static int ohci_hcd_sa1111_drv_probe(struct sa1111_dev *dev) in ohci_hcd_sa1111_drv_probe()
254 static int ohci_hcd_sa1111_drv_remove(struct sa1111_dev *dev) in ohci_hcd_sa1111_drv_remove()
/linux-2.6.39/arch/arm/common/
Dsa1111.c595 struct sa1111_dev *dev = SA1111_DEV(_dev); in sa1111_dev_release()
605 struct sa1111_dev *dev; in sa1111_init_one_child()
608 dev = kzalloc(sizeof(struct sa1111_dev), GFP_KERNEL); in sa1111_init_one_child()
1062 static inline struct sa1111 *sa1111_chip_driver(struct sa1111_dev *sadev) in sa1111_chip_driver()
1094 unsigned int sa1111_pll_clock(struct sa1111_dev *sadev) in sa1111_pll_clock()
1110 void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode) in sa1111_select_audio_mode()
1135 int sa1111_set_audio_rate(struct sa1111_dev *sadev, int rate) in sa1111_set_audio_rate()
1159 int sa1111_get_audio_rate(struct sa1111_dev *sadev) in sa1111_get_audio_rate()
1173 void sa1111_set_io_dir(struct sa1111_dev *sadev, in sa1111_set_io_dir()
1202 void sa1111_set_io(struct sa1111_dev *sadev, unsigned int bits, unsigned int v) in sa1111_set_io()
[all …]
/linux-2.6.39/drivers/input/serio/
Dsa1111ps2.c29 struct sa1111_dev *dev;
231 static int __devinit ps2_probe(struct sa1111_dev *dev) in ps2_probe()
315 static int __devexit ps2_remove(struct sa1111_dev *dev) in ps2_remove()