Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dmusb_otg.h301 struct musbotg_softc;
306 struct musbotg_softc *sc;
395 struct musbotg_softc { struct
410 void (*sc_ep_int_set) (struct musbotg_softc *sc, int ep, int on); argument
436 usb_error_t musbotg_init(struct musbotg_softc *sc); argument
437 void musbotg_uninit(struct musbotg_softc *sc);
438 void musbotg_interrupt(struct musbotg_softc *sc,
440 void musbotg_vbus_interrupt(struct musbotg_softc *sc, uint8_t is_on);
441 void musbotg_connect_interrupt(struct musbotg_softc *sc);
H A Dmusb_otg.c84 __containerof(bus, struct musbotg_softc, sc_bus)
132 static void musbotg_interrupt_poll(struct musbotg_softc *);
133 static void musbotg_root_intr(struct musbotg_softc *);
134 static int musbotg_channel_alloc(struct musbotg_softc *, struct musbotg_td *td, uint8_t);
135 static void musbotg_channel_free(struct musbotg_softc *, struct musbotg_td *td);
136 static void musbotg_ep_int_set(struct musbotg_softc *sc, int channel, int on);
172 musbotg_channel_alloc(struct musbotg_softc *sc, struct musbotg_td *td, uint8_t is_tx) in musbotg_channel_alloc()
221 musbotg_channel_free(struct musbotg_softc *sc, struct musbotg_td *td) in musbotg_channel_free()
244 struct musbotg_softc *sc; in musbotg_get_hw_ep_profile()
260 musbotg_clocks_on(struct musbotg_softc *sc) in musbotg_clocks_on()
[all …]
H A Dmusb_otg_allwinner.c119 struct musbotg_softc sc;
/freebsd/sys/arm/ti/am335x/
H A Dam335x_musb.c130 struct musbotg_softc sc_otg;
158 struct musbotg_softc *sc; in musbotg_clocks_on()
176 struct musbotg_softc *sc; in musbotg_clocks_off()
189 musbotg_ep_int_set(struct musbotg_softc *sc, int ep, int on) in musbotg_ep_int_set()
205 struct musbotg_softc *sc = arg; in musbotg_wrapper_interrupt()