• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/usb/controller/

Lines Matching refs:musbotg_softc

85    ((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 *sc;
262 musbotg_clocks_on(struct musbotg_softc *sc)
279 musbotg_clocks_off(struct musbotg_softc *sc)
295 musbotg_pull_common(struct musbotg_softc *sc, uint8_t on)
309 musbotg_pull_up(struct musbotg_softc *sc)
321 musbotg_pull_down(struct musbotg_softc *sc)
332 musbotg_suspend_host(struct musbotg_softc *sc)
347 musbotg_wakeup_host(struct musbotg_softc *sc)
372 musbotg_wakeup_peer(struct musbotg_softc *sc)
394 musbotg_set_address(struct musbotg_softc *sc, uint8_t addr)
404 struct musbotg_softc *sc;
531 struct musbotg_softc *sc;
641 struct musbotg_softc *sc;
784 struct musbotg_softc *sc;
902 struct musbotg_softc *sc;
1082 struct musbotg_softc *sc;
1257 struct musbotg_softc *sc;
1293 struct musbotg_softc *sc;
1380 struct musbotg_softc *sc;
1447 struct musbotg_softc *sc;
1597 struct musbotg_softc *sc;
1726 struct musbotg_softc *sc;
1950 struct musbotg_softc *sc;
2152 struct musbotg_softc *sc;
2197 musbotg_interrupt_poll(struct musbotg_softc *sc)
2211 musbotg_vbus_interrupt(struct musbotg_softc *sc, uint8_t is_on)
2240 musbotg_connect_interrupt(struct musbotg_softc *sc)
2251 musbotg_interrupt(struct musbotg_softc *sc,
2420 struct musbotg_softc *sc;
2650 musbotg_ep_int_set(struct musbotg_softc *sc, int channel, int on)
2714 musbotg_root_intr(struct musbotg_softc *sc)
2847 struct musbotg_softc *sc;
2876 struct musbotg_softc *sc;
2901 musbotg_clear_stall_sub(struct musbotg_softc *sc, uint16_t wMaxPacket,
3054 struct musbotg_softc *sc;
3081 musbotg_init(struct musbotg_softc *sc)
3316 musbotg_uninit(struct musbotg_softc *sc)
3340 struct musbotg_softc *sc = MUSBOTG_BUS2SC(bus);
3476 struct musbotg_softc *sc = MUSBOTG_BUS2SC(xfer->xroot->bus);
3632 struct musbotg_softc *sc = MUSBOTG_BUS2SC(udev->bus);
4093 struct musbotg_softc *sc;
4206 struct musbotg_softc *sc = MUSBOTG_BUS2SC(udev->bus);
4218 struct musbotg_softc *sc = MUSBOTG_BUS2SC(udev->bus);
4249 struct musbotg_softc *sc = MUSBOTG_BUS2SC(bus);