ASYNC_LOW_LATENCY  427 net/irda/ircomm/ircomm_tty.c 	self->tty->low_latency = (self->flags & ASYNC_LOW_LATENCY) ? 1 : 0;
ASYNC_LOW_LATENCY 1325 net/irda/ircomm/ircomm_tty.c 	if (self->flags & ASYNC_LOW_LATENCY)
ASYNC_LOW_LATENCY  344 net/irda/ircomm/ircomm_tty_ioctl.c 	self->tty->low_latency = (self->flags & ASYNC_LOW_LATENCY) ? 1 : 0;