Searched refs:HIF_USB_TX_STOP (Results 1 – 2 of 2) sorted by relevance
94 #define HIF_USB_TX_STOP BIT(0) macro
303 if (!(hif_dev->tx.flags & HIF_USB_TX_STOP)) in hif_usb_tx_cb()386 if (hif_dev->tx.flags & HIF_USB_TX_STOP) { in hif_usb_send_tx()434 hif_dev->tx.flags &= ~HIF_USB_TX_STOP; in hif_usb_start()447 hif_dev->tx.flags |= HIF_USB_TX_STOP; in hif_usb_stop()
Completed in 7 milliseconds