/linux/arch/loongarch/include/asm/ |
H A D | cpu.h | 13 * (CPUCFG.00) has the following layout: 75 #define CPU_FEATURE_CPUCFG 0 /* CPU has CPUCFG */ 76 #define CPU_FEATURE_LAM 1 /* CPU has Atomic instructions */ 78 #define CPU_FEATURE_FPU 3 /* CPU has FPU */ 79 #define CPU_FEATURE_LSX 4 /* CPU has LSX (128-bit SIMD) */ 80 #define CPU_FEATURE_LASX 5 /* CPU has LASX (256-bit SIMD) */ 81 #define CPU_FEATURE_CRC32 6 /* CPU has CRC32 instructions */ 82 #define CPU_FEATURE_COMPLEX 7 /* CPU has Complex instructions */ 83 #define CPU_FEATURE_CRYPTO 8 /* CPU has Crypto instructions */ 84 #define CPU_FEATURE_LVZ 9 /* CPU has Virtualization extension */ [all …]
|
/linux/fs/xfs/scrub/ |
H A D | rcbag.c | 79 int has; in rcbag_add() local 83 error = rcbagbt_lookup_eq(cur, rmap, &has); in rcbag_add() 87 if (has) { in rcbag_add() 88 error = rcbagbt_get_rec(cur, &bagrec, &has); in rcbag_add() 91 if (!has) { in rcbag_add() 105 error = rcbagbt_insert(cur, &bagrec, &has); in rcbag_add() 108 if (!has) { in rcbag_add() 158 int has; in rcbag_next_edge() local 170 error = xfs_btree_increment(cur, 0, &has); in rcbag_next_edge() 173 if (!has) in rcbag_next_edge() [all …]
|
/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-driver-hid-roccat-ryos | 5 profile will be read next. The data has to be 3 bytes long. 17 The data has to be 3 bytes long. 26 The data has to be 125 bytes long. 27 Before reading this file, control has to be written to select 36 in written data. The data has to be 95 bytes long. 37 Before reading this file, control has to be written to select 46 written data. The data has to be 35 bytes long. 47 Before reading this file, control has to be written to select 56 in written data. The data has to be 23 bytes long. 57 Before reading this file, control has to be written to select [all …]
|
H A D | sysfs-driver-hid-roccat-isku | 26 written data. The data has to be 6 bytes long. 27 Before reading this file, control has to be written to select 36 in written data. The data has to be 6 bytes long. 37 Before reading this file, control has to be written to select 46 in written data. The data has to be 65 bytes long. 47 Before reading this file, control has to be written to select 56 in written data. The data has to be 41 bytes long. 57 Before reading this file, control has to be written to select 66 written data. The data has to be 35 bytes long. 67 Before reading this file, control has to be written to select [all …]
|
/linux/include/linux/mfd/ |
H A D | db8500-prcmu.h | 83 * @RDY_2_XP70_RST: Value set when 0x0F has been successfully polled by the 179 * @BOOT_TO_EXECUTEOK: The apBoot to apExecute state transition has been 181 * @DEEPSLEEPOK: The apExecute to apDeepSleep state transition has been 183 * @SLEEPOK: The apExecute to apSleep state transition has been completed 184 * @IDLEOK: The apExecute to apIdle state transition has been completed 185 * @SOFTRESETOK: The A9 watchdog/ SoftReset state has been completed 192 * @DEEPSLEEP_TO_EXECUTEOK: The apDeepSleep to apExecute state transition has 196 * @SLEEP_TO_EXECUTEOK: The apSleep to apExecute state transition has been 200 * @IDLE_TO_EXECUTEOK: The apIdle to apExecute state transition has been 258 * @DVFS_ARM100OPPOK: The state transition DVFS has been completed for 100OPP [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_sock_addr.c | 17 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") 31 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") 45 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") 66 __failure __msg("At program exit the register R0 has smin=2 smax=2 should have been in [0, 1]") 87 __failure __msg("At program exit the register R0 has smin=2 smax=2 should have been in [0, 1]") 108 __failure __msg("At program exit the register R0 has smin=2 smax=2 should have been in [0, 1]") 122 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") 136 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") 150 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") 164 __failure __msg("At program exit the register R0 has smin=0 smax=0 should have been in [1, 1]") [all …]
|
/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_control.h | 53 * This function deallocates all memory that has been allocated by the CSS API. 73 /* @brief Test whether the ISP has started. 75 * @return Boolean flag true if the ISP has started or false otherwise. 77 * Temporary function to poll whether the ISP has been started. Once it has, 82 /* @brief Test whether the SP has initialized. 84 * @return Boolean flag true if the SP has initialized or false otherwise. 86 * Temporary function to poll whether the SP has been initialized. Once it has, 91 /* @brief Test whether the SP has terminated. 93 * @return Boolean flag true if the SP has terminated or false otherwise. 95 * Temporary function to poll whether the SP has been terminated. Once it has,
|
/linux/drivers/greybus/ |
H A D | greybus_trace.h | 60 * Occurs after an incoming request message has been received 65 * Occurs after an incoming response message has been received, 66 * after its matching request has been found. 71 * Occurs after an operation has been canceled, possibly before the 77 * Occurs when an incoming request is cancelled; if the response has 128 * has been successfully created. 133 * Occurs after a new core operation has been created. 138 * Occurs after a new operation has been created for an incoming 139 * request has been successfully created and initialized. 144 * Occurs when the last reference to an operation has been dropped, [all …]
|
/linux/include/uapi/linux/netfilter/ |
H A D | nf_conntrack_common.h | 55 /* Connection is confirmed: originating packet has left box */ 88 /* Connection has fixed timeout. */ 113 /* Conntrack has been offloaded to flow table. */ 117 /* Conntrack has been offloaded to hardware. */ 137 IPCT_REPLY, /* connection has seen two-way traffic */ 138 IPCT_ASSURED, /* connection status has changed to assured */ 139 IPCT_PROTOINFO, /* protocol information has changed */ 140 IPCT_HELPER, /* new helper has been set */ 141 IPCT_MARK, /* new mark has been set */ 142 IPCT_SEQADJ, /* sequence adjustment has changed */ [all …]
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | nvidia,tegra20-i2c.yaml | 16 - description: Tegra20 has 4 generic I2C controller. This can support 21 - description: Tegra20 has specific I2C controller called as DVC I2C 28 Tegra30 has 5 generic I2C controller. This controller is very much 39 Tegra114 has 5 generic I2C controllers. This controller is very much 41 - Tegra30/Tegra20 I2C controller has 2 clock source called div-clk 42 and fast-clk. Tegra114 has only one clock source called as 44 - Tegra30/Tegra20 I2C controller has enabled per packet transfer 45 by default and there is no way to disable it. Tegra114 has this 52 Tegra124 has 6 generic I2C controllers. These controllers are very 57 Tegra210 has 6 generic I2C controllers. These controllers are very [all …]
|
/linux/lib/ |
H A D | errseq.c | 10 * number of "subscribers" to tell whether it has changed since a previous 25 * To mitigate this, one bit is used as a flag to tell whether the value has 27 * the counter if no one has sampled it since the last time an error was 31 * is the special (but common) case where there has never been an error. An all 33 * has ever been an error set since it was first initialized. 39 /* This bit is used as a flag to indicate whether the value has been seen */ 84 /* Only increment if someone has looked at it */ in errseq_set() 116 * If the error has been "seen", new callers will not see an old error. 127 /* If nobody has seen this error yet, then we can be the first. */ in errseq_sample() 135 * errseq_check() - Has an error occurred since a particular sample point? [all …]
|
/linux/drivers/hv/ |
H A D | hv_balloon.c | 193 * if the host has accepted the version sent by the guest. 195 * is_accepted: If TRUE, host has accepted the version and the guest 222 * guest. This message notifies if the host has accepted the guest's 223 * capabilities. If the host has not accepted, the guest must shutdown 226 * is_accepted: Indicates if the host has accepted guest's capabilities. 352 * the guest has hit an upper physical memory barrier. 414 * that the host has asked us to hot add. The range 525 * This state tracks if the host has specified a hot-add 582 static inline bool has_pfn_is_backed(struct hv_hotadd_state *has, in has_pfn_is_backed() argument 588 if (pfn < has->covered_start_pfn || pfn >= has->covered_end_pfn) in has_pfn_is_backed() [all …]
|
/linux/arch/mips/include/asm/ |
H A D | cpu.h | 360 #define MIPS_CPU_TLB BIT_ULL( 0) /* CPU has TLB */ 364 #define MIPS_CPU_FPU BIT_ULL( 5) /* CPU has FPU */ 375 #define MIPS_CPU_LLSC BIT_ULL(16) /* CPU has ll/sc instructions */ 377 #define MIPS_CPU_PREFETCH BIT_ULL(18) /* CPU has usable prefetch */ 380 #define MIPS_CPU_ULRI BIT_ULL(21) /* CPU has ULRI feature */ 381 #define MIPS_CPU_PCI BIT_ULL(22) /* CPU has Perf Ctr Int indicator */ 382 #define MIPS_CPU_RIXI BIT_ULL(23) /* CPU has TLB Read/eXec Inhibit */ 383 #define MIPS_CPU_MICROMIPS BIT_ULL(24) /* CPU has microMIPS capability */ 388 #define MIPS_CPU_RIXIEX BIT_ULL(29) /* CPU has unique exception codes for {Read, Execute}-Inhibit … 393 #define MIPS_CPU_CDMM BIT_ULL(34) /* CPU has Common Device Memory Map */ [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-led-flash | 27 is stopped after this period of time has passed from the start 60 has exceeded the limit specific to the flash controller 63 the timeout set by the user has expired; not all flash 66 the flash controller has 70 of the flash controller has been triggered 73 supply has exceeded the limit specific to the flash 76 the flash controller has detected 80 LED has been below the minimum limit specific to 88 the temperature of the LED has exceeded
|
/linux/Documentation/devicetree/bindings/crypto/ |
H A D | fsl-sec2.txt | 21 bit 1 = set if SEC has the ARC4 EU (AFEU) 22 bit 2 = set if SEC has the DES/3DES EU (DEU) 23 bit 3 = set if SEC has the message digest EU (MDEU/MDEU-A) 24 bit 4 = set if SEC has the random number generator EU (RNG) 25 bit 5 = set if SEC has the public key EU (PKEU) 26 bit 6 = set if SEC has the AES EU (AESU) 27 bit 7 = set if SEC has the Kasumi EU (KEU) 28 bit 8 = set if SEC has the CRC EU (CRCU) 29 bit 11 = set if SEC has the message digest EU extended alg set (MDEU-B)
|
/linux/scripts/ |
H A D | extract_xc3028.pl | 590 # Firmware 48, type: SCODE FW HAS IF (0x60000000), IF = 3.28 MHz id: (0000000000000000), size: 192 600 # Firmware 49, type: SCODE FW HAS IF (0x60000000), IF = 3.30 MHz id: (0000000000000000), size: 192 610 # Firmware 50, type: SCODE FW HAS IF (0x60000000), IF = 3.44 MHz id: (0000000000000000), size: 192 620 # Firmware 51, type: SCODE FW HAS IF (0x60000000), IF = 3.46 MHz id: (0000000000000000), size: 192 630 …# Firmware 52, type: SCODE FW DTV6 ATSC OREN36 HAS IF (0x60210020), IF = 3.80 MHz id: (0000000000… 640 # Firmware 53, type: SCODE FW HAS IF (0x60000000), IF = 4.00 MHz id: (0000000000000000), size: 192 650 …# Firmware 54, type: SCODE FW DTV6 ATSC TOYOTA388 HAS IF (0x60410020), IF = 4.08 MHz id: (0000000… 660 # Firmware 55, type: SCODE FW HAS IF (0x60000000), IF = 4.20 MHz id: (0000000000000000), size: 192 670 …# Firmware 56, type: SCODE FW MONO HAS IF (0x60008000), IF = 4.32 MHz id: NTSC/M Kr (000000000000… 680 # Firmware 57, type: SCODE FW HAS IF (0x60000000), IF = 4.45 MHz id: (0000000000000000), size: 192 [all …]
|
/linux/drivers/i2c/algos/ |
H A D | i2c-algo-pca.c | 66 * returns after the start condition has occurred 81 * return after the repeated start condition has occurred 96 * returns after the stop condition has been generated 114 * returns after the address has been sent 136 * Returns after the byte has been transmitted 166 * Returns after next byte has arrived. 241 case 0x08: /* A START condition has been transmitted */ in pca_xfer() 242 case 0x10: /* A repeated start condition has been transmitted */ in pca_xfer() 246 case 0x18: /* SLA+W has been transmitted; ACK has been received */ in pca_xfer() 247 case 0x28: /* Data byte in I2CDAT has been transmitted; ACK has been received */ in pca_xfer() [all …]
|
/linux/Documentation/admin-guide/ |
H A D | tainted-kernels.rst | 100 15 _/K 32768 kernel has been live patched 103 18 _/N 262144 an in-kernel test has been run 113 any proprietary module has been loaded. Modules without a 121 specification: hardware has been put into an unsupported configuration, 132 bootloader has booted CPUs in different modes. 147 4) ``M`` if any processor has reported a Machine Check Exception, 150 5) ``B`` If a page-release function has found a bad page reference or some 158 7) ``D`` if the kernel has died recently, i.e. there was an OOPS or BUG. 160 8) ``A`` if an ACPI table has been overridden. 162 9) ``W`` if a warning has previously been issued by the kernel. [all …]
|
/linux/drivers/net/ethernet/realtek/ |
H A D | r8169.h | 16 /* support for ancient RTL_GIGA_MAC_VER_01 has been removed */ 41 /* support for RTL_GIGA_MAC_VER_27 has been removed */ 55 /* support for RTL_GIGA_MAC_VER_41 has been removed */ 59 /* support for RTL_GIGA_MAC_VER_45 has been removed */ 61 /* support for RTL_GIGA_MAC_VER_47 has been removed */ 63 /* support for RTL_GIGA_MAC_VER_49 has been removed */ 64 /* support for RTL_GIGA_MAC_VER_50 has been removed */ 68 /* support for RTL_GIGA_MAC_VER_60 has been removed */
|
/linux/include/trace/events/ |
H A D | ksm.h | 54 * ksm_stop_scan - called after a new ksm scan has completed 69 * ksm_enter - called after a new process has been added / removed from ksm 73 * Allows to trace the when a process has been added or removed from ksm. 93 * ksm_enter - called after a new process has been added to ksm 97 * Allows to trace the when a process has been added to ksm. 107 * ksm_exit - called after a new process has been removed from ksm 111 * Allows to trace the when a process has been removed from ksm. 121 * ksm_merge_one_page - called after a page has been merged 155 * ksm_merge_with_ksm_page - called after a page has been merged with a ksm page 193 * ksm_remove_ksm_page - called after a ksm page has been removed [all …]
|
/linux/Documentation/networking/ |
H A D | 6pack.rst | 23 6pack has two major advantages: 28 buffer underrun or overrun has occurred, if the PTT is 42 Damaged packets that the TNC has received from the PC are not transmitted. 47 2. Who has developed the 6pack protocol? 50 The 6pack protocol has been developed by Ekki Plicht DF4OR, Henning Rech 92 The driver has been tested with kernel version 2.1.90. Use with older 94 function has been changed in the 2.1.8x kernels. 108 has to be modified. 129 module has printed its initialization message. 139 Although the driver has been tested on various platforms, I still declare it [all …]
|
/linux/Documentation/devicetree/bindings/nios2/ |
H A D | nios2.txt | 26 - altr,has-mul: Specifies CPU hardware multiply support, should be 1. 27 - altr,has-mmu: Specifies CPU support MMU support, should be 1. 28 - altr,has-initda: Specifies CPU support initda instruction, should be 1. 34 - altr,has-div: Specifies CPU hardware divide support 55 altr,has-div = <1>; 56 altr,has-mul = <1>; 60 altr,has-initda = <1>; 61 altr,has-mmu = <1>;
|
/linux/drivers/staging/axis-fifo/ |
H A D | axis-fifo.txt | 3 This IP core has read and write AXI-Stream FIFOs, the contents of which can 32 - xlnx,has-axis-tdest: Should be <0x0> (this feature isn't supported) 33 - xlnx,has-axis-tid: Should be <0x0> (this feature isn't supported) 34 - xlnx,has-axis-tkeep: Should be <0x0> (this feature isn't supported) 35 - xlnx,has-axis-tstrb: Should be <0x0> (this feature isn't supported) 36 - xlnx,has-axis-tuser: Should be <0x0> (this feature isn't supported) 74 xlnx,has-axis-tdest = <0x0>; 75 xlnx,has-axis-tid = <0x0>; 76 xlnx,has-axis-tkeep = <0x0>; 77 xlnx,has-axis-tstrb = <0x0>; [all …]
|
/linux/arch/openrisc/ |
H A D | Kconfig | 102 Select this if your implementation has the Class II instruction l.ff1 108 Select this if your implementation has the Class II instruction l.fl1 114 Select this if your implementation has a hardware multiply instruction 120 Select this if your implementation has a hardware divide instruction 130 Select this if your implementation has support for the Class II 143 Select this if your implementation has support for the Class II 156 Select this if your implementation has support for the Class II 169 Select this if your implementation has support for the Class II 207 the last exception has happened in delay slot. 212 Say N here if you know that your OpenRISC processor has
|
/linux/include/linux/greybus/ |
H A D | greybus_protocols.h | 108 /* Control protocol manifest get size request has no payload*/ 113 /* Control protocol manifest get request has no payload */ 126 /* disconnecting response has no payload */ 131 /* Control protocol [dis]connected response has no payload */ 241 /* firmware download release firmware response has no payload */ 276 /* firmware management interface firmware version request has no payload */ 289 /* firmware management load and validate firmware response has no payload*/ 298 /* firmware management loaded firmware response has no payload */ 316 /* firmware management backend firmware update response has no payload */ 323 /* firmware management backend firmware updated response has no payload */ [all …]
|