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
756 bool gpioint = agpio->connection_type == ACPI_RESOURCE_GPIO_TYPE_INT; local
760 if (lookup->info.quirks & ACPI_GPIO_QUIRK_ONLY_GPIOIO && gpioint)
778 lookup->info.gpioint = gpioint;
788 if (lookup->info.gpioint) {
1023 if (info.gpioint &&
1073 if (info.gpioint && idx++ == index) {
/linux-master/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c1851 unsigned int gpioint; local
1865 gpioint = bit;
1867 gpioint += hweight8(FIELD_GET(PIN_CFG_PIN_MAP_MASK, data->port_pin_configs[i]));
1869 return gpioint;
1996 int gpioint, irq; local
1999 gpioint = rzg2l_gpio_get_gpioint(child, pctrl);
2000 if (gpioint < 0)
2001 return gpioint;
2021 *parent = RZG2L_PACK_HWIRQ(gpioint, irq);

Completed in 278 milliseconds