Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/isdn/hardware/mISDN/
Davmfritz.c441 bool fillempty = false; in hdlc_fill_fifo() local
454 fillempty = true; in hdlc_fill_fifo()
469 if (!fillempty) { in hdlc_fill_fifo()
485 if (fillempty) { in hdlc_fill_fifo()
499 if ((debug & DEBUG_HW_BFIFO) && !fillempty) { in hdlc_fill_fifo()
Dnetjet.c527 int count, i, fillempty = 0; in fill_dma() local
536 fillempty = 1; in fill_dma()
551 if (test_bit(FLG_HDLC, &bc->bch.Flags) && !fillempty) { in fill_dma()
562 if (!fillempty) in fill_dma()
567 if (fillempty) { in fill_dma()
Dw6692.c487 int count, fillempty = 0; in W6692_fill_Bfifo() local
496 fillempty = 1; in W6692_fill_Bfifo()
511 if (fillempty) { in W6692_fill_Bfifo()
520 if ((debug & DEBUG_HW_BFIFO) && !fillempty) { in W6692_fill_Bfifo()
Dhfcsusb.c1166 int frame_complete, fifon, status, fillempty = 0; in tx_iso_complete() local
1188 fillempty = 1; in tx_iso_complete()
1247 else if (fillempty) in tx_iso_complete()
1280 if (fillempty) { in tx_iso_complete()
1292 if ((fifon == HFCUSB_D_RX) && !fillempty && in tx_iso_complete()