Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 36 of 36) sorted by relevance

/linux-4.4.14/drivers/usb/serial/
Diuu_phoenix.c404 int Count = 0; in iuu_clk() local
419 priv->buf[Count++] = IUU_UART_WRITE_I2C; in iuu_clk()
420 priv->buf[Count++] = FrqGenAdr << 1; in iuu_clk()
421 priv->buf[Count++] = 0x09; in iuu_clk()
422 priv->buf[Count++] = 0x00; in iuu_clk()
424 status = bulk_immediate(port, (u8 *) priv->buf, Count); in iuu_clk()
487 priv->buf[Count++] = IUU_UART_WRITE_I2C; /* 0x4C */ in iuu_clk()
488 priv->buf[Count++] = FrqGenAdr << 1; in iuu_clk()
489 priv->buf[Count++] = 0x09; in iuu_clk()
490 priv->buf[Count++] = 0x20; /* Adr = 0x09 */ in iuu_clk()
[all …]
/linux-4.4.14/arch/mips/fw/arc/
Dfile.c17 ULONG N, ULONG *Count) in ArcGetDirectoryEntry() argument
19 return ARC_CALL4(get_vdirent, FileID, Buffer, N, Count); in ArcGetDirectoryEntry()
35 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() argument
37 return ARC_CALL4(read, FileID, Buffer, N, Count); in ArcRead()
47 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite() argument
49 return ARC_CALL4(write, FileID, Buffer, N, Count); in ArcWrite()
/linux-4.4.14/drivers/usb/storage/
Dfreecom.c64 __le32 Count; /* Number of bytes to transfer. */ member
83 __le16 Count; member
164 fxfr->Count = cpu_to_le32 (count); in freecom_readdata()
197 fxfr->Count = cpu_to_le32 (count); in freecom_writedata()
325 le16_to_cpu(fst->Count)); in freecom_transport()
334 length = le16_to_cpu(fst->Count); in freecom_transport()
Dene_ub6250.c840 u32 Ende, Count; in ms_count_freeblock() local
844 for (Count = 0; PhyBlock < Ende; PhyBlock++) { in ms_count_freeblock()
848 Count++; in ms_count_freeblock()
854 return Count; in ms_count_freeblock()
/linux-4.4.14/Documentation/i2c/
Dsmbus-protocol46 Count (8 bits): A data byte containing the length of a block operation.
157 of data is specified by the device in the Count byte.
160 S Addr Rd [A] [Count] A [Data] A [Data] A ... A [Data] NA P
170 Comm byte. The amount of data is specified in the Count byte.
172 S Addr Wr [A] Comm [A] Count [A] Data [A] Data [A] ... [A] Data [A] P
186 S Addr Wr [A] Comm [A] Count [A] Data [A] ...
187 S Addr Rd [A] [Count] A [Data] ... A P
Di2c-protocol16 Count (8 bits): A data byte containing the length of a block operation.
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddi.c257 byte Count; in pr_dpc() local
265 if ((Count = a->ram_in(a, &PR_RAM->RcOutput)) != 0) { in pr_dpc()
266 dtrc(dprintf("#Rc=%x", Count)); in pr_dpc()
270 while (Count--) { in pr_dpc()
303 if ((Count = a->ram_in(a, &PR_RAM->IndOutput)) != 0) { in pr_dpc()
304 dtrc(dprintf("#Ind=%x", Count)); in pr_dpc()
308 while (Count--) { in pr_dpc()
Ddebug.c83 dword Count; /* current no of bytes in queue */ member
92 #define queueCount(q) ((q)->Count)
101 Q->Count = 0; in queueInit()
144 Q->Count += size; in queueAllocMsg()
157 Q->Count -= size; in queueFreeMsg()
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-ubi47 Count of bad physical eraseblocks on the underlying MTD device.
123 Count of volumes on this UBI device.
182 Count of physical eraseblock reserved for this volume.
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dstmpe.txt22 - st,fraction-z: Length of the fractional part in z (fraction-z ([0..7]) = Count of
/linux-4.4.14/drivers/media/dvb-frontends/
Dtda18271c2dd.c615 s32 Count = 0; in PowerScan() local
657 freq_MainPLL = RF_in + sign * Count + 1000000; in PowerScan()
670 Count += 200000; in PowerScan()
672 if (Count < CountLimit * 100000) in PowerScan()
678 Count = 200000; in PowerScan()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg545 * Data Channel Host Count
556 * Host Overlay DMA Count
597 * Scatter/Gather Host Count
607 * SCB Host Count
857 * CMC Sequencer Byte Count
866 * Overlay Sequencer Byte Count
875 * Data Channel Sequencer Byte Count
1053 * SG Sequencer Byte Count
2076 * SCSI Offset Count
2364 * Output Synchronizer Space Count
[all …]
Daic7xxx.reg231 * SCSI Transfer Count (pp. 3-19,20)
1040 * Queue In Count (p. 3-60)
1074 * Queue Out Count (p. 3-61)
Daic7xxx.seq571 * BIOS array for this table. Count is one less than
/linux-4.4.14/Documentation/accounting/
Dtaskstats-struct.txt80 __u64 ac_minflt; /* Minor Page Fault Count */
83 __u64 ac_majflt; /* Major Page Fault Count */
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c415 # define YYCOPY(Dst, Src, Count) \ argument
416 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
418 # define YYCOPY(Dst, Src, Count) \ argument
422 for (yyi = 0; yyi < (Count); yyi++) \
Dzconf.tab.c_shipped415 # define YYCOPY(Dst, Src, Count) \
416 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
418 # define YYCOPY(Dst, Src, Count) \
422 for (yyi = 0; yyi < (Count); yyi++) \
1634 /* Count tokens shifted since error; after three, turn off error
/linux-4.4.14/Documentation/networking/
Dcxacru.txt85 Count of total attempts to initialise ADSL.
Dbonding.txt1615 Link Failure Count: 0
1621 Link Failure Count: 0
1733 Link Failure Count: 1
1737 Link Failure Count: 1
Dip-sysctl.txt189 Count buffering overhead as bytes/2^tcp_adv_win_scale
/linux-4.4.14/Documentation/
Dedac.txt282 Channel 0 CE Count attribute file:
290 Channel 0 UE Count attribute file:
315 Channel 1 CE Count attribute file:
323 Channel 1 UE Count attribute file:
413 Parity Count:
Dbcache.txt306 Count of times readahead occurred.
/linux-4.4.14/tools/perf/Documentation/
Dperf-stat.txt83 Count only on the list of CPUs provided. Multiple CPUs can be provided as a
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped424 # define YYCOPY(Dst, Src, Count) \
425 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
427 # define YYCOPY(Dst, Src, Count) \
431 for (yyi = 0; yyi < (Count); yyi++) \
1631 /* Count tokens shifted since error; after three, turn off error
/linux-4.4.14/Documentation/video4linux/bttv/
DInsmod-options26 fieldnr=0/1 Count fields. Some TV descrambling software
/linux-4.4.14/arch/metag/include/asm/
Dtbx.h533 TBIDUAL Start, End, Count; member
/linux-4.4.14/arch/m68k/fpsp040/
Ddecbin.S36 | A3. Count the number of leading/trailing zeros in the
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped421 # define YYCOPY(Dst, Src, Count) \
422 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
424 # define YYCOPY(Dst, Src, Count) \
428 for (yyi = 0; yyi < (Count); yyi++) \
1414 /* Count tokens shifted since error; after three, turn off error
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt29 Report Count(1)
/linux-4.4.14/drivers/block/
DDAC960.c6548 size_t Count, loff_t *pos) in dac960_user_command_proc_write() argument
6553 if (Count > sizeof(CommandBuffer)-1) return -EINVAL; in dac960_user_command_proc_write()
6554 if (copy_from_user(CommandBuffer, Buffer, Count)) return -EFAULT; in dac960_user_command_proc_write()
6555 CommandBuffer[Count] = '\0'; in dac960_user_command_proc_write()
6561 ? Count : -EBUSY); in dac960_user_command_proc_write()
6564 ? Count : -EBUSY); in dac960_user_command_proc_write()
/linux-4.4.14/Documentation/scsi/
DChangeLog.ncr53c8xx358 Count actual number of CCB queued to the controller (future use).
/linux-4.4.14/fs/cifs/
Dcifspdu.h1052 __le16 Count; member
Dcifssmb.c1880 *nbytes += le16_to_cpu(pSMBr->Count); in CIFSSMBWrite()
2066 written += le16_to_cpu(smb->Count); in cifs_writev_callback()
2265 *nbytes += le16_to_cpu(pSMBr->Count); in CIFSSMBWrite2()
/linux-4.4.14/Documentation/isdn/
DREADME177 1 0 Count of rings.
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt172 Bit 6 = Count loaded (0 if timer has expired)
/linux-4.4.14/arch/mips/
DKconfig2024 int "Count/Compare Timer Frequency (MHz)"