Searched refs:gpiochip_add (Results 1 – 5 of 5) sorted by relevance
461 配置每个 gpio_chip,并发起gpiochip_add()。卸载一个 GPIO 控制器很少见,514 gpiochip_add()所使用的 GPIO 编号。他们的起始编号通常跟在平台特定的 GPIO519 数据传递给 gpiochip_add()。
389 static inline int gpiochip_add(struct gpio_chip *chip) in gpiochip_add() function
712 ret = gpiochip_add(gpio); in gb_gpio_probe()
544 gpio_chip and issue gpiochip_add(). Removing a GPIO controller should be597 numbers to use with gpiochip_add(). Their numbers often start right after603 data to gpiochip_add().
57 gpio_chip and issue ``gpiochip_add[_data]()`` or ``devm_gpiochip_add_data()``.