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

/fuchsia/zircon/system/dev/board/gauss/
H A Dgauss-gpio.c64 static const pbus_dev_t gpio_dev = { variable
76 zx_status_t status = pbus_protocol_device_add(&bus->pbus, ZX_PROTOCOL_GPIO_IMPL, &gpio_dev);
/fuchsia/zircon/system/dev/board/astro/
H A Dastro-gpio.c72 static pbus_dev_t gpio_dev = { variable
84 zx_status_t status = pbus_protocol_device_add(&bus->pbus, ZX_PROTOCOL_GPIO_IMPL, &gpio_dev);
/fuchsia/zircon/system/dev/board/vim/
H A Dvim-gpio.c71 static const pbus_dev_t gpio_dev = { variable
85 zx_status_t status = pbus_protocol_device_add(&bus->pbus, ZX_PROTOCOL_GPIO_IMPL, &gpio_dev);
/fuchsia/zircon/system/dev/board/imx8mevk/
H A Dimx8mevk-gpio.c89 static pbus_dev_t gpio_dev = { variable
101 zx_status_t status = pbus_protocol_device_add(&bus->pbus, ZX_PROTOCOL_GPIO_IMPL, &gpio_dev);

Completed in 90 milliseconds