Home
last modified time | relevance | path

Searched refs:bas (Results 1 – 4 of 4) sorted by relevance

/drivers/isdn/gigaset/
Dbas-gigaset.c364 update_basstate(cs->hw.bas, BS_RESETTING, 0); in error_reset()
367 usb_queue_reset_device(cs->hw.bas->interface); in error_reset()
439 struct bas_cardstate *ucs = cs->hw.bas; in cmd_in_timeout()
481 struct bas_cardstate *ucs = cs->hw.bas; in read_ctrl_callback()
553 struct bas_cardstate *ucs = cs->hw.bas; in atread_submit()
645 struct bas_cardstate *ucs = cs->hw.bas; in int_in_resubmit()
674 struct bas_cardstate *ucs = cs->hw.bas; in read_int_callback()
757 stopurbs(bcs->hw.bas); in read_int_callback()
770 &bcs->hw.bas->corrbytes); in read_int_callback()
773 channel, bcs->hw.bas->numsub, l, in read_int_callback()
[all …]
Disocdata.c486 result = hdlc_buildframe(bcs->hw.bas->isooutbuf, in, len); in gigaset_isoc_buildframe()
491 result = trans_buildframe(bcs->hw.bas->isooutbuf, in, len); in gigaset_isoc_buildframe()
509 bcs->hw.bas->giants++; in hdlc_putbyte()
554 bcs->hw.bas->runts++; in hdlc_done()
559 bcs->hw.bas->fcserrs++; in hdlc_done()
568 bcs->hw.bas->goodbytes += len; in hdlc_done()
587 bcs->hw.bas->alignerrs++; in hdlc_frag()
633 struct bas_bc_state *ubc = bcs->hw.bas; in hdlc_unpack()
864 bcs->hw.bas->goodbytes += skb->len; in trans_receive()
1005 tasklet_schedule(&bcs->hw.bas->sent_tasklet); in gigaset_isoc_send_skb()
DMakefile8 bas_gigaset-y := bas-gigaset.o isocdata.o
Dgigaset.h397 struct bas_bc_state *bas; /* usb hardware driver (base) */ member
503 struct bas_cardstate *bas; /* USB hardware driver (base) */ member