/linux-4.1.27/drivers/usb/serial/ |
D | iuu_phoenix.c | 404 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/ |
D | file.c | 17 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/ |
D | freecom.c | 61 __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()
|
D | ene_ub6250.c | 837 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/ |
D | smbus-protocol | 46 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
|
D | i2c-protocol | 16 Count (8 bits): A data byte containing the length of a block operation.
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | di.c | 257 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()
|
D | debug.c | 83 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/ |
D | sysfs-class-ubi | 47 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/ |
D | stmpe.txt | 22 - st,fraction-z: Length of the fractional part in z (fraction-z ([0..7]) = Count of
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | tda18271c2dd.c | 615 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/ |
D | taskstats-struct.txt | 80 __u64 ac_minflt; /* Minor Page Fault Count */ 83 __u64 ac_majflt; /* Major Page Fault Count */
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 545 * 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 …]
|
D | aic7xxx.reg | 231 * SCSI Transfer Count (pp. 3-19,20) 1040 * Queue In Count (p. 3-60) 1074 * Queue Out Count (p. 3-61)
|
D | aic7xxx.seq | 571 * BIOS array for this table. Count is one less than
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c | 402 # 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++) \
|
D | zconf.tab.c_shipped | 402 # 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/ |
D | cxacru.txt | 85 Count of total attempts to initialise ADSL.
|
D | bonding.txt | 1578 Link Failure Count: 0 1584 Link Failure Count: 0 1649 Link Failure Count: 1 1653 Link Failure Count: 1
|
D | ip-sysctl.txt | 189 Count buffering overhead as bytes/2^tcp_adv_win_scale
|
/linux-4.1.27/Documentation/ |
D | edac.txt | 315 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:
|
D | bcache.txt | 306 Count of times readahead occurred.
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-stat.txt | 75 Count only on the list of CPUs provided. Multiple CPUs can be provided as a
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 412 # 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/ |
D | Insmod-options | 26 fieldnr=0/1 Count fields. Some TV descrambling software
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 414 # 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/ |
D | decbin.S | 36 | A3. Count the number of leading/trailing zeros in the
|
/linux-4.1.27/arch/metag/include/asm/ |
D | tbx.h | 533 TBIDUAL Start, End, Count; member
|
/linux-4.1.27/Documentation/hid/ |
D | hid-sensor.txt | 29 Report Count(1)
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README.ioctl | 33 III. Determining the IOP Count
|
/linux-4.1.27/drivers/block/ |
D | DAC960.c | 6548 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/ |
D | ChangeLog.ncr53c8xx | 358 Count actual number of CCB queued to the controller (future use).
|
/linux-4.1.27/fs/cifs/ |
D | cifspdu.h | 1052 __le16 Count; member
|
D | cifssmb.c | 1877 *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/ |
D | README | 177 1 0 Count of rings.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 172 Bit 6 = Count loaded (0 if timer has expired)
|
/linux-4.1.27/arch/mips/ |
D | Kconfig | 1976 int "Count/Compare Timer Frequency (MHz)"
|