Home
last modified time | relevance | path

Searched refs:dwc_otg_td (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h51 struct dwc_otg_td;
54 typedef uint8_t (dwc_otg_cmd_t)(struct dwc_otg_softc *sc, struct dwc_otg_td *td);
56 struct dwc_otg_td { struct
57 struct dwc_otg_td *obj_next; argument
104 struct dwc_otg_td *td; argument
105 struct dwc_otg_td *td_next;
H A Ddwc_otg.c715 dwc_otg_host_check_tx_fifo_empty(struct dwc_otg_softc *sc, struct dwc_otg_td *td) in dwc_otg_host_check_tx_fifo_empty()
750 struct dwc_otg_td *td, uint8_t is_out) in dwc_otg_host_channel_alloc()
814 dwc_otg_host_channel_free_sub(struct dwc_otg_softc *sc, struct dwc_otg_td *td, uint8_t index) in dwc_otg_host_channel_free_sub()
860 dwc_otg_host_channel_free(struct dwc_otg_softc *sc, struct dwc_otg_td *td) in dwc_otg_host_channel_free()
868 dwc_otg_host_dump_rx(struct dwc_otg_softc *sc, struct dwc_otg_td *td) in dwc_otg_host_dump_rx()
884 dwc_otg_host_setup_tx(struct dwc_otg_softc *sc, struct dwc_otg_td *td) in dwc_otg_host_setup_tx()
1094 dwc_otg_setup_rx(struct dwc_otg_softc *sc, struct dwc_otg_td *td) in dwc_otg_setup_rx()
1196 dwc_otg_host_rate_check_interrupt(struct dwc_otg_softc *sc, struct dwc_otg_td *td) in dwc_otg_host_rate_check_interrupt()
1215 dwc_otg_host_rate_check(struct dwc_otg_softc *sc, struct dwc_otg_td *td) in dwc_otg_host_rate_check()
1253 dwc_otg_host_data_rx_sub(struct dwc_otg_softc *sc, struct dwc_otg_td *t
[all...]