/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-is-sensor.h | 50 u8 test_pattern; member
|
D | fimc-isp.h | 169 struct v4l2_ctrl *test_pattern; member
|
D | fimc-lite.h | 157 struct v4l2_ctrl *test_pattern; member
|
D | fimc-lite.c | 166 flite_hw_set_test_pattern(fimc, fimc->test_pattern->val); in fimc_lite_hw_init() 248 flite_hw_set_test_pattern(fimc, fimc->test_pattern->val); in fimc_lite_config_update() 1442 fimc->test_pattern = v4l2_ctrl_new_custom(handler, &fimc_lite_ctrl, in fimc_lite_create_capture_subdev()
|
D | fimc-is-param.c | 699 if (is->sensor->test_pattern) in fimc_is_set_initial_params()
|
/linux-4.4.14/drivers/mmc/core/ |
D | sd_ops.c | 200 static const u8 test_pattern = 0xAA; in mmc_send_if_cond() local 209 cmd.arg = ((ocr & 0xFF8000) != 0) << 8 | test_pattern; in mmc_send_if_cond() 221 if (result_pattern != test_pattern) in mmc_send_if_cond()
|
/linux-4.4.14/drivers/media/i2c/ |
D | mt9v032.c | 263 struct v4l2_ctrl *test_pattern; member 676 switch (mt9v032->test_pattern->val) { in mt9v032_s_ctrl() 983 mt9v032->test_pattern = v4l2_ctrl_new_std_menu_items(&mt9v032->ctrls, in mt9v032_probe() 990 v4l2_ctrl_cluster(2, &mt9v032->test_pattern); in mt9v032_probe()
|
/linux-4.4.14/drivers/media/platform/s3c-camif/ |
D | camif-core.h | 288 u8 test_pattern; member
|
D | camif-capture.c | 80 camif_hw_set_test_pattern(camif, camif->test_pattern); in s3c_camif_hw_init() 364 camif_hw_set_test_pattern(camif, camif->test_pattern); in s3c_camif_irq_handler() 1535 camif->test_pattern = camif->ctrl_test_pattern->val; in s3c_camif_subdev_s_ctrl()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-core.h | 216 struct v4l2_ctrl *test_pattern; member
|
D | vivid-ctrls.c | 1405 dev->test_pattern = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
|
/linux-4.4.14/drivers/usb/storage/ |
D | shuttle_usbat.c | 353 unsigned char test_pattern, in usbat_set_shuttle_features() argument 381 command[4] = test_pattern; in usbat_set_shuttle_features()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 1354 static const u32 test_pattern[] = { in reg_pattern_test() local 1361 for (pat = 0; pat < ARRAY_SIZE(test_pattern); pat++) { in reg_pattern_test() 1363 ixgbe_write_reg(&adapter->hw, reg, test_pattern[pat] & write); in reg_pattern_test() 1365 if (val != (test_pattern[pat] & write & mask)) { in reg_pattern_test() 1367 reg, val, (test_pattern[pat] & write & mask)); in reg_pattern_test()
|
/linux-4.4.14/drivers/usb/serial/ |
D | mos7840.c | 2024 __u16 test_pattern = 0x55AA; in mos7810_check() local 2042 (0x0300 | (((test_pattern >> i) & 0x0001) << 1)), in mos7810_check() 2054 if (((test_pattern >> i) ^ (~data >> 1)) & 0x0001) in mos7810_check()
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-controls.txt | 153 static const char * const test_pattern[] = { 175 V4L2_CID_TEST_PATTERN, ARRAY_SIZE(test_pattern) - 1, 0, 176 0, test_pattern);
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bnx2.c | 5727 static const u32 test_pattern[] = { 0x00000000, 0xffffffff, 0x55555555, in bnx2_do_mem_test() local 5731 for (i = 0; i < sizeof(test_pattern) / 4; i++) { in bnx2_do_mem_test() 5736 bnx2_reg_wr_ind(bp, start + offset, test_pattern[i]); in bnx2_do_mem_test() 5739 test_pattern[i]) { in bnx2_do_mem_test()
|
D | tg3.c | 13254 static const u32 test_pattern[] = { 0x00000000, 0xffffffff, 0xaa55a55a }; in tg3_do_mem_test() local 13258 for (i = 0; i < ARRAY_SIZE(test_pattern); i++) { in tg3_do_mem_test() 13262 tg3_write_mem(tp, offset + j, test_pattern[i]); in tg3_do_mem_test() 13264 if (val != test_pattern[i]) in tg3_do_mem_test()
|