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

/linux-master/arch/mips/fw/arc/
H A Dfile.c16 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) argument
18 return ARC_CALL4(read, FileID, Buffer, N, Count);
22 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) argument
24 return ARC_CALL4(write, FileID, Buffer, N, Count);
/linux-master/drivers/usb/serial/
H A Diuu_phoenix.c394 int Count = 0; local
409 priv->buf[Count++] = IUU_UART_WRITE_I2C;
410 priv->buf[Count++] = FrqGenAdr << 1;
411 priv->buf[Count++] = 0x09;
412 priv->buf[Count++] = 0x00;
414 status = bulk_immediate(port, (u8 *) priv->buf, Count);
476 priv->buf[Count++] = IUU_UART_WRITE_I2C; /* 0x4C */
477 priv->buf[Count++] = FrqGenAdr << 1;
478 priv->buf[Count++] = 0x09;
479 priv->buf[Count
[all...]
/linux-master/drivers/usb/storage/
H A Dfreecom.c53 __le32 Count; /* Number of bytes to transfer. */ member in struct:freecom_xfer_wrap
72 __le16 Count; member in struct:freecom_status
161 fxfr->Count = cpu_to_le32 (count);
194 fxfr->Count = cpu_to_le32 (count);
330 le16_to_cpu(fst->Count));
339 length = le16_to_cpu(fst->Count);
H A Dene_ub6250.c852 u32 Ende, Count; local
856 for (Count = 0; PhyBlock < Ende; PhyBlock++) {
860 Count++;
867 return Count;
/linux-master/drivers/media/dvb-frontends/
H A Dtda18271c2dd.c594 s32 Count = 0; local
636 freq_MainPLL = RF_in + sign * Count + 1000000;
649 Count += 200000;
651 if (Count < CountLimit * 100000)
657 Count = 200000;
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S36 | A3. Count the number of leading/trailing zeros in the
/linux-master/fs/smb/client/
H A Dcifssmb.c1592 *nbytes += le16_to_cpu(pSMBr->Count);
1632 written += le16_to_cpu(smb->Count);
1831 *nbytes += le16_to_cpu(pSMBr->Count);
H A Dcifspdu.h1010 __le16 Count; member in struct:smb_com_write_rsp

Completed in 153 milliseconds