Searched refs:sa1111_dev (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/arm/include/asm/hardware/ |
D | sa1111.h | 413 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.4.14/drivers/pcmcia/ |
D | sa1111_generic.h | 6 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 *);
|
D | sa1111_generic.c | 134 int sa1111_pcmcia_add(struct sa1111_dev *dev, struct pcmcia_low_level *ops, in sa1111_pcmcia_add() 182 static int pcmcia_probe(struct sa1111_dev *dev) in pcmcia_probe() 221 static int pcmcia_remove(struct sa1111_dev *dev) in pcmcia_remove()
|
D | sa1111_jornada720.c | 95 int pcmcia_jornada720_init(struct sa1111_dev *sadev) in pcmcia_jornada720_init()
|
D | sa1111_neponset.c | 111 int pcmcia_neponset_init(struct sa1111_dev *sadev) in pcmcia_neponset_init()
|
D | sa1111_badge4.c | 135 int pcmcia_badge4_init(struct sa1111_dev *dev) in pcmcia_badge4_init()
|
D | sa1111_lubbock.c | 211 int pcmcia_lubbock_init(struct sa1111_dev *sadev) in pcmcia_lubbock_init()
|
/linux-4.4.14/drivers/usb/host/ |
D | ohci-sa1111.c | 122 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.4.14/arch/arm/common/ |
D | sa1111.c | 610 struct sa1111_dev *dev = SA1111_DEV(_dev); in sa1111_dev_release() 619 struct sa1111_dev *dev; in sa1111_init_one_child() 623 dev = kzalloc(sizeof(struct sa1111_dev), GFP_KERNEL); in sa1111_init_one_child() 815 struct sa1111_dev *sadev = SA1111_DEV(dev); in sa1111_remove_one() 1064 static inline struct sa1111 *sa1111_chip_driver(struct sa1111_dev *sadev) in sa1111_chip_driver() 1096 unsigned int sa1111_pll_clock(struct sa1111_dev *sadev) in sa1111_pll_clock() 1112 void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode) in sa1111_select_audio_mode() 1137 int sa1111_set_audio_rate(struct sa1111_dev *sadev, int rate) in sa1111_set_audio_rate() 1161 int sa1111_get_audio_rate(struct sa1111_dev *sadev) in sa1111_get_audio_rate() 1175 void sa1111_set_io_dir(struct sa1111_dev *sadev, in sa1111_set_io_dir() [all …]
|
/linux-4.4.14/drivers/input/serio/ |
D | sa1111ps2.c | 48 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()
|