Home
last modified time | relevance | path

Searched refs:get_next_dframe (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
DmISDNhw.h199 extern int get_next_dframe(struct dchannel *);
/linux-4.1.27/drivers/isdn/mISDN/
Dhwchannel.c332 get_next_dframe(struct dchannel *dch) in get_next_dframe() function
344 EXPORT_SYMBOL(get_next_dframe);
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dw6692.c346 if (get_next_dframe(dch)) in d_retransmit()
398 if (get_next_dframe(&card->dch)) in handle_txD()
DmISDNipac.c228 if (get_next_dframe(&isac->dch)) in isac_xpr_irq()
249 if (get_next_dframe(&isac->dch)) in isac_retransmit()
Dhfcsusb.c1345 if (fifo->dch && get_next_dframe(fifo->dch)) in tx_iso_complete()
Dhfcpci.c1150 if (get_next_dframe(dch)) in tx_dirq()
Dhfcmulti.c2175 if (dch && get_next_dframe(dch)) { in hfcmulti_tx()