Home
last modified time | relevance | path

Searched refs:test_pattern (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/drivers/media/platform/exynos4-is/
Dfimc-is-sensor.h50 u8 test_pattern; member
Dfimc-isp.h169 struct v4l2_ctrl *test_pattern; member
Dfimc-lite.h157 struct v4l2_ctrl *test_pattern; member
Dfimc-lite.c166 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()
Dfimc-is-param.c699 if (is->sensor->test_pattern) in fimc_is_set_initial_params()
/linux-4.4.14/drivers/mmc/core/
Dsd_ops.c200 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/
Dmt9v032.c263 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/
Dcamif-core.h288 u8 test_pattern; member
Dcamif-capture.c80 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/
Dvivid-core.h216 struct v4l2_ctrl *test_pattern; member
Dvivid-ctrls.c1405 dev->test_pattern = v4l2_ctrl_new_custom(hdl_vid_cap, in vivid_create_controls()
/linux-4.4.14/drivers/usb/storage/
Dshuttle_usbat.c353 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/
Dixgbe_ethtool.c1354 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/
Dmos7840.c2024 __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/
Dv4l2-controls.txt153 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/
Dbnx2.c5727 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()
Dtg3.c13254 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()