Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dmusb_otg.h303 typedef uint8_t (musbotg_cmd_t)(struct musbotg_td *td); typedef
315 musbotg_cmd_t *func;
338 musbotg_cmd_t *func;
H A Dmusb_otg.c109 static musbotg_cmd_t musbotg_dev_ctrl_setup_rx;
110 static musbotg_cmd_t musbotg_dev_ctrl_data_rx;
111 static musbotg_cmd_t musbotg_dev_ctrl_data_tx;
112 static musbotg_cmd_t musbotg_dev_ctrl_status;
115 static musbotg_cmd_t musbotg_host_ctrl_setup_tx;
116 static musbotg_cmd_t musbotg_host_ctrl_data_rx;
117 static musbotg_cmd_t musbotg_host_ctrl_data_tx;
118 static musbotg_cmd_t musbotg_host_ctrl_status_rx;
119 static musbotg_cmd_t musbotg_host_ctrl_status_tx;
122 static musbotg_cmd_t musbotg_dev_data_rx;
[all …]