Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/mISDN/
Davmfritz.c454 bool fillempty = false; in hdlc_fill_fifo() local
467 fillempty = true; in hdlc_fill_fifo()
482 if (!fillempty) { in hdlc_fill_fifo()
498 if (fillempty) { in hdlc_fill_fifo()
512 if ((debug & DEBUG_HW_BFIFO) && !fillempty) { in hdlc_fill_fifo()
Dnetjet.c540 int count, i, fillempty = 0; in fill_dma() local
549 fillempty = 1; in fill_dma()
564 if (test_bit(FLG_HDLC, &bc->bch.Flags) && !fillempty) { in fill_dma()
575 if (!fillempty) in fill_dma()
580 if (fillempty) { in fill_dma()
Dw6692.c502 int count, fillempty = 0; in W6692_fill_Bfifo() local
511 fillempty = 1; in W6692_fill_Bfifo()
526 if (fillempty) { in W6692_fill_Bfifo()
535 if ((debug & DEBUG_HW_BFIFO) && !fillempty) { in W6692_fill_Bfifo()
Dhfcsusb.c1180 int frame_complete, fifon, status, fillempty = 0; in tx_iso_complete() local
1202 fillempty = 1; in tx_iso_complete()
1261 else if (fillempty) in tx_iso_complete()
1294 if (fillempty) { in tx_iso_complete()
1306 if ((fifon == HFCUSB_D_RX) && !fillempty && in tx_iso_complete()