| /bsp/allwinner/libraries/drivers/touch/ |
| A D | drv_touch.c | 39 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 D | drv_touch.h | 42 void touch_coord_convert(int *x, int *y, int range_x, int range_y, int flag);
|
| /bsp/nuvoton/libraries/nu_packages/ILI_TPC/ |
| A D | ili.c | 448 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 D | ili_sample.c | 69 rt_kprintf("range_y = %d \n", info.range_y); in tpc_entry()
|
| /bsp/nuvoton/libraries/nu_packages/TPC/ |
| A D | ili.c | 454 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 D | tpc_worker.c | 68 rt_kprintf("range_y = %d \n", info.range_y); in tpc_entry() 96 u16Y = info.range_y - u16Y; in tpc_entry()
|
| A D | st1663i.c | 201 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 D | ft5446.c | 206 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 D | gt911.c | 121 info->range_y = (out_info[4] << 8) | out_info[3]; in gt911_get_info()
|
| /bsp/stm32/stm32f407-atk-explorer/board/ports/touch/ |
| A D | drv_touch_xpt.c | 77 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 D | lv_port_indev.c | 93 rt_kprintf("range_y :%d\n", info.range_y); in rt_hw_ft6236_register()
|
| /bsp/stm32/stm32h750-artpi/applications/lvgl/ |
| A D | lv_port_indev.c | 93 rt_kprintf("range_y :%d\n", info.range_y); in rt_hw_ft6236_register()
|
| /bsp/renesas/ra8m1-ek/board/lvgl/ |
| A D | lv_port_indev.c | 87 rt_kprintf("range_y = %d \n", (*(struct rt_touch_info *)id).range_y); in gt911_probe()
|
| /bsp/renesas/ra8d1-ek/board/lvgl/ |
| A D | lv_port_indev.c | 87 rt_kprintf("range_y = %d \n", (*(struct rt_touch_info *)id).range_y); in gt911_probe()
|
| /bsp/renesas/ra6m3-hmi-board/board/lvgl/ |
| A D | lv_port_indev.c | 91 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 D | gt911.c | 122 info->range_y = (out_info[4] << 8) | out_info[3]; in gt911_get_info()
|
| /bsp/nxp/imx/imx6ull-smart/drivers/ |
| A D | drv_touch.c | 126 info->range_y = (out_info[4] << 8) | out_info[3]; in gt911_get_info()
|
| /bsp/nuvoton/libraries/nu_packages/ADC_TOUCH/ |
| A D | adc_touch.c | 292 s_NuAdcTouch.dev.info.range_y = BSP_LCD_HEIGHT; in rt_hw_adc_touch_init()
|