Home
last modified time | relevance | path

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

/arch/arm/plat-omap/include/mach/
Dmailbox.h29 int (*fifo_empty)(struct omap_mbox *mbox); member
/arch/arm/plat-omap/
Dmailbox.h74 return mbox->ops->fifo_empty(mbox); in mbox_fifo_empty()
/arch/arm/mach-omap1/
Dmailbox.c116 .fifo_empty = omap1_mbox_fifo_empty,
/arch/arm/mach-omap2/
Dmailbox.c192 .fifo_empty = omap2_mbox_fifo_empty,