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 D | lenovo.c | 434 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 D | core.c | 35 int x86_android_tablet_get_gpiod(const char *label, int pin, struct gpio_desc **desc) in x86_android_tablet_get_gpiod() function 82 ret = x86_android_tablet_get_gpiod(data->chip, data->index, &gpiod); in x86_acpi_irq_helper_get() 374 ret = x86_android_tablet_get_gpiod(dev_info->gpio_button[i].chip, in x86_android_tablet_probe()
|
H A D | x86-android-tablets.h | 85 int x86_android_tablet_get_gpiod(const char *label, int pin, struct gpio_desc **desc);
|