Searched refs:gpio_dev (Results 1 – 8 of 8) sorted by relevance
| /system/dev/board/test/ |
| A D | test-gpio.cpp | 15 pbus_dev_t gpio_dev = {}; in GpioInit() local 16 gpio_dev.name = "gpio"; in GpioInit() 17 gpio_dev.vid = PDEV_VID_TEST; in GpioInit() 18 gpio_dev.pid = PDEV_PID_PBUS_TEST; in GpioInit() 19 gpio_dev.did = PDEV_DID_TEST_GPIO; in GpioInit() 21 zx_status_t status = pbus_.ProtocolDeviceAdd(ZX_PROTOCOL_GPIO_IMPL, &gpio_dev); in GpioInit()
|
| /system/dev/board/mt8167s_ref/ |
| A D | mt8167-gpio.cpp | 40 pbus_dev_t gpio_dev = {}; in GpioInit() local 41 gpio_dev.name = "gpio"; in GpioInit() 42 gpio_dev.vid = PDEV_VID_MEDIATEK; in GpioInit() 43 gpio_dev.did = PDEV_DID_MEDIATEK_GPIO; in GpioInit() 44 gpio_dev.mmio_list = gpio_mmios; in GpioInit() 45 gpio_dev.mmio_count = countof(gpio_mmios); in GpioInit() 46 gpio_dev.irq_list = gpio_irqs; in GpioInit() 47 gpio_dev.irq_count = countof(gpio_irqs); in GpioInit() 49 zx_status_t status = pbus_.ProtocolDeviceAdd(ZX_PROTOCOL_GPIO_IMPL, &gpio_dev); in GpioInit()
|
| /system/dev/board/gauss/ |
| A D | gauss-gpio.c | 64 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); in gauss_gpio_init()
|
| /system/dev/board/vim/ |
| A D | vim-gpio.c | 68 static const pbus_dev_t gpio_dev = { variable 82 zx_status_t status = pbus_protocol_device_add(&bus->pbus, ZX_PROTOCOL_GPIO_IMPL, &gpio_dev); in vim_gpio_init()
|
| /system/dev/board/astro/ |
| A D | astro-gpio.c | 72 static pbus_dev_t gpio_dev = { variable 84 zx_status_t status = pbus_protocol_device_add(&bus->pbus, ZX_PROTOCOL_GPIO_IMPL, &gpio_dev); in aml_gpio_init()
|
| /system/dev/board/sherlock/ |
| A D | sherlock-gpio.cpp | 67 static pbus_dev_t gpio_dev = [](){ in __anon467c39760102() variable 81 zx_status_t status = pbus_.ProtocolDeviceAdd(ZX_PROTOCOL_GPIO_IMPL, &gpio_dev); in GpioInit()
|
| /system/dev/board/imx8mevk/ |
| A D | imx8mevk-gpio.c | 89 static pbus_dev_t gpio_dev = { variable 101 zx_status_t status = pbus_protocol_device_add(&bus->pbus, ZX_PROTOCOL_GPIO_IMPL, &gpio_dev); in imx8m_gpio_init()
|
| /system/dev/board/imx8mmevk/ |
| A D | imx8mmevk-gpio.cpp | 88 static const pbus_dev_t gpio_dev = []() { in __anond94f518c0202() variable 176 auto status = pbus_.ProtocolDeviceAdd(ZX_PROTOCOL_GPIO_IMPL, &gpio_dev); in StartGpio()
|
Completed in 20 milliseconds