Lines Matching full:extension
63 * GPIO extension bus.
288 * Because the GPIO extension bus don't allow to read registers in create_netxbig_led()
317 * netxbig_gpio_ext_remove() - Clean up GPIO extension data
337 * netxbig_gpio_ext_get() - Obtain GPIO extension device data
339 * @gpio_ext_dev: the GPIO extension device
340 * @gpio_ext: the data structure holding the GPIO extension data
369 * since they are associated with the "GPIO extension device" which in netxbig_gpio_ext_get()
379 gpiod_set_consumer_name(gpiod, "GPIO extension addr"); in netxbig_gpio_ext_get()
401 gpiod_set_consumer_name(gpiod, "GPIO extension data"); in netxbig_gpio_ext_get()
413 gpiod_set_consumer_name(gpiod, "GPIO extension enable"); in netxbig_gpio_ext_get()
435 /* GPIO extension */ in netxbig_leds_get_of_pdata()