Searched refs:musbotg_td (Results 1 – 2 of 2) sorted by relevance
300 struct musbotg_td;303 typedef uint8_t (musbotg_cmd_t)(struct musbotg_td *td);313 struct musbotg_td { struct314 struct musbotg_td *obj_next; argument340 struct musbotg_td *td; argument341 struct musbotg_td *td_next;
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);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()398 musbotg_dev_ctrl_setup_rx(struct musbotg_td *td) in musbotg_dev_ctrl_setup_rx()525 musbotg_host_ctrl_setup_tx(struct musbotg_td *td) in musbotg_host_ctrl_setup_tx()633 musbotg_dev_ctrl_data_rx(struct musbotg_td *td) in musbotg_dev_ctrl_data_rx()774 musbotg_dev_ctrl_data_tx(struct musbotg_td *td) in musbotg_dev_ctrl_data_tx()890 musbotg_host_ctrl_data_rx(struct musbotg_td *td) in musbotg_host_ctrl_data_rx()1068 musbotg_host_ctrl_data_tx(struct musbotg_td *td) in musbotg_host_ctrl_data_tx()[all …]