Home
last modified time | relevance | path

Searched refs:x86_android_tablet_get_gpiod (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c434 ret = x86_android_tablet_get_gpiod("gpio_crystalcove", 10, &gpiod); in lenovo_yoga_tab2_830_1050_init_touchscreen()
674 ret = x86_android_tablet_get_gpiod("INT33FF:02", 22, &gpiod); in lenovo_yt3_init()
687 ret = x86_android_tablet_get_gpiod("INT33FF:03", 19, &gpiod); in lenovo_yt3_init()
H A Dcore.c33 int x86_android_tablet_get_gpiod(const char *label, int pin, struct gpio_desc **desc) in x86_android_tablet_get_gpiod() function
80 ret = x86_android_tablet_get_gpiod(data->chip, data->index, &gpiod); in x86_acpi_irq_helper_get()
369 ret = x86_android_tablet_get_gpiod(dev_info->gpio_button[i].chip, in x86_android_tablet_init()
H A Dx86-android-tablets.h85 int x86_android_tablet_get_gpiod(const char *label, int pin, struct gpio_desc **desc);