Searched refs:USBSER_PORT_IS_BUSY (Results 1 – 2 of 2) sorted by relevance
240 #define USBSER_PORT_IS_BUSY(pp) ((pp)->port_act != 0) macro
1774 while ((pp->port_wq_data_cnt > 0) && USBSER_PORT_IS_BUSY(pp)) { in usbser_close_drain()1783 need_drain = (pp->port_wq_data_cnt == 0) || !USBSER_PORT_IS_BUSY(pp) || in usbser_close_drain()