Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h91 uint8_t set_toggle:1; member
H A Ddwc_otg.c1207 if (td->set_toggle) { in dwc_otg_host_rate_check_interrupt()
1208 td->set_toggle = 0; in dwc_otg_host_rate_check_interrupt()
1240 } else if (td->set_toggle) { in dwc_otg_host_rate_check()
1241 td->set_toggle = 0; in dwc_otg_host_rate_check()
1555 if (td->set_toggle) { in dwc_otg_host_data_rx()
1556 td->set_toggle = 0; in dwc_otg_host_data_rx()
1952 if (td->set_toggle) { in dwc_otg_host_data_tx()
1953 td->set_toggle = 0; in dwc_otg_host_data_tx()
3109 td->set_toggle = 0; in dwc_otg_setup_standard_chain_sub()
3282 td->set_toggle = 1; in dwc_otg_setup_standard_chain()