Searched refs:musbotg_td (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/usb/controller/
H A Dmusb_otg.h301 struct musbotg_td;
304 typedef uint8_t (musbotg_cmd_t)(struct musbotg_td *td);
314 struct musbotg_td { struct
315 struct musbotg_td *obj_next;
341 struct musbotg_td *td;
342 struct musbotg_td *td_next;
H A Dmusb_otg.c135 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);
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)
402 musbotg_dev_ctrl_setup_rx(struct musbotg_td *td)
529 musbotg_host_ctrl_setup_tx(struct musbotg_td *td)
638 musbotg_dev_ctrl_data_rx(struct musbotg_td *td)
781 musbotg_dev_ctrl_data_tx(struct musbotg_td *td)
899 musbotg_host_ctrl_data_rx(struct musbotg_td *td)
1079 musbotg_host_ctrl_data_tx(struct musbotg_td *t
[all...]

Completed in 50 milliseconds