Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test.c939 bool get_fw_wp(u8 wp_ch_sel, enum wp_type water_proof_type) in get_fw_wp() argument
946 fw_wp_state = !(wp_ch_sel & 0x20); in get_fw_wp()
952 fw_wp_state = (!(wp_ch_sel & 0x40) || !(wp_ch_sel & 0x04)); in get_fw_wp()
955 fw_wp_state = (!(wp_ch_sel & 0x40) || (wp_ch_sel & 0x04)); in get_fw_wp()
959 fw_wp_state = !(wp_ch_sel & 0x80); in get_fw_wp()
966 fw_wp_state = ((0x0 == (wp_ch_sel & 0x03)) || (0x02 == (wp_ch_sel & 0x03))); in get_fw_wp()
969 fw_wp_state = ((0x01 == (wp_ch_sel & 0x03)) || (0x02 == (wp_ch_sel & 0x03))); in get_fw_wp()