Lines Matching refs:lv_indev_t
40 lv_indev_t * indev_drv;
46 static void indev_set_cursor(lv_indev_t * indev, int32_t size);
47 static void touchscreen_read(lv_indev_t * drv, lv_indev_data_t * data);
49 static lv_indev_t * touchscreen_init(int fd);
63 lv_indev_t * lv_nuttx_touchscreen_create(const char * dev_path) in lv_nuttx_touchscreen_create()
65 lv_indev_t * indev; in lv_nuttx_touchscreen_create()
93 static void indev_set_cursor(lv_indev_t * indev, int32_t size) in indev_set_cursor()
119 static void conv_touch_sample(lv_indev_t * drv, in conv_touch_sample()
146 static void touchscreen_read(lv_indev_t * drv, lv_indev_data_t * data) in touchscreen_read()
190 lv_indev_t * indev = (lv_indev_t *) lv_event_get_user_data(e); in touchscreen_delete_cb()
205 static lv_indev_t * touchscreen_init(int fd) in touchscreen_init()
208 lv_indev_t * indev = NULL; in touchscreen_init()