Searched refs:int3472_gpio_map (Results 1 – 1 of 1) sorted by relevance
136 struct int3472_gpio_map { struct144 static const struct int3472_gpio_map int3472_gpio_map[] = { variable157 for (i = 0; i < ARRAY_SIZE(int3472_gpio_map); i++) { in int3472_get_con_id_and_polarity()163 if (*type != int3472_gpio_map[i].type_from) in int3472_get_con_id_and_polarity()166 if (!acpi_dev_hid_uid_match(adev, int3472_gpio_map[i].hid, NULL)) in int3472_get_con_id_and_polarity()170 *type, int3472_gpio_map[i].type_to, int3472_gpio_map[i].con_id); in int3472_get_con_id_and_polarity()172 *type = int3472_gpio_map[i].type_to; in int3472_get_con_id_and_polarity()173 *gpio_flags = int3472_gpio_map[i].polarity_low ? in int3472_get_con_id_and_polarity()175 *con_id = int3472_gpio_map[i].con_id; in int3472_get_con_id_and_polarity()
Completed in 6 milliseconds