Lines Matching refs:gdesc
4428 struct gpio_desc *gdesc = &gdev->descs[0];
4433 for (i = 0; i < gdev->ngpio; i++, gpio++, gdesc++) {
4434 if (!test_bit(FLAG_REQUESTED, &gdesc->flags)) {
4435 if (gdesc->name) {
4437 gpio, gdesc->name);
4442 gpiod_get_direction(gdesc);
4443 is_out = test_bit(FLAG_IS_OUT, &gdesc->flags);
4444 is_irq = test_bit(FLAG_USED_AS_IRQ, &gdesc->flags);
4445 active_low = test_bit(FLAG_ACTIVE_LOW, &gdesc->flags);
4447 gpio, gdesc->name ? gdesc->name : "", gdesc->label,