int_gpiod 66 drivers/extcon/extcon-ptn5150.c struct gpio_desc *int_gpiod; int_gpiod 242 drivers/extcon/extcon-ptn5150.c info->int_gpiod = devm_gpiod_get(&i2c->dev, "int", GPIOD_IN); int_gpiod 243 drivers/extcon/extcon-ptn5150.c if (IS_ERR(info->int_gpiod)) { int_gpiod 245 drivers/extcon/extcon-ptn5150.c return PTR_ERR(info->int_gpiod); int_gpiod 270 drivers/extcon/extcon-ptn5150.c if (info->int_gpiod) { int_gpiod 271 drivers/extcon/extcon-ptn5150.c info->irq = gpiod_to_irq(info->int_gpiod); int_gpiod 163 drivers/input/touchscreen/bu21013_ts.c struct gpio_desc *int_gpiod; int_gpiod 252 drivers/input/touchscreen/bu21013_ts.c keep_polling = ts->int_gpiod ? int_gpiod 253 drivers/input/touchscreen/bu21013_ts.c gpiod_get_value(ts->int_gpiod) : false; int_gpiod 516 drivers/input/touchscreen/bu21013_ts.c ts->int_gpiod = devm_gpiod_get_optional(&client->dev, int_gpiod 518 drivers/input/touchscreen/bu21013_ts.c error = PTR_ERR_OR_ZERO(ts->int_gpiod); int_gpiod 525 drivers/input/touchscreen/bu21013_ts.c if (ts->int_gpiod) int_gpiod 526 drivers/input/touchscreen/bu21013_ts.c gpiod_set_consumer_name(ts->int_gpiod, "BU21013 INT"); int_gpiod 37 drivers/mtd/nand/onenand/omap2.c struct gpio_desc *int_gpiod; int_gpiod 197 drivers/mtd/nand/onenand/omap2.c result = gpiod_get_value(c->int_gpiod); int_gpiod 495 drivers/mtd/nand/onenand/omap2.c c->int_gpiod = devm_gpiod_get_optional(dev, "int", GPIOD_IN); int_gpiod 496 drivers/mtd/nand/onenand/omap2.c if (IS_ERR(c->int_gpiod)) { int_gpiod 497 drivers/mtd/nand/onenand/omap2.c r = PTR_ERR(c->int_gpiod); int_gpiod 504 drivers/mtd/nand/onenand/omap2.c if (c->int_gpiod) { int_gpiod 505 drivers/mtd/nand/onenand/omap2.c r = devm_request_irq(dev, gpiod_to_irq(c->int_gpiod),