Home
last modified time | relevance | path

Searched refs:fTAIL (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-msm/
Dsmd_debug.c65 s->fTAIL ? 'R' : 'r', in dump_ch()
73 r->fTAIL ? 'R' : 'r', in dump_ch()
Dsmd.c198 ch->send->fTAIL = 1; in ch_read_done()
346 if (ch->recv->fTAIL) { in handle_smd_irq()
347 ch->recv->fTAIL = 0; in handle_smd_irq()
396 if (ch->recv->fHEAD || ch->recv->fTAIL || ch->recv->fSTATE) in smd_need_int()
Dsmd_private.h264 unsigned char fTAIL; member