Searched refs:serdevs (Results 1 – 1 of 1) sorted by relevance
1283 static struct serdev_device **serdevs; variable1374 serdevs[idx] = serdev; in x86_instantiate_serdev()1388 if (serdevs[i]) in x86_android_tablet_cleanup()1389 serdev_device_remove(serdevs[i]); in x86_android_tablet_cleanup()1392 kfree(serdevs); in x86_android_tablet_cleanup()1497 serdevs = kcalloc(dev_info->serdev_count, sizeof(*serdevs), GFP_KERNEL); in x86_android_tablet_init()1498 if (!serdevs) { in x86_android_tablet_init()