Home
last modified time | relevance | path

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

/linux-4.1.27/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 …]
/linux-4.1.27/drivers/pcmcia/
Dsa1111_generic.h6 struct sa1111_dev *dev;
15 int sa1111_pcmcia_add(struct sa1111_dev *dev, struct pcmcia_low_level *ops,
21 extern int pcmcia_badge4_init(struct sa1111_dev *);
22 extern int pcmcia_jornada720_init(struct sa1111_dev *);
23 extern int pcmcia_lubbock_init(struct sa1111_dev *);
24 extern int pcmcia_neponset_init(struct sa1111_dev *);
Dsa1111_generic.c134 int sa1111_pcmcia_add(struct sa1111_dev *dev, struct pcmcia_low_level *ops, in sa1111_pcmcia_add()
181 static int pcmcia_probe(struct sa1111_dev *dev) in pcmcia_probe()
220 static int pcmcia_remove(struct sa1111_dev *dev) in pcmcia_remove()
Dsa1111_jornada720.c95 int pcmcia_jornada720_init(struct sa1111_dev *sadev) in pcmcia_jornada720_init()
Dsa1111_neponset.c111 int pcmcia_neponset_init(struct sa1111_dev *sadev) in pcmcia_neponset_init()
Dsa1111_badge4.c135 int pcmcia_badge4_init(struct sa1111_dev *dev) in pcmcia_badge4_init()
Dsa1111_lubbock.c211 int pcmcia_lubbock_init(struct sa1111_dev *sadev) in pcmcia_lubbock_init()
/linux-4.1.27/drivers/usb/host/
Dohci-sa1111.c122 static int sa1111_start_hc(struct sa1111_dev *dev) in sa1111_start_hc()
155 static void sa1111_stop_hc(struct sa1111_dev *dev) in sa1111_stop_hc()
180 static int ohci_hcd_sa1111_probe(struct sa1111_dev *dev) in ohci_hcd_sa1111_probe()
234 static int ohci_hcd_sa1111_remove(struct sa1111_dev *dev) in ohci_hcd_sa1111_remove()
246 static void ohci_hcd_sa1111_shutdown(struct sa1111_dev *dev) in ohci_hcd_sa1111_shutdown()
/linux-4.1.27/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()
816 struct sa1111_dev *sadev = SA1111_DEV(dev); in sa1111_remove_one()
1066 static inline struct sa1111 *sa1111_chip_driver(struct sa1111_dev *sadev) in sa1111_chip_driver()
1098 unsigned int sa1111_pll_clock(struct sa1111_dev *sadev) in sa1111_pll_clock()
1114 void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode) in sa1111_select_audio_mode()
1139 int sa1111_set_audio_rate(struct sa1111_dev *sadev, int rate) in sa1111_set_audio_rate()
1163 int sa1111_get_audio_rate(struct sa1111_dev *sadev) in sa1111_get_audio_rate()
1177 void sa1111_set_io_dir(struct sa1111_dev *sadev, in sa1111_set_io_dir()
[all …]
/linux-4.1.27/drivers/input/serio/
Dsa1111ps2.c48 struct sa1111_dev *dev;
254 static int ps2_probe(struct sa1111_dev *dev) in ps2_probe()
337 static int ps2_remove(struct sa1111_dev *dev) in ps2_remove()