Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/
H A Dfocaltech_test_ft8201.c393 ret = get_cb_incell(0, master_tx * master_rx + 6, buffer_master); in ft8201_get_tx_rx_cb()
401 ret = get_cb_incell(0, slave_tx * slave_rx + 6, buffer_slave); in ft8201_get_tx_rx_cb()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test.h512 int get_cb_incell(u16 saddr, int byte_num, int *cb_buf);
H A Dfocaltech_test.c600 int get_cb_incell(u16 saddr, int byte_num, int *cb_buf) in get_cb_incell() function