Searched refs:iocount (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/usb/class/
H A Dcdc-acm.h92 struct async_icount iocount; /* counters for control line changes */ member in struct:acm
H A Dcdc-acm.c334 acm->oldcount = acm->iocount;
337 acm->iocount.dsr++;
339 acm->iocount.dcd++;
341 acm->iocount.brk++;
345 acm->iocount.rng++;
347 acm->iocount.frame++;
349 acm->iocount.parity++;
351 acm->iocount.overrun++;
1007 new = acm->iocount;
1046 icount->dsr = acm->iocount
[all...]
/linux-master/drivers/staging/greybus/
H A Duart.c55 struct async_icount iocount; member in struct:gb_tty
647 new = gb_tty->iocount;
679 icount->dsr = gb_tty->iocount.dsr;
680 icount->rng = gb_tty->iocount.rng;
681 icount->dcd = gb_tty->iocount.dcd;
682 icount->frame = gb_tty->iocount.frame;
683 icount->overrun = gb_tty->iocount.overrun;
684 icount->parity = gb_tty->iocount.parity;
685 icount->brk = gb_tty->iocount.brk;

Completed in 332 milliseconds