Searched refs:ohci_softc (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_ohci.c91 static void lpc_otg_i2c_reset(struct ohci_softc *);
93 static int lpc_isp3101_read(struct ohci_softc *, int);
94 static void lpc_isp3101_write(struct ohci_softc *, int, int);
95 static void lpc_isp3101_clear(struct ohci_softc *, int, int);
96 static void lpc_isp3101_configure(device_t dev, struct ohci_softc *);
115 struct ohci_softc *sc = device_get_softc(dev);
232 lpc_isp3101_read(struct ohci_softc *sc, int reg)
255 lpc_otg_i2c_reset(struct ohci_softc *sc)
273 lpc_isp3101_write(struct ohci_softc *sc, int reg, int value)
296 lpc_isp3101_clear(struct ohci_softc *s
[all...]
/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci_s3c24x0.c79 struct ohci_softc *sc = device_get_softc(dev);
150 struct ohci_softc *sc = device_get_softc(dev);
206 .size = sizeof(struct ohci_softc),
H A Dohci.h223 typedef struct ohci_softc { struct
260 void ohci_detach(struct ohci_softc *sc);
H A Dohci_pci.c393 .size = sizeof(struct ohci_softc),
H A Dohci.c148 struct ohci_softc *sc = OHCI_BUS2SC(bus);
436 ohci_detach(struct ohci_softc *sc)
1240 struct ohci_softc *sc = OHCI_BUS2SC(bus);
2598 struct ohci_softc *sc = OHCI_BUS2SC(udev->bus);
2636 struct ohci_softc *sc = OHCI_BUS2SC(udev->bus);
2672 struct ohci_softc *sc = OHCI_BUS2SC(bus);
2690 struct ohci_softc *sc = OHCI_BUS2SC(bus);
/freebsd-11-stable/sys/mips/atheros/
H A Dar71xx_ohci.c61 struct ohci_softc sc_ohci;
/freebsd-11-stable/sys/arm/at91/
H A Dat91_ohci.c71 struct ohci_softc sc_ohci; /* must be first */
H A Dat91_ohci_fdt.c75 struct ohci_softc sc_ohci; /* must be first */
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dohci_ec.c72 struct ohci_softc sc_ohci; /* must be first */

Completed in 212 milliseconds