Searched refs:d_out (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/isdn/hisax/ |
D | st5481_d.c | 289 FsmEvent(&adapter->d_out.fsm, EV_DOUT_STOPPED, NULL); in dout_stop_event() 297 struct st5481_d_out *d_out = &adapter->d_out; in usb_d_out() local 304 if (d_out->fsm.state != ST_DOUT_NORMAL) in usb_d_out() 307 if (test_and_set_bit(buf_nr, &d_out->busy)) { in usb_d_out() 308 DBG(2, "ep %d urb %d busy %#lx", EP_D_OUT, buf_nr, d_out->busy); in usb_d_out() 311 urb = d_out->urb[buf_nr]; in usb_d_out() 313 skb = d_out->tx_skb; in usb_d_out() 318 len = isdnhdlc_encode(&d_out->hdlc_state, in usb_d_out() 324 len = isdnhdlc_encode(&d_out->hdlc_state, in usb_d_out() 330 FsmChangeState(&d_out->fsm, ST_DOUT_WAIT_FOR_UNDERRUN); in usb_d_out() [all …]
|
D | st5481_usb.c | 207 FsmEvent(&adapter->d_out.fsm, EV_DOUT_DEN, NULL); in usb_int_complete() 210 FsmEvent(&adapter->d_out.fsm, EV_DOUT_COLL, NULL); in usb_int_complete() 214 FsmEvent(&adapter->d_out.fsm, EV_DOUT_UNDERRUN, NULL); in usb_int_complete()
|
D | st5481.h | 387 struct st5481_d_out d_out; member
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_nl.c | 3642 struct drbd_genlmsghdr *d_out; in drbd_bcast_event() local 3652 d_out = genlmsg_put(msg, 0, seq, &drbd_genl_family, 0, DRBD_EVENT); in drbd_bcast_event() 3653 if (!d_out) /* cannot happen, but anyways. */ in drbd_bcast_event() 3655 d_out->minor = device_to_minor(device); in drbd_bcast_event() 3656 d_out->ret_code = NO_ERROR; in drbd_bcast_event() 3660 genlmsg_end(msg, d_out); in drbd_bcast_event()
|