Searched defs:gpio_dev (Results 1 – 6 of 6) sorted by relevance
67 const pnp_devfn_t gpio_dev = PNP_DEV(ASPEED_CONFIG_INDEX, AST2400_GPIO); in bootblock_mainboard_early_init() local
70 const auto gpio_dev = std::string() + "/dev/gpiochip" + std::to_string(mGPIOPin); in initGPIO() local
20 DEVTREE_CONST struct device *gpio_dev; member
129 void pl061_gpio_register(uintptr_t base_addr, int gpio_dev) in pl061_gpio_register()
69 char gpio_dev[30]; in main() local