Home
last modified time | relevance | path

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

/NextBSD/sys/dev/usb/controller/
HDmusb_otg.h299 struct musbotg_td;
302 typedef uint8_t (musbotg_cmd_t)(struct musbotg_td *td);
312 struct musbotg_td { struct
313 struct musbotg_td *obj_next; argument
339 struct musbotg_td *td; argument
340 struct musbotg_td *td_next;
HDmusb_otg.c134 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);
152 musbotg_channel_alloc(struct musbotg_softc *sc, struct musbotg_td *td, uint8_t is_tx) in musbotg_channel_alloc()
201 musbotg_channel_free(struct musbotg_softc *sc, struct musbotg_td *td) in musbotg_channel_free()
380 musbotg_dev_ctrl_setup_rx(struct musbotg_td *td) in musbotg_dev_ctrl_setup_rx()
507 musbotg_host_ctrl_setup_tx(struct musbotg_td *td) in musbotg_host_ctrl_setup_tx()
616 musbotg_dev_ctrl_data_rx(struct musbotg_td *td) in musbotg_dev_ctrl_data_rx()
759 musbotg_dev_ctrl_data_tx(struct musbotg_td *td) in musbotg_dev_ctrl_data_tx()
877 musbotg_host_ctrl_data_rx(struct musbotg_td *td) in musbotg_host_ctrl_data_rx()
1057 musbotg_host_ctrl_data_tx(struct musbotg_td *td) in musbotg_host_ctrl_data_tx()
[all …]