Searched refs:iocount (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/ |
D | eata.c | 820 unsigned int iocount; /* Total i/o done for this board */ member 2297 ha->iocount++; in ihdlr() 2301 ha->iocount); in ihdlr() 2308 ha->board_name, irq, reg, ha->iocount); in ihdlr() 2328 if (ha->iocount < 200) { in ihdlr() 2338 if (spp->eoc == 0 && ha->iocount > 1) in ihdlr() 2341 ha->board_name, irq, reg, ha->iocount); in ihdlr() 2345 ha->board_name, spp->cpp_index, irq, reg, ha->iocount); in ihdlr() 2356 if ((ha->iocount > 500) && ((ha->iocount % 500) < 3)) in ihdlr() 2366 ha->iocount); in ihdlr() [all …]
|
/drivers/usb/class/ |
D | cdc-acm.c | 331 acm->oldcount = acm->iocount; in acm_ctrl_irq() 334 acm->iocount.dsr++; in acm_ctrl_irq() 336 acm->iocount.brk++; in acm_ctrl_irq() 338 acm->iocount.rng++; in acm_ctrl_irq() 340 acm->iocount.dcd++; in acm_ctrl_irq() 342 acm->iocount.frame++; in acm_ctrl_irq() 344 acm->iocount.parity++; in acm_ctrl_irq() 346 acm->iocount.overrun++; in acm_ctrl_irq() 943 new = acm->iocount; in wait_serial_change() 984 icount.dsr = acm->iocount.dsr; in get_serial_usage() [all …]
|
D | cdc-acm.h | 109 struct async_icount iocount; /* counters for control line changes */ member
|
/drivers/staging/greybus/ |
D | uart.c | 65 struct async_icount iocount; member 687 new = gb_tty->iocount; in wait_serial_change() 721 icount.dsr = gb_tty->iocount.dsr; in get_serial_usage() 722 icount.rng = gb_tty->iocount.rng; in get_serial_usage() 723 icount.dcd = gb_tty->iocount.dcd; in get_serial_usage() 724 icount.frame = gb_tty->iocount.frame; in get_serial_usage() 725 icount.overrun = gb_tty->iocount.overrun; in get_serial_usage() 726 icount.parity = gb_tty->iocount.parity; in get_serial_usage() 727 icount.brk = gb_tty->iocount.brk; in get_serial_usage()
|