Searched refs:EV_DOUT_COMPLETE (Results 1 – 2 of 2) sorted by relevance
/drivers/isdn/hisax/ |
D | st5481_d.c | 403 FsmEvent(&adapter->d_out.fsm, EV_DOUT_COMPLETE, (void *) buf_nr); in usb_d_out_complete() 564 {ST_DOUT_SHORT_INIT, EV_DOUT_COMPLETE, dout_short_fifo}, 569 {ST_DOUT_LONG_INIT, EV_DOUT_COMPLETE, dout_long_enable_fifo}, 575 {ST_DOUT_NORMAL, EV_DOUT_COMPLETE, dout_complete}, 578 {ST_DOUT_WAIT_FOR_UNDERRUN, EV_DOUT_COMPLETE, dout_ignore}, 580 {ST_DOUT_WAIT_FOR_NOT_BUSY, EV_DOUT_COMPLETE, dout_check_busy},
|
D | st5481.h | 171 EV_DOUT_COMPLETE, enumerator
|