| /linux/include/kunit/ |
| H A D | assert.h | 3 * Assertion and expectation serialization API. 19 * enum kunit_assert_type - Type of expectation/assertion. 20 * @KUNIT_ASSERTION: Used to denote that a kunit_assert represents an assertion. 24 * represents an expectation or an assertion. 44 * struct kunit_assert - Data for printing a failed assertion or expectation. 46 * Represents a failed expectation/assertion. Contains all the data necessary to 60 * struct kunit_fail_assert - Represents a plain fail expectation/assertion. 79 * Represents a simple expectation or assertion that simply asserts something is 94 * struct kunit_ptr_not_err_assert - An expectation/assertion that a pointer is 100 * Represents an expectation/assertion that a pointer is not null and is does [all …]
|
| /linux/include/linux/platform_data/ |
| H A D | gpmc-omap.h | 35 u32 cs_on; /* Assertion time */ 40 u32 adv_on; /* Assertion time */ 43 u32 adv_aad_mux_on; /* ADV assertion time for AAD */ 48 u32 we_on; /* WE assertion time */ 52 u32 oe_on; /* OE assertion time */ 54 u32 oe_aad_mux_on; /* OE assertion time for AAD */ 91 u32 t_aa; /* access time from ADV assertion */ 93 u32 t_oe; /* access time from OE assertion */ 100 u32 t_wpl; /* write assertion time */ 120 u8 cyc_oe; /* access time from OE assertion in cycles */
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | ti,gpmc-child.yaml | 30 description: Assertion time 43 description: Assertion time 55 description: Assertion time for AAD 68 description: Assertion time 77 description: Assertion time 85 description: Assertion time for AAD
|
| H A D | arm,pl172.yaml | 131 Delay from chip select assertion to read 137 Delay from chip select assertion to write 143 Delay from chip select assertion to output 149 Delay from chip select assertion to write 155 Delay from chip select assertion to read
|
| H A D | mvebu-devbus.txt | 62 - devbus,rd-setup-ps: Defines the time delay between DEV_CSn assertion to 63 DEV_OEn assertion. If set to 0 (default), 72 de-assertion of DEV_CSn. If set to 0 (default), 75 This parameter has no affect on DEV_OEn de-assertion. 86 to the DEV_WEn assertion.
|
| /linux/tools/testing/selftests/kselftest_harness/ |
| H A D | harness-selftest.expected | 13 # standalone_fail: Test terminated by assertion 24 # signal_fail: Test terminated by assertion 41 # fail: Test terminated by assertion 60 # pass: Test terminated by assertion
|
| /linux/drivers/tty/serial/ |
| H A D | dz.h | 72 #define DZ_BRK0 0x0100 /* Break assertion for line 0 */ 73 #define DZ_BRK1 0x0200 /* Break assertion for line 1 */ 74 #define DZ_BRK2 0x0400 /* Break assertion for line 2 */ 75 #define DZ_BRK3 0x0800 /* Break assertion for line 3 */
|
| /linux/arch/sparc/include/asm/ |
| H A D | bbc.h | 184 * the detection of FREEZE_ACK being asserted and the assertion of 191 * the assertion of the CLK_CHANGE_L[2:0] signals and the assertion of 198 * de-assertion of CLK_CHANGE_L[2:0] and the de-assertion of the FREEZE_L 204 * BBC clocks between the de-assertion of CLK_CHANGE_L[2:0] and the first
|
| /linux/fs/btrfs/ |
| H A D | messages.h | 108 /* Stub to verify the assertion format string. */ in verify_assert_printk_format() 121 * Assertion with optional printk() format. 147 pr_err("assertion failed: %s :: %ld, in %s:%d\n", \ 150 pr_err("assertion failed: %s :: %ld, in %s:%d (" __FIRST_ARG(args) ")\n", \
|
| /linux/include/linux/pds/ |
| H A D | pds_intr.h | 29 * or on the next interrupt assertion event. 49 * @mask_on_assert: Automatically mask on assertion. When 63 * on the next interrupt assertion event.
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_polymorph_printk.h | 124 drbd_err(x, "ASSERTION %s FAILED in %s\n", \ 129 * expect - Make an assertion 136 drbd_err(x, "ASSERTION %s FAILED in %s\n", \
|
| /linux/Documentation/devicetree/bindings/clock/ |
| H A D | fsl,imx8ulp-sim-lpav.yaml | 15 line assertion/de-assertion.
|
| /linux/rust/kernel/ |
| H A D | kunit.rs | 75 // The assertion failed but this task is not running a KUnit test, so we cannot call 81 // This mimics KUnit's failed assertion format. 83 " # {}: ASSERTION FAILED at {FILE}:{LINE}\n", 113 static ASSERTION: UnaryAssert = UnaryAssert($crate::bindings::kunit_unary_assert { constant 142 ::core::ptr::addr_of!(ASSERTION.0.assert),
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | ingenic,rtc.yaml | 67 Reset pin low-level assertion time after wakeup 75 Minimum wakeup pin assertion time
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | architecture.rst | 35 running test. The KUnit assertion macros and other KUnit utilities use the 105 Assertion Macros 112 - ``{EXPECT|ASSERT}`` determines whether the check is an assertion or an
|
| /linux/include/linux/ |
| H A D | kcsan-checks.h | 21 #define KCSAN_ACCESS_ASSERT (1 << 3) /* Access is an assertion. */ 343 * allowed. This assertion can be used to specify properties of concurrent code, 426 * writers). This assertion can be used to specify properties of concurrent 476 * concurrent readers are permitted. This assertion captures more detailed 511 * could use the assertion as follows:
|
| /linux/drivers/spi/ |
| H A D | spi-dw-core.c | 388 * automatic CS assertion/de-assertion. 584 * otherwise the CS de-assertion will happen whereupon the memory in dw_spi_write_then_read() 592 dev_err(&dws->ctlr->dev, "CS de-assertion on Tx\n"); in dw_spi_write_then_read() 720 * getting empty and sudden CS de-assertion, which in the middle of the in dw_spi_exec_mem_op() 731 * the problems described above. The CS de-assertion and Rx FIFO in dw_spi_exec_mem_op() 773 * has fixed the automatic CS assertion/de-assertion peculiarity, then it will
|
| /linux/fs/netfs/ |
| H A D | internal.h | 494 pr_err("Assertion failed\n"); \ 503 pr_err("Assertion failed\n"); \ 514 pr_err("Assertion failed\n"); \ 523 pr_err("Assertion failed\n"); \
|
| /linux/rust/kernel/debugfs/ |
| H A D | callback_adapters.rs | 127 // assertion above. The type is also inhabited, by the caller's assertion. This means
|
| /linux/Documentation/scsi/ |
| H A D | advansys.rst | 71 Enabling this option adds assertion logic statements to the 72 driver. If an assertion fails a message will be displayed to 75 responsible for the driver. Assertion statements may proactively
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | mcdi.c | 25 /* A reboot/assertion causes the MCDI status word to be set after the 93 /* Recover from a failed assertion before probing */ in efx_siena_mcdi_init() 1324 "MC watchdog or assertion failure at 0x%x\n", data); in efx_siena_mcdi_process_event() 1713 /* Returns 1 if an assertion was read, 0 if no assertion had fired, 1726 /* Attempt to read any stored assertion state before we reboot in efx_mcdi_read_assertion() 1727 * the mcfw out of the assertion handler. Retry twice, once in efx_mcdi_read_assertion() 1728 * because a boot-time assertion might cause this command to fail in efx_mcdi_read_assertion() 1750 /* Print out any recorded assertion state */ in efx_mcdi_read_assertion() 1756 ? "system-level assertion" in efx_mcdi_read_assertion() 1758 ? "thread-level assertion" in efx_mcdi_read_assertion() [all …]
|
| /linux/drivers/pcmcia/ |
| H A D | sa11xx_base.h | 43 * by 2; divide again by 3 (number of BCLK's per command assertion); 112 /* This function returns the (approximate) command assertion period, in
|
| /linux/lib/kunit/ |
| H A D | assert_test.c | 3 * KUnit test for the assertion formatting functions. 70 /* Test an assertion fail prologue */ in kunit_test_assert_prologue() 74 ASSERT_TEST_EXPECT_CONTAIN(test, str, "ASSERTION"); in kunit_test_assert_prologue()
|
| /linux/lib/zlib_deflate/ |
| H A D | defutil.h | 258 * IN assertion: there is enough room in pending_buf. 286 * IN assertion: there is enough room in pendingBuf. 296 * IN assertion: 1 <= len <= 15 358 * IN assertion: length <= 16 and value fits in length bits.
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi.c | 24 /* A reboot/assertion causes the MCDI status word to be set after the 91 /* Recover from a failed assertion before probing */ in efx_mcdi_init() 1301 "MC watchdog or assertion failure at 0x%x\n", data); in efx_mcdi_process_event() 1754 /* Returns 1 if an assertion was read, 0 if no assertion had fired, 1767 /* Attempt to read any stored assertion state before we reboot in efx_mcdi_read_assertion() 1768 * the mcfw out of the assertion handler. Retry twice, once in efx_mcdi_read_assertion() 1769 * because a boot-time assertion might cause this command to fail in efx_mcdi_read_assertion() 1791 /* Print out any recorded assertion state */ in efx_mcdi_read_assertion() 1797 ? "system-level assertion" in efx_mcdi_read_assertion() 1799 ? "thread-level assertion" in efx_mcdi_read_assertion() [all …]
|