Home
last modified time | relevance | path

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

/system/dev/board/mt8167s_ref/
A Dmt8167-touch.cpp72 pbus_dev_t touch_dev = {}; in TouchInit() local
73 touch_dev.name = "touch"; in TouchInit()
74 touch_dev.vid = PDEV_VID_GENERIC; in TouchInit()
75 touch_dev.did = PDEV_DID_FOCALTOUCH; in TouchInit()
76 touch_dev.i2c_channel_list = touch_i2cs; in TouchInit()
77 touch_dev.i2c_channel_count = countof(touch_i2cs); in TouchInit()
78 touch_dev.gpio_list = touch_gpios; in TouchInit()
79 touch_dev.gpio_count = countof(touch_gpios); in TouchInit()
99 if ((status = pbus_.DeviceAdd(&touch_dev)) != ZX_OK) { in TouchInit()

Completed in 3 milliseconds