Searched defs:touch_id (Results 1 – 1 of 1) sorted by relevance
37 #define TOUCH_RETURN_ON_INVALID_ID(touch_id) do {\ argument47 static uint32_t bk_touch_channel_transfer(touch_channel_t touch_id) in bk_touch_channel_transfer()60 bk_err_t bk_touch_gpio_init(touch_channel_t touch_id) in bk_touch_gpio_init()171 bk_err_t bk_touch_enable(touch_channel_t touch_id) in bk_touch_enable()248 bk_err_t bk_touch_scan_mode_multi_channl_set(touch_channel_t touch_id) in bk_touch_scan_mode_multi_channl_set()255 bk_err_t bk_touch_int_enable(touch_channel_t touch_id, uint32_t enable) in bk_touch_int_enable()276 bk_err_t bk_touch_clear_int(touch_channel_t touch_id) in bk_touch_clear_int()302 bk_err_t bk_touch_register_touch_isr(touch_channel_t touch_id, touch_isr_t isr, void *param) in bk_touch_register_touch_isr()330 uint32_t touch_id = 0; in touch_isr() local