Home
last modified time | relevance | path

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

/system/dev/board/mt8167s_ref/
A Dmt8167-gpio.cpp65 pbus_dev_t gpio_test_dev = {}; in GpioInit() local
66 gpio_test_dev.name = "imx8mevk-gpio-test"; in GpioInit()
67 gpio_test_dev.vid = PDEV_VID_GENERIC; in GpioInit()
68 gpio_test_dev.pid = PDEV_PID_GENERIC; in GpioInit()
69 gpio_test_dev.did = PDEV_DID_GPIO_TEST; in GpioInit()
70 gpio_test_dev.gpio_list = gpio_test_gpios; in GpioInit()
71 gpio_test_dev.gpio_count = countof(gpio_test_gpios); in GpioInit()
72 if ((status = pbus_.DeviceAdd(&gpio_test_dev)) != ZX_OK) { in GpioInit()
/system/dev/board/sherlock/
A Dsherlock-gpio.cpp99 pbus_dev_t gpio_test_dev = {}; in GpioInit() local
100 gpio_test_dev.name = "sherlock-gpio-test"; in GpioInit()
101 gpio_test_dev.vid = PDEV_VID_GENERIC; in GpioInit()
102 gpio_test_dev.pid = PDEV_PID_GENERIC; in GpioInit()
103 gpio_test_dev.did = PDEV_DID_GPIO_TEST; in GpioInit()
104 gpio_test_dev.gpio_list = gpio_test_gpios; in GpioInit()
105 gpio_test_dev.gpio_count = countof(gpio_test_gpios); in GpioInit()
106 if ((status = pbus_.DeviceAdd(&gpio_test_dev)) != ZX_OK) { in GpioInit()
/system/dev/board/vim/
A Dvim-gpio.c106 const pbus_dev_t gpio_test_dev = { in vim_gpio_init() local
115 status = pbus_device_add(&bus->pbus, &gpio_test_dev); in vim_gpio_init()
/system/dev/board/astro/
A Dastro-gpio.c108 const pbus_dev_t gpio_test_dev = { in aml_gpio_init() local
117 if ((status = pbus_device_add(&bus->pbus, &gpio_test_dev, 0)) != ZX_OK) { in aml_gpio_init()
/system/dev/board/imx8mevk/
A Dimx8mevk-gpio.c125 const pbus_dev_t gpio_test_dev = { in imx8m_gpio_init() local
133 if ((status = pbus_device_add(&bus->pbus, &gpio_test_dev)) != ZX_OK) { in imx8m_gpio_init()
/system/dev/board/hikey960/
A Dhikey960-devices.c157 static const pbus_dev_t gpio_test_dev = { variable
213 if ((status = pbus_device_add(&hikey->pbus, &gpio_test_dev)) != ZX_OK) { in hikey960_add_devices()

Completed in 12 milliseconds