Searched refs:gpioint (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpiolib-acpi.c98 * @gpioint: if %true this GPIO is of type GpioInt otherwise type is GpioIo
109 bool gpioint; member in struct:acpi_gpio_info
739 bool gpioint = agpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT; local
743 if (lookup->info.quirks & ACPI_GPIO_QUIRK_ONLY_GPIOIO && gpioint)
761 lookup->info.gpioint = gpioint;
771 if (lookup->info.gpioint) {
995 if (info.gpioint &&
1045 if (info.gpioint && idx++ == index) {
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c1849 unsigned int gpioint; local
1863 gpioint = bit;
1865 gpioint += hweight8(FIELD_GET(PIN_CFG_PIN_MAP_MASK, data->port_pin_configs[i]));
1867 return gpioint;
1994 int gpioint, irq; local
1997 gpioint = rzg2l_gpio_get_gpioint(child, pctrl);
1998 if (gpioint < 0)
1999 return gpioint;
2019 *parent = RZG2L_PACK_HWIRQ(gpioint, irq);

Completed in 222 milliseconds