Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/
H A Dfocaltech_test_ft8201.c63 union m_s_sel { union
70 } m_s_sel; member
149 if (false == info->m_s_sel.bits.s0_as_slave) { in integrate_data()
168 if (CASCADE_LEFT_RIGHT == info->m_s_sel.bits.direction) { in integrate_data()
195 if ((info->m_s_sel.bits.type != CHIP_AS_SLAVE) in check_ic_info_validity()
196 && (info->m_s_sel.bits.type != CHIP_AS_MASTER)) { in check_ic_info_validity()
197 FTS_TEST_SAVE_ERR("IC cascade type(%d) fail\n", info->m_s_sel.bits.type); in check_ic_info_validity()
243 info->m_s_sel.byte_val = value[0]; in get_chip_information()
294 "type", info->m_s_sel.bits.type, in get_chip_information()
295 "direction", info->m_s_sel.bits.direction, in get_chip_information()
[all …]