Searched defs:Count (Results 1 - 8 of 8) sorted by relevance

/drivers/isdn/hardware/eicon/
H A Ddi.c257 byte Count; local
265 if ((Count = a->ram_in(a, &PR_RAM->RcOutput)) != 0) {
266 dtrc(dprintf("#Rc=%x", Count));
270 while (Count--) {
303 if ((Count = a->ram_in(a, &PR_RAM->IndOutput)) != 0) {
304 dtrc(dprintf("#Ind=%x", Count));
308 while (Count--) {
H A Ddebug.c83 dword Count; /* current no of bytes in queue */ member in struct:MSG_QUEUE
92 #define queueCount(q) ((q)->Count)
101 Q->Count = 0;
144 Q->Count += size;
157 Q->Count -= size;
/drivers/usb/storage/
H A Dfreecom.c61 __le32 Count; /* Number of bytes to transfer. */ member in struct:freecom_xfer_wrap
80 __le16 Count; member in struct:freecom_status
161 fxfr->Count = cpu_to_le32 (count);
194 fxfr->Count = cpu_to_le32 (count);
322 le16_to_cpu (fst->Count));
331 length = le16_to_cpu(fst->Count);
H A Dene_ub6250.c825 u32 Ende, Count; local
829 for (Count = 0; PhyBlock < Ende; PhyBlock++) {
833 Count++;
839 return Count;
/drivers/usb/serial/
H A Diuu_phoenix.c449 int Count = 0; local
466 priv->buf[Count++] = IUU_UART_WRITE_I2C;
467 priv->buf[Count++] = FrqGenAdr << 1;
468 priv->buf[Count++] = 0x09;
469 priv->buf[Count++] = 0x00;
471 status = bulk_immediate(port, (u8 *) priv->buf, Count);
534 priv->buf[Count++] = IUU_UART_WRITE_I2C; /* 0x4C */
535 priv->buf[Count++] = FrqGenAdr << 1;
536 priv->buf[Count++] = 0x09;
537 priv->buf[Count
[all...]
/drivers/media/dvb/frontends/
H A Dtda18271c2dd.c604 s32 Count = 0; local
646 freq_MainPLL = RF_in + sign * Count + 1000000;
659 Count += 200000;
661 if (Count < CountLimit * 100000)
667 Count = 200000;
/drivers/scsi/
H A DBusLogic.c1549 Select appropriate values for the Mailbox Count, Driver Queue Depth,
1561 Depth should be set to the Mailbox Count, rather than the Host Adapter
2819 int Count; local
2853 Count = scsi_dma_map(Command);
2854 BUG_ON(Count < 0);
2855 if (Count) {
2860 CCB->DataLength = Count * sizeof(struct BusLogic_ScatterGatherSegment);
2866 scsi_for_each_sg(Command, sg, Count, i) {
2872 } else if (!Count) {
/drivers/block/
H A DDAC960.c1710 Count, Maximum Blocks per Command, Controller Scatter/Gather Limit, and
1847 Count, Maximum Blocks per Command, Controller Scatter/Gather Limit, and
6548 size_t Count, loff_t *pos)
6553 if (Count > sizeof(CommandBuffer)-1) return -EINVAL;
6554 if (copy_from_user(CommandBuffer, Buffer, Count)) return -EFAULT;
6555 CommandBuffer[Count] = '\0';
6561 ? Count : -EBUSY);
6564 ? Count : -EBUSY);
6546 dac960_user_command_proc_write(struct file *file, const char __user *Buffer, size_t Count, loff_t *pos) argument

Completed in 169 milliseconds