Searched refs:gpio_test_dev (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/dev/board/astro/
H A Dastro-gpio.c108 const pbus_dev_t gpio_test_dev = { local
117 if ((status = pbus_device_add(&bus->pbus, &gpio_test_dev, 0)) != ZX_OK) {
118 zxlogf(ERROR, "aml_gpio_init could not add gpio_test_dev: %d\n", status);
/fuchsia/zircon/system/dev/board/vim/
H A Dvim-gpio.c109 const pbus_dev_t gpio_test_dev = { local
118 if ((status = pbus_device_add(&bus->pbus, &gpio_test_dev)) != ZX_OK) {
119 zxlogf(ERROR, "vim_gpio_init could not add gpio_test_dev: %d\n", status);
/fuchsia/zircon/system/dev/board/imx8mevk/
H A Dimx8mevk-gpio.c125 const pbus_dev_t gpio_test_dev = { local
133 if ((status = pbus_device_add(&bus->pbus, &gpio_test_dev)) != ZX_OK) {
134 zxlogf(ERROR, "%s: Could not add gpio_test_dev %d\n", __FUNCTION__, status);
/fuchsia/zircon/system/dev/board/hikey960/
H A Dhikey960-devices.c157 static const pbus_dev_t gpio_test_dev = { variable
210 if ((status = pbus_device_add(&hikey->pbus, &gpio_test_dev)) != ZX_OK) {
211 zxlogf(ERROR, "hikey960_add_devices could not add gpio_test_dev: %d\n", status);

Completed in 87 milliseconds