Searched refs:astro_touch_init (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/board/astro/
H A Dastro.h78 zx_status_t astro_touch_init(aml_bus_t* bus);
H A Dastro-touch.c64 zx_status_t astro_touch_init(aml_bus_t* bus) { function
80 zxlogf(INFO, "astro_touch_init(gt92xx): pbus_device_add failed: %d\n", status);
86 zxlogf(ERROR, "astro_touch_init(ft3x27): pbus_device_add failed: %d\n", status);
H A Dastro.c100 if ((status = astro_touch_init(bus)) != ZX_OK) {
101 zxlogf(ERROR, "astro_touch_init failed: %d\n", status);

Completed in 10 milliseconds