Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/drivers/usb/storage/
Dfreecom.c61 __le32 Count; /* Number of bytes to transfer. */ member
80 __le16 Count; member
161 fxfr->Count = cpu_to_le32 (count); in freecom_readdata()
194 fxfr->Count = cpu_to_le32 (count); in freecom_writedata()
322 le16_to_cpu(fst->Count)); in freecom_transport()
331 length = le16_to_cpu(fst->Count); in freecom_transport()
Dene_ub6250.c837 u32 Ende, Count; in ms_count_freeblock() local
841 for (Count = 0; PhyBlock < Ende; PhyBlock++) { in ms_count_freeblock()
845 Count++; in ms_count_freeblock()
851 return Count; in ms_count_freeblock()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/Documentation/accounting/
Dtaskstats-struct.txt80 __u64 ac_minflt; /* Minor Page Fault Count */
83 __u64 ac_majflt; /* Major Page Fault Count */
/linux-4.1.27/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.1.27/scripts/kconfig/
Dzconf.tab.c402 # define YYCOPY(To, From, Count) \ argument
403 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
405 # define YYCOPY(To, From, Count) \ argument
409 for (yyi = 0; yyi < (Count); yyi++) \
Dzconf.tab.c_shipped402 # define YYCOPY(To, From, Count) \
403 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
405 # define YYCOPY(To, From, Count) \
409 for (yyi = 0; yyi < (Count); yyi++) \
1612 /* Count tokens shifted since error; after three, turn off error
/linux-4.1.27/Documentation/networking/
Dcxacru.txt85 Count of total attempts to initialise ADSL.
Dbonding.txt1578 Link Failure Count: 0
1584 Link Failure Count: 0
1649 Link Failure Count: 1
1653 Link Failure Count: 1
Dip-sysctl.txt189 Count buffering overhead as bytes/2^tcp_adv_win_scale
/linux-4.1.27/Documentation/
Dedac.txt315 Channel 0 CE Count attribute file:
323 Channel 0 UE Count attribute file:
348 Channel 1 CE Count attribute file:
356 Channel 1 UE Count attribute file:
445 Parity Count:
Dbcache.txt306 Count of times readahead occurred.
/linux-4.1.27/tools/perf/Documentation/
Dperf-stat.txt75 Count only on the list of CPUs provided. Multiple CPUs can be provided as a
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped412 # define YYCOPY(Dst, Src, Count) \
413 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
415 # define YYCOPY(Dst, Src, Count) \
419 for (yyi = 0; yyi < (Count); yyi++) \
1657 /* Count tokens shifted since error; after three, turn off error
/linux-4.1.27/Documentation/video4linux/bttv/
DInsmod-options26 fieldnr=0/1 Count fields. Some TV descrambling software
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped414 # define YYCOPY(Dst, Src, Count) \
415 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
417 # define YYCOPY(Dst, Src, Count) \
421 for (yyi = 0; yyi < (Count); yyi++) \
1469 /* Count tokens shifted since error; after three, turn off error
/linux-4.1.27/arch/m68k/fpsp040/
Ddecbin.S36 | A3. Count the number of leading/trailing zeros in the
/linux-4.1.27/arch/metag/include/asm/
Dtbx.h533 TBIDUAL Start, End, Count; member
/linux-4.1.27/Documentation/hid/
Dhid-sensor.txt29 Report Count(1)
/linux-4.1.27/drivers/staging/i2o/
DREADME.ioctl33 III. Determining the IOP Count
/linux-4.1.27/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.1.27/Documentation/scsi/
DChangeLog.ncr53c8xx358 Count actual number of CCB queued to the controller (future use).
/linux-4.1.27/fs/cifs/
Dcifspdu.h1052 __le16 Count; member
Dcifssmb.c1877 *nbytes += le16_to_cpu(pSMBr->Count); in CIFSSMBWrite()
2062 written += le16_to_cpu(smb->Count); in cifs_writev_callback()
2259 *nbytes += le16_to_cpu(pSMBr->Count); in CIFSSMBWrite2()
/linux-4.1.27/Documentation/isdn/
DREADME177 1 0 Count of rings.
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt172 Bit 6 = Count loaded (0 if timer has expired)
/linux-4.1.27/arch/mips/
DKconfig1976 int "Count/Compare Timer Frequency (MHz)"