Home
last modified time | relevance | path

Searched refs:gpiod_lookup_tables (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c130 static struct gpiod_lookup_table * const *gpiod_lookup_tables; variable
254 for (i = 0; gpiod_lookup_tables && gpiod_lookup_tables[i]; i++) in x86_android_tablet_remove()
255 gpiod_remove_lookup_table(gpiod_lookup_tables[i]); in x86_android_tablet_remove()
303 gpiod_lookup_tables = dev_info->gpiod_lookup_tables; in x86_android_tablet_probe()
304 for (i = 0; gpiod_lookup_tables && gpiod_lookup_tables[i]; i++) in x86_android_tablet_probe()
305 gpiod_add_lookup_table(gpiod_lookup_tables[i]); in x86_android_tablet_probe()
H A Dother.c88 .gpiod_lookup_tables = acer_b1_750_gpios,
351 .gpiod_lookup_tables = medion_lifetab_s10346_gpios,
419 .gpiod_lookup_tables = nextbook_ares8_gpios,
483 .gpiod_lookup_tables = nextbook_ares8a_gpios,
592 .gpiod_lookup_tables = whitelabel_tm800a550l_gpios,
H A Dasus.c179 .gpiod_lookup_tables = asus_me176c_gpios,
322 .gpiod_lookup_tables = asus_tf103c_gpios,
H A Dlenovo.c236 .gpiod_lookup_tables = lenovo_yb1_x90_gpios,
399 .gpiod_lookup_tables = lenovo_yoga_tab2_830_1050_gpios,
716 .gpiod_lookup_tables = lenovo_yt3_gpios,
H A Dx86-android-tablets.h72 struct gpiod_lookup_table * const *gpiod_lookup_tables; member