Home
last modified time | relevance | path

Searched defs:fifo_full (Results 1 – 4 of 4) sorted by relevance

/drivers/block/
Dcpqarray.h64 unsigned long (*fifo_full)(ctlr_info_t *h); member
Dcciss.h27 unsigned long (*fifo_full)(ctlr_info_t *h); member
/drivers/media/dvb-frontends/
Dstv090x.c3779 u32 reg, idle = 0, fifo_full = 1; in stv090x_send_diseqc_msg() local
3831 u32 reg, idle = 0, fifo_full = 1; in stv090x_send_diseqc_burst() local
/drivers/md/bcache/
Dutil.h172 #define fifo_full(fifo) (!fifo_free(fifo)) macro