Lines Matching defs:gpio_devices
75 LIST_HEAD(gpio_devices);
111 list_for_each_entry(gdev, &gpio_devices, list) {
185 list_for_each_entry_reverse(gdev, &gpio_devices, list) {
255 if (list_empty(&gpio_devices)) {
257 list_add_tail(&gdev->list, &gpio_devices);
261 next = list_entry(gpio_devices.next, struct gpio_device, list);
264 list_add(&gdev->list, &gpio_devices);
268 prev = list_entry(gpio_devices.prev, struct gpio_device, list);
271 list_add_tail(&gdev->list, &gpio_devices);
275 list_for_each_entry_safe(prev, next, &gpio_devices, list) {
277 if (&next->list == &gpio_devices)
308 list_for_each_entry(gdev, &gpio_devices, list) {
558 list_for_each_entry(gdev, &gpio_devices, list) {
877 list_for_each_entry(gdev, &gpio_devices, list)
4465 list_for_each_entry(gdev, &gpio_devices, list)
4482 if (list_is_last(&gdev->list, &gpio_devices))