Searched refs:touch_dev (Results 1 – 1 of 1) sorted by relevance
72 pbus_dev_t touch_dev = {}; in TouchInit() local73 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 2 milliseconds