int3472_gpio_map
static const struct int3472_gpio_map int3472_gpio_map[] = {
for (i = 0; i < ARRAY_SIZE(int3472_gpio_map); i++) {
if (*type != int3472_gpio_map[i].type_from)
if (!acpi_dev_hid_uid_match(adev, int3472_gpio_map[i].hid, NULL))
*type, int3472_gpio_map[i].type_to, int3472_gpio_map[i].con_id);
*type = int3472_gpio_map[i].type_to;
*gpio_flags = int3472_gpio_map[i].polarity_low ?
*con_id = int3472_gpio_map[i].con_id;
*enable_time_us = int3472_gpio_map[i].enable_time_us;