Home
last modified time | relevance | path

Searched refs:test_data (Results 1 – 3 of 3) sorted by relevance

/drivers/video/rockchip/
A Drk_mipi.c234 test_data[0] = 0x8; in rk_mipi_phy_enable()
292 test_data[0] = 0x30; in rk_mipi_phy_enable()
296 test_data[0] = 0x4d; in rk_mipi_phy_enable()
299 test_data[0] = 0x3d; in rk_mipi_phy_enable()
302 test_data[0] = 0xdf; in rk_mipi_phy_enable()
305 test_data[0] = 0x7; in rk_mipi_phy_enable()
311 test_data[0] = 0x80 | 15; in rk_mipi_phy_enable()
313 test_data, 1); in rk_mipi_phy_enable()
314 test_data[0] = 0x80 | 85; in rk_mipi_phy_enable()
316 test_data, 1); in rk_mipi_phy_enable()
[all …]
A Ddw_mipi_dsi_rockchip.c273 u8 test_data) in dw_mipi_dsi_phy_write() argument
288 PHY_TESTDIN(test_data)); in dw_mipi_dsi_phy_write()
/drivers/sysinfo/
A Dsandbox.c16 u32 test_data[2]; member
28 priv->test_data[0] = 0xabcdabcd; in sysinfo_sandbox_detect()
29 priv->test_data[1] = 0xdeadbeef; in sysinfo_sandbox_detect()
92 *buf = priv->test_data; in sysinfo_sandbox_get_data()
93 *size = sizeof(priv->test_data); in sysinfo_sandbox_get_data()

Completed in 18 milliseconds