Searched refs:OUT_DOWN (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/isdn/hisax/
H A Dst5481_b.c47 if (b_out->flow_event & (OUT_DOWN | OUT_UNDERRUN)) { usb_b_out()
230 OUT_UP + OUT_DOWN + OUT_UNDERRUN, NULL, NULL); st5481B_mode()
H A Dst5481.h123 #define OUT_DOWN 0x04 /* Out fifo thresholdl down-crossed */ macro
128 #define ANY_XMIT_INT (OUT_UNDERRUN + OUT_UP + OUT_DOWN + OUT_COUNTER_ZEROED)
H A Dst5481_usb.c216 if (irqbyte & OUT_DOWN) usb_int_complete()
217 ;// printk("OUT_DOWN\n"); usb_int_complete()

Completed in 412 milliseconds