Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/isdn/hardware/mISDN/
Davmfritz.c442 bool fillempty = false; in hdlc_fill_fifo() local
455 fillempty = true; in hdlc_fill_fifo()
470 if (!fillempty) { in hdlc_fill_fifo()
486 if (fillempty) { in hdlc_fill_fifo()
500 if ((debug & DEBUG_HW_BFIFO) && !fillempty) { in hdlc_fill_fifo()
Dnetjet.c528 int count, i, fillempty = 0; in fill_dma() local
537 fillempty = 1; in fill_dma()
552 if (test_bit(FLG_HDLC, &bc->bch.Flags) && !fillempty) { in fill_dma()
563 if (!fillempty) in fill_dma()
568 if (fillempty) { in fill_dma()
Dw6692.c488 int count, fillempty = 0; in W6692_fill_Bfifo() local
497 fillempty = 1; in W6692_fill_Bfifo()
512 if (fillempty) { in W6692_fill_Bfifo()
521 if ((debug & DEBUG_HW_BFIFO) && !fillempty) { in W6692_fill_Bfifo()
Dhfcsusb.c1167 int frame_complete, fifon, status, fillempty = 0; in tx_iso_complete() local
1189 fillempty = 1; in tx_iso_complete()
1248 else if (fillempty) in tx_iso_complete()
1281 if (fillempty) { in tx_iso_complete()
1293 if ((fifon == HFCUSB_D_RX) && !fillempty && in tx_iso_complete()