| /linux/drivers/usb/serial/ |
| H A D | iuu_phoenix.c | 394 int Count = 0; in iuu_clk() local 409 priv->buf[Count++] = IUU_UART_WRITE_I2C; in iuu_clk() 410 priv->buf[Count++] = FrqGenAdr << 1; in iuu_clk() 411 priv->buf[Count++] = 0x09; in iuu_clk() 412 priv->buf[Count++] = 0x00; in iuu_clk() 414 status = bulk_immediate(port, (u8 *) priv->buf, Count); in iuu_clk() 476 priv->buf[Count++] = IUU_UART_WRITE_I2C; /* 0x4C */ in iuu_clk() 477 priv->buf[Count++] = FrqGenAdr << 1; in iuu_clk() 478 priv->buf[Count++] = 0x09; in iuu_clk() 479 priv->buf[Count++] = 0x20; /* Adr = 0x09 */ in iuu_clk() [all …]
|
| /linux/Documentation/driver-api/ |
| H A D | generic-counter.rst | 33 Association of a Signal, and evaluation trigger, with a Count. 35 * Count: 58 A Synapse represents the association of a Signal with a Count. Signal 59 data affects respective Count data, and the Synapse represents this 63 triggers the respective Count's count function evaluation to update the 88 A Synapse associates one Signal with one Count. 92 A Count represents the accumulation of the effects of connected 96 A Count has a count function mode which represents the update behavior 138 A Count has a set of one or more associated Synapses. 143 The most basic counter device may be expressed as a single Count [all …]
|
| /linux/arch/mips/fw/arc/ |
| H A D | file.c | 16 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() argument 18 return ARC_CALL4(read, FileID, Buffer, N, Count); in ArcRead() 22 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite() argument 24 return ARC_CALL4(write, FileID, Buffer, N, Count); in ArcWrite()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-papr-pmem | 48 * "CtlResCt" : Controller Reset Count 53 * "HostLCnt" : Host Load Count 54 * "HostSCnt" : Host Store Count 57 * "MedRCnt " : Media Read Count 58 * "MedWCnt " : Media Write Count 61 * "CchRHCnt" : Cache Read Hit Count 62 * "CchWHCnt" : Cache Write Hit Count 63 * "FastWCnt" : Fast Write Count
|
| H A D | sysfs-bus-counter | 35 Count data of Count Y represented as a string. 49 Historical capture of the Count Y count data. 55 Count value ceiling for Count Y. This is the upper limit for the 62 Count value floor for Count Y. This is the lower limit for the 69 Count mode for channel Y. The ceiling and floor values for 70 Count Y are used by the count mode where required. The following 79 the Count Y ceiling value, while the lower limit is set 80 to the Count Y floor value. The counter freezes at 93 A count value boundary is set between the Count Y floor 94 value and the Count Y ceiling value. The counter is [all …]
|
| H A D | sysfs-edac-ecs | 39 Row Count mode. If the ECS is under Codeword mode, then 41 bit errors is detected. If the ECS is under Row Count mode,
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | nvidia-pmu.rst | 41 * Count event id 0x0 in socket 0:: 45 * Count event id 0x0 in socket 1:: 73 * Count event id 0x0 from the GPU/CPU connected with socket 0:: 77 * Count event id 0x0 from the GPU/CPU connected with socket 1:: 81 * Count event id 0x0 from the GPU/CPU connected with socket 2:: 85 * Count event id 0x0 from the GPU/CPU connected with socket 3:: 97 * Count event id 0x0 from the GPU connected with socket 0 on port 0:: 101 * Count event id 0x0 from the GPUs connected with socket 0 on port 0 and port 1:: 119 * Count event id 0x0 from the GPU connected with socket 0:: 123 * Count event id 0x0 from the GPU connected with socket 1:: [all …]
|
| /linux/drivers/usb/storage/ |
| H A D | freecom.c | 53 __le32 Count; /* Number of bytes to transfer. */ member 72 __le16 Count; member 161 fxfr->Count = cpu_to_le32 (count); in freecom_readdata() 194 fxfr->Count = cpu_to_le32 (count); in freecom_writedata() 330 le16_to_cpu(fst->Count)); in freecom_transport() 339 length = le16_to_cpu(fst->Count); in freecom_transport()
|
| H A D | ene_ub6250.c | 852 u32 Ende, Count; in ms_count_freeblock() local 856 for (Count = 0; PhyBlock < Ende; PhyBlock++) { in ms_count_freeblock() 860 Count++; in ms_count_freeblock() 867 return Count; in ms_count_freeblock()
|
| /linux/Documentation/i2c/ |
| H A D | smbus-protocol.rst | 50 Count (8 bits) A data byte containing the length of a block operation. 181 of data is specified by the device in the Count byte. 186 Sr Addr Rd [A] [Count] A [Data] A [Data] A ... A [Data] NA P 198 Comm byte. The amount of data is specified in the Count byte. 202 S Addr Wr [A] Comm [A] Count [A] Data [A] Data [A] ... [A] Data [A] P 216 S Addr Wr [A] Comm [A] Count [A] Data [A] ... 217 Sr Addr Rd [A] [Count] A [Data] ... A P 288 and Write operations, except these do not have a Count byte. They are
|
| /linux/Documentation/driver-api/mmc/ |
| H A D | mmc-test.rst | 252 | 46 | Commands during read | No Set Block Count (CMD23) | 254 | 47 | Commands during write | No Set Block Count (CMD23) | 256 | 48 | Commands during read | Use Set Block Count (CMD23) | 258 | 49 | Commands during write | Use Set Block Count (CMD23) | 260 | 50 | Commands during non-blocking | Read - use Set Block Count (CMD23) | 262 | 51 | Commands during non-blocking | Write - use Set Block Count (CMD23) |
|
| /linux/Documentation/driver-api/pldmfw/ |
| H A D | file-format.rst | 95 | Record Count | 119 | Descriptor Count | 150 | Component Count |
|
| /linux/Documentation/gpu/amdgpu/ |
| H A D | ras.rst | 20 RAS Error Count sysfs Interface 24 :doc: AMDGPU RAS sysfs Error Count Interface
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-class-ubi | 47 Count of bad physical eraseblocks on the underlying MTD device. 132 Count of volumes on this UBI device. 191 Count of physical eraseblock reserved for this volume.
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | tda18271c2dd.c | 594 s32 Count = 0; in PowerScan() local 636 freq_MainPLL = RF_in + sign * Count + 1000000; in PowerScan() 649 Count += 200000; in PowerScan() 651 if (Count < CountLimit * 100000) in PowerScan() 657 Count = 200000; in PowerScan()
|
| /linux/drivers/scsi/aic7xxx/ |
| H A 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 …]
|
| /linux/Documentation/accounting/ |
| H A D | taskstats-struct.rst | 91 __u64 ac_minflt; /* Minor Page Fault Count */ 94 __u64 ac_majflt; /* Major Page Fault Count */
|
| /linux/Documentation/hid/ |
| H A D | hidintro.rst | 143 # 0x95, 0x03, // Report Count (3) 22 157 # 0x95, 0x01, // Report Count (1) 28 182 # 0x95, 0x03, // Report Count (3) 46 319 0x95, 0x02, // Report Count (2) 324 for the headphone, with two (``Report Count (2)``) bytes
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | shrinker_debugfs.rst | 48 3. *Count objects*
|
| /linux/Documentation/networking/device_drivers/atm/ |
| H A D | cxacru.rst | 103 - Count of total attempts to initialise ADSL.
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | srso.rst | 181 * PMC_0xc8 - Count of RET/RET lw retired 182 * PMC_0xc9 - Count of RET/RET lw retired mispredicted
|
| /linux/Documentation/driver-api/media/ |
| H A D | dtv-frontend.rst | 363 /* Read Bit Error Count */ 368 /* Read Total Bit Count */ 414 /* Read Bit Error Count */
|
| /linux/Documentation/filesystems/caching/ |
| H A D | backend-api.rst | 446 * Count I/O requests:: 454 * Count out-of-space errors:: 462 * Count objects culled::
|
| /linux/Documentation/hwmon/ |
| H A D | aquacomputer_d5next.rst | 116 power_cycles Count of how many times the device was powered on
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-sched.txt | 28 …Task | Runtime ms | Count | Avg delay ms | Max delay ms | Max delay s… 37 Count(number of times a delay was calculated) and delay(time that a
|