Searched refs:musbotg_softc (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/usb/controller/
H A Dmusb_otg.h302 struct musbotg_softc;
307 struct musbotg_softc *sc;
396 struct musbotg_softc { struct
411 void (*sc_ep_int_set) (struct musbotg_softc *sc, int ep, int on);
437 usb_error_t musbotg_init(struct musbotg_softc *sc);
438 void musbotg_uninit(struct musbotg_softc *sc);
439 void musbotg_interrupt(struct musbotg_softc *sc,
441 void musbotg_vbus_interrupt(struct musbotg_softc *sc, uint8_t is_on);
442 void musbotg_connect_interrupt(struct musbotg_softc *sc);
H A Dmusb_otg.c85 ((struct musbotg_softc *)(((uint8_t *)(bus)) - \
86 USB_P2U(&(((struct musbotg_softc *)0)->sc_bus))))
133 static void musbotg_interrupt_poll(struct musbotg_softc *);
134 static void musbotg_root_intr(struct musbotg_softc *);
135 static int musbotg_channel_alloc(struct musbotg_softc *, struct musbotg_td *td, uint8_t);
136 static void musbotg_channel_free(struct musbotg_softc *, struct musbotg_td *td);
137 static void musbotg_ep_int_set(struct musbotg_softc *sc, int channel, int on);
174 musbotg_channel_alloc(struct musbotg_softc *sc, struct musbotg_td *td, uint8_t is_tx)
223 musbotg_channel_free(struct musbotg_softc *sc, struct musbotg_td *td)
246 struct musbotg_softc *s
[all...]
H A Dmusb_otg_allwinner.c122 struct musbotg_softc sc;
/freebsd-12-stable/sys/arm/ti/am335x/
H A Dam335x_musb.c128 struct musbotg_softc sc_otg;
155 struct musbotg_softc *sc;
171 struct musbotg_softc *sc;
183 musbotg_ep_int_set(struct musbotg_softc *sc, int ep, int on)
199 struct musbotg_softc *sc = arg;

Completed in 60 milliseconds