Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pcmcia/
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 *);
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()
240 static void pcmcia_remove(struct sa1111_dev *dev) in pcmcia_remove()
Dsa1111_neponset.c76 int pcmcia_neponset_init(struct sa1111_dev *sadev) in pcmcia_neponset_init()
Dsa1111_lubbock.c147 int pcmcia_lubbock_init(struct sa1111_dev *sadev) in pcmcia_lubbock_init()
Dsa1111_badge4.c131 int pcmcia_badge4_init(struct sa1111_dev *dev) in pcmcia_badge4_init()
Dsa1111_jornada720.c130 int pcmcia_jornada720_init(struct sa1111_dev *sadev) in pcmcia_jornada720_init()
/linux-6.1.9/arch/arm/include/asm/hardware/
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-6.1.9/drivers/usb/host/
Dohci-sa1111.c121 static int sa1111_start_hc(struct sa1111_dev *dev) in sa1111_start_hc()
154 static void sa1111_stop_hc(struct sa1111_dev *dev) in sa1111_stop_hc()
179 static int ohci_hcd_sa1111_probe(struct sa1111_dev *dev) in ohci_hcd_sa1111_probe()
264 static void ohci_hcd_sa1111_remove(struct sa1111_dev *dev) in ohci_hcd_sa1111_remove()
276 struct sa1111_dev *dev = to_sa1111_device(_dev); in ohci_hcd_sa1111_shutdown()
/linux-6.1.9/arch/arm/common/
Dsa1111.c723 struct sa1111_dev *dev = to_sa1111_device(_dev); in sa1111_dev_release()
732 struct sa1111_dev *dev; in sa1111_init_one_child()
736 dev = kzalloc(sizeof(struct sa1111_dev), GFP_KERNEL); in sa1111_init_one_child()
929 struct sa1111_dev *sadev = to_sa1111_device(dev); in sa1111_remove_one()
1169 static inline struct sa1111 *sa1111_chip_driver(struct sa1111_dev *sadev) in sa1111_chip_driver()
1201 unsigned int sa1111_pll_clock(struct sa1111_dev *sadev) in sa1111_pll_clock()
1217 void sa1111_select_audio_mode(struct sa1111_dev *sadev, int mode) in sa1111_select_audio_mode()
1242 int sa1111_set_audio_rate(struct sa1111_dev *sadev, int rate) in sa1111_set_audio_rate()
1266 int sa1111_get_audio_rate(struct sa1111_dev *sadev) in sa1111_get_audio_rate()
1288 int sa1111_enable_device(struct sa1111_dev *sadev) in sa1111_enable_device()
[all …]
/linux-6.1.9/drivers/input/serio/
Dsa1111ps2.c45 struct sa1111_dev *dev;
253 static int ps2_probe(struct sa1111_dev *dev) in ps2_probe()
347 static void ps2_remove(struct sa1111_dev *dev) in ps2_remove()