Searched refs:ocount (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-diolan-u2c.c | 90 int ocount; /* Number of enqueued messages */ member 107 if (!dev->olen || !dev->ocount) in diolan_usb_transfer() 115 for (i = 0; i < dev->ocount; i++) { in diolan_usb_transfer() 157 dev->ocount = 0; in diolan_usb_transfer() 172 dev->ocount++; in diolan_usb_cmd() 182 dev->ocount++; in diolan_usb_cmd_data() 193 dev->ocount++; in diolan_usb_cmd_data2()
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
D | nsp_cs.c | 723 int ocount, res; in nsp_pio_read() local 726 ocount = data->FifoCount; in nsp_pio_read() 729 SCpnt, scsi_get_resid(SCpnt), ocount, SCpnt->SCp.ptr, in nsp_pio_read() 742 res = nsp_fifo_count(SCpnt) - ocount; in nsp_pio_read() 784 ocount += res; in nsp_pio_read() 801 data->FifoCount = ocount; in nsp_pio_read() 808 nsp_dbg(NSP_DEBUG_DATA_IO, "read ocount=0x%x", ocount); in nsp_pio_read() 822 int ocount, res; in nsp_pio_write() local 825 ocount = data->FifoCount; in nsp_pio_write() 840 res = ocount - nsp_fifo_count(SCpnt); in nsp_pio_write() [all …]
|
/linux-4.4.14/include/uapi/linux/ |
D | mroute.h | 110 unsigned long ocount; /* Out packets */ member
|
D | mroute6.h | 110 unsigned long ocount; /* Out packets */ member
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl32.c | 270 if (get_user(addr, &p32->ocount)) in xfs_compat_ioc_bulkstat() 272 bulkreq.ocount = compat_ptr(addr); in xfs_compat_ioc_bulkstat() 300 if (bulkreq.ocount != NULL) { in xfs_compat_ioc_bulkstat() 305 if (copy_to_user(bulkreq.ocount, &count, sizeof(count))) in xfs_compat_ioc_bulkstat()
|
D | xfs_ioctl32.h | 82 compat_uptr_t ocount; /* output count pointer */ member
|
D | xfs_file.c | 884 size_t ocount = iov_iter_count(from); in xfs_file_write_iter() local 888 if (ocount == 0) in xfs_file_write_iter()
|
D | xfs_ioctl.c | 799 if (bulkreq.ocount != NULL) { in xfs_ioc_bulkstat() 804 if (copy_to_user(bulkreq.ocount, &count, sizeof(count))) in xfs_ioc_bulkstat()
|
/linux-4.4.14/drivers/isdn/icn/ |
D | icn.c | 1032 int ocount; in icn_writecmd() local 1041 ocount = 1; in icn_writecmd() 1068 ocount++; in icn_writecmd() 1070 ocount++; in icn_writecmd() 1087 cmd.arg = ocount; in icn_writecmd()
|
/linux-4.4.14/drivers/isdn/isdnloop/ |
D | isdnloop.c | 969 int ocount = 1; in isdnloop_writecmd() local 996 ocount++; in isdnloop_writecmd() 1002 ocount++; in isdnloop_writecmd() 1007 cmd.arg = ocount; in isdnloop_writecmd()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_fs.h | 335 __s32 __user *ocount; /* output count pointer */ member
|
/linux-4.4.14/fs/nfs/ |
D | nfs3xdr.c | 1595 u32 eof, count, ocount, recvd; in decode_read3resok() local 1603 ocount = be32_to_cpup(p++); in decode_read3resok() 1604 if (unlikely(ocount != count)) in decode_read3resok() 1615 "count %u != ocount %u\n", count, ocount); in decode_read3resok()
|
/linux-4.4.14/net/ipv6/ |
D | ip6mr.c | 1876 vr.ocount = vif->pkt_out; in ip6mr_ioctl() 1922 compat_ulong_t ocount; member 1950 vr.ocount = vif->pkt_out; in ip6mr_compat_ioctl()
|
/linux-4.4.14/net/ipv4/ |
D | ipmr.c | 1505 vr.ocount = vif->pkt_out; in ipmr_ioctl() 1551 compat_ulong_t ocount; member 1579 vr.ocount = vif->pkt_out; in ipmr_compat_ioctl()
|