Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/drivers/touch/
A Ddrv_touch.c39 void touch_coord_convert(int *x, int *y, int range_x, int range_y, int flag) in touch_coord_convert() argument
46 range_x = range_y; in touch_coord_convert()
47 range_y = xbuf; in touch_coord_convert()
53 ybuf = range_y - ybuf; in touch_coord_convert()
73 ybuf = range_y - ybuf; in touch_coord_convert()
224 int range_x, range_y; in rt_touch_init() local
307 touch_device.info.range_y = 272; in rt_touch_init()
A Ddrv_touch.h42 void touch_coord_convert(int *x, int *y, int range_x, int range_y, int flag);
/bsp/nuvoton/libraries/nu_packages/ILI_TPC/
A Dili.c448 uint32_t range_y = touch->info.range_y; in ili_read_point() local
474 y = (uint16_t)(range_y * y / ts->screen_max_y); in ili_read_point()
531 uint16_t range_y = *(rt_uint16_t *)arg; in ili_control() local
532 if (range_y > g_iliTsData.screen_max_y || range_y < g_iliTsData.screen_min_y) in ili_control()
534 LOG_E("Set y range failed. %d", range_y); in ili_control()
538 touch->info.range_y = range_y; in ili_control()
A Dili_sample.c69 rt_kprintf("range_y = %d \n", info.range_y); in tpc_entry()
/bsp/nuvoton/libraries/nu_packages/TPC/
A Dili.c454 uint32_t range_y = touch->info.range_y; in ili_read_point() local
480 y = (uint16_t)(range_y * y / ts->screen_max_y); in ili_read_point()
539 uint16_t range_y = *(rt_uint16_t *)arg; in ili_control() local
540 if (range_y > g_iliTsData.screen_max_y || range_y < g_iliTsData.screen_min_y) in ili_control()
542 LOG_E("Set y range failed. %d", range_y); in ili_control()
546 touch->info.range_y = range_y; in ili_control()
A Dtpc_worker.c68 rt_kprintf("range_y = %d \n", info.range_y); in tpc_entry()
96 u16Y = info.range_y - u16Y; in tpc_entry()
A Dst1663i.c201 if (x >= touch->info.range_x || y >= touch->info.range_y) in st1663i_read_point()
205 0, y, touch->info.range_y); in st1663i_read_point()
326 touch_device->info.range_y = BSP_LCD_HEIGHT; in rt_hw_st1663i_init()
A Dft5446.c206 if (x >= touch->info.range_x || y >= touch->info.range_y) in ft5446_read_point()
210 0, y, touch->info.range_y); in ft5446_read_point()
331 touch_device->info.range_y = BSP_LCD_HEIGHT; in rt_hw_ft5446_init()
A Dgt911.c121 info->range_y = (out_info[4] << 8) | out_info[3]; in gt911_get_info()
/bsp/stm32/stm32f407-atk-explorer/board/ports/touch/
A Ddrv_touch_xpt.c77 touch->parent.info.range_y = 4096; in xpt2046_calibration()
145 touch->parent.info.range_y = lcd_info.height; in xpt2046_calibration()
195 …t)y_cum / y_count - dev->min_raw_y) / (dev->max_raw_y - dev->min_raw_y) * dev->parent.info.range_y; in xpt2046_touch_readpoint()
237 dev_obj->parent.info.range_y = BSP_XPT2046_RANGE_Y; in xpt2046_hw_init()
/bsp/stm32/stm32h7s7-st-disco/applications/lvgl/
A Dlv_port_indev.c93 rt_kprintf("range_y :%d\n", info.range_y); in rt_hw_ft6236_register()
/bsp/stm32/stm32h750-artpi/applications/lvgl/
A Dlv_port_indev.c93 rt_kprintf("range_y :%d\n", info.range_y); in rt_hw_ft6236_register()
/bsp/renesas/ra8m1-ek/board/lvgl/
A Dlv_port_indev.c87 rt_kprintf("range_y = %d \n", (*(struct rt_touch_info *)id).range_y); in gt911_probe()
/bsp/renesas/ra8d1-ek/board/lvgl/
A Dlv_port_indev.c87 rt_kprintf("range_y = %d \n", (*(struct rt_touch_info *)id).range_y); in gt911_probe()
/bsp/renesas/ra6m3-hmi-board/board/lvgl/
A Dlv_port_indev.c91 rt_kprintf("range_y = %d \n", (*(struct rt_touch_info *)id).range_y); in gt911_probe()
/bsp/renesas/ra6m3-hmi-board/board/ports/touch/gt911/src/
A Dgt911.c122 info->range_y = (out_info[4] << 8) | out_info[3]; in gt911_get_info()
/bsp/nxp/imx/imx6ull-smart/drivers/
A Ddrv_touch.c126 info->range_y = (out_info[4] << 8) | out_info[3]; in gt911_get_info()
/bsp/nuvoton/libraries/nu_packages/ADC_TOUCH/
A Dadc_touch.c292 s_NuAdcTouch.dev.info.range_y = BSP_LCD_HEIGHT; in rt_hw_adc_touch_init()

Completed in 44 milliseconds