/Linux-v4.19/drivers/gpu/drm/selftests/ |
D | test-drm-helper.c | 16 #define FAIL(test, msg, ...) \ macro 24 #define FAIL_ON(x) FAIL((x), "%s", "FAIL_ON(" __stringify(x) ")\n") 119 FAIL(ret < 0, "Simple clipping check should pass\n"); in igt_check_plane_state() 130 FAIL(ret < 0, "Rotated clipping check should pass\n"); in igt_check_plane_state() 143 FAIL(!ret, "Should not be able to position on the crtc with can_position=false\n"); in igt_check_plane_state() 149 FAIL(ret < 0, "Simple positioning should work\n"); in igt_check_plane_state() 161 FAIL(!ret, "Upscaling out of range should fail.\n"); in igt_check_plane_state() 166 FAIL(ret < 0, "Upscaling exactly 2x should work\n"); in igt_check_plane_state() 175 FAIL(!ret, "Downscaling out of range should fail.\n"); in igt_check_plane_state() 179 FAIL(ret < 0, "Should succeed with exact scaling limit\n"); in igt_check_plane_state() [all …]
|
/Linux-v4.19/arch/powerpc/platforms/ps3/ |
D | interrupt.c | 34 #define FAIL udbg_printf macro 37 #define FAIL pr_debug macro 196 FAIL("%s:%d: irq_create_mapping failed: outlet %lu\n", in ps3_virq_setup() 208 FAIL("%s:%d: irq_set_chip_data failed\n", in ps3_virq_setup() 263 FAIL("%s:%d: ps3_virq_setup failed\n", __func__, __LINE__); in ps3_irq_plug_setup() 275 FAIL("%s:%d: lv1_connect_irq_plug_ext failed: %s\n", in ps3_irq_plug_setup() 312 FAIL("%s:%d: lv1_disconnect_irq_plug_ext failed: %s\n", in ps3_irq_plug_destroy() 340 FAIL("%s:%d: lv1_construct_event_receive_port failed: %s\n", in ps3_event_receive_port_setup() 373 FAIL("%s:%d: lv1_destruct_event_receive_port failed: %s\n", in ps3_event_receive_port_destroy() 417 FAIL("%s:%d: lv1_connect_interrupt_event_receive_port" in ps3_sb_event_receive_port_setup() [all …]
|
/Linux-v4.19/scripts/dtc/ |
D | checks.c | 100 #define FAIL(c, dti, node, ...) \ macro 175 FAIL(c, dti, node, "always_fail check"); in check_always_fail() 258 FAIL(c, dti, child2, "Duplicate node name"); in check_duplicate_node_names() 290 FAIL(c, dti, node, "Bad character '%c' in node name", in check_node_name_chars() 301 FAIL(c, dti, node, "Character '%c' not recommended in node name", in check_node_name_chars_strict() 310 FAIL(c, dti, node, "multiple '@' characters in node name"); in check_node_name_format() 333 FAIL(c, dti, node, "node has a reg or ranges property, but no unit name"); in check_unit_address_vs_reg() 336 FAIL(c, dti, node, "node has a unit name, but no reg property"); in check_unit_address_vs_reg() 416 FAIL(c, dti, node, "Duplicate label '%s' on " DESCLABEL_FMT in check_duplicate_label() 468 FAIL(c, dti, node, "%s is a reference to another node", in check_phandle_prop() [all …]
|
/Linux-v4.19/drivers/staging/fwserial/ |
D | dma_fifo.c | 21 #define FAIL(fifo, condition, format...) ({ \ macro 158 if (FAIL(fifo, addr_check(fifo->done, fifo->in, fifo->in + n) || in dma_fifo_in() 225 if (FAIL(fifo, fifo->open > fifo->open_limit, in dma_fifo_out_pend() 229 if (FAIL(fifo, fifo->out & (fifo->align - 1), in dma_fifo_out_pend() 253 if (FAIL(fifo, list_empty(&fifo->pending) != (fifo->open == 0), in dma_fifo_out_complete() 271 if (FAIL(fifo, pending->out != fifo->done || in dma_fifo_out_complete() 287 if (FAIL(fifo, fifo->open < 0, "open dma:%d < 0", fifo->open)) in dma_fifo_out_complete() 289 if (FAIL(fifo, fifo->avail > fifo->size, "fifo avail:%d > size:%d", in dma_fifo_out_complete()
|
/Linux-v4.19/tools/testing/selftests/futex/include/ |
D | logging.h | 57 const char *FAIL = FAIL_NORMAL; variable 80 FAIL = FAIL_COLOR; in log_color() 84 FAIL = FAIL_NORMAL; in log_color() 149 fprintf(stderr, "\t%s: "message, FAIL, ##args); \
|
/Linux-v4.19/tools/testing/selftests/futex/ |
D | README | 37 results are printed to stdout, while intermediate ERROR or FAIL messages are 38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and 45 FAIL: Reason for test failure 48 # there may be multiple ERROR or FAIL messages 49 Result: (PASS|FAIL|ERROR)
|
/Linux-v4.19/tools/testing/selftests/ftrace/ |
D | ftracetest | 152 FAIL=1 # The test failed, but was expected to succeed. 187 $FAIL) 229 SIG_FAIL=$((SIG_BASE + FAIL))
|
D | README | 55 * FAIL: The test failed, but was expected to succeed. The test which exits
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | basic_types.h | 26 #define FAIL (-1) macro
|
/Linux-v4.19/tools/time/ |
D | udelay_test.sh | 60 count=`grep -c FAIL $tmp_file`
|
/Linux-v4.19/drivers/fpga/ |
D | machxo2-spi.c | 50 #define FAIL 13 macro 114 test_bit(BUSY, status), test_bit(FAIL, status), in dump_status_reg() 226 if (test_bit(FAIL, &status)) in machxo2_write_init()
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_kmod.sh | 39 dmesg | grep FAIL
|
/Linux-v4.19/drivers/video/fbdev/ |
D | vga16fb.c | 281 #define FAIL(X) return -EINVAL macro 380 FAIL("xtotal too big"); in vga16fb_check_var() 382 FAIL("hslen too big"); in vga16fb_check_var() 384 FAIL("hblank too big"); in vga16fb_check_var() 437 FAIL("ytotal too big"); in vga16fb_check_var() 439 FAIL("vslen too big"); in vga16fb_check_var() 478 FAIL("vxres too long"); in vga16fb_check_var() 516 #undef FAIL
|
/Linux-v4.19/Documentation/RCU/ |
D | rcuref.txt | 54 return FAIL; 77 It is not always convenient to deal with "FAIL" in the
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | basic_types.h | 12 #define FAIL (-1) macro
|
/Linux-v4.19/Documentation/misc-devices/ |
D | lis3lv02d | 49 Seltest returns either "OK x y z" or "FAIL x y z" where x, y and z are
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | si21xx.c | 100 #define FAIL -1 macro
|
/Linux-v4.19/Documentation/media/kapi/ |
D | cec-core.rst | 249 else entirely. Some hardware only supports OK and FAIL as the 251 between the different possible errors. In that case map FAIL
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | HalPhyRf_8723B.c | 1850 bResult = FAIL; in PHY_IQCalibrate_8723B() 1867 bResult = FAIL; in PHY_IQCalibrate_8723B() 1876 bResult = FAIL; in PHY_IQCalibrate_8723B()
|
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | atyfb_base.c | 114 #define FAIL(msg) do { \ macro 864 FAIL("invalid bpp"); in aty_var_to_crtc() 869 FAIL("not enough video RAM"); in aty_var_to_crtc() 875 FAIL("MACH64 chips are designed for max 1920x1200\n" in aty_var_to_crtc()
|
/Linux-v4.19/Documentation/media/uapi/cec/ |
D | cec-ioc-receive.rst | 250 of a transmit is just OK or FAIL. In that case this status will be
|