Symbol: musbotg_td
sys/dev/usb/controller/musb_otg.c
1068
musbotg_host_ctrl_data_tx(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
1240
musbotg_dev_ctrl_status(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
1276
musbotg_host_ctrl_status_rx(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
134
static int musbotg_channel_alloc(struct musbotg_softc *, struct musbotg_td *td, uint8_t);
sys/dev/usb/controller/musb_otg.c
135
static void musbotg_channel_free(struct musbotg_softc *, struct musbotg_td *td);
sys/dev/usb/controller/musb_otg.c
1362
musbotg_host_ctrl_status_tx(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
1428
musbotg_dev_data_rx(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
1576
musbotg_dev_data_tx(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
1703
musbotg_host_data_rx(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
172
musbotg_channel_alloc(struct musbotg_softc *sc, struct musbotg_td *td, uint8_t is_tx)
sys/dev/usb/controller/musb_otg.c
1925
musbotg_host_data_tx(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
2128
struct musbotg_td *td;
sys/dev/usb/controller/musb_otg.c
221
musbotg_channel_free(struct musbotg_softc *sc, struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
2360
struct musbotg_td *td;
sys/dev/usb/controller/musb_otg.c
2391
struct musbotg_td *td;
sys/dev/usb/controller/musb_otg.c
2694
struct musbotg_td *td;
sys/dev/usb/controller/musb_otg.c
2806
struct musbotg_td *td;
sys/dev/usb/controller/musb_otg.c
398
musbotg_dev_ctrl_setup_rx(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
4086
struct musbotg_td *td;
sys/dev/usb/controller/musb_otg.c
525
musbotg_host_ctrl_setup_tx(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
633
musbotg_dev_ctrl_data_rx(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
774
musbotg_dev_ctrl_data_tx(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.c
890
musbotg_host_ctrl_data_rx(struct musbotg_td *td)
sys/dev/usb/controller/musb_otg.h
300
struct musbotg_td;
sys/dev/usb/controller/musb_otg.h
303
typedef uint8_t (musbotg_cmd_t)(struct musbotg_td *td);
sys/dev/usb/controller/musb_otg.h
314
struct musbotg_td *obj_next;
sys/dev/usb/controller/musb_otg.h
340
struct musbotg_td *td;
sys/dev/usb/controller/musb_otg.h
341
struct musbotg_td *td_next;