Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c154 static struct spi_device **spi_devs; variable
266 spi_devs[idx] = spi_new_device(controller, &board_info); in x86_instantiate_spi_dev()
268 if (!spi_devs[idx]) in x86_instantiate_spi_dev()
454 spi_unregister_device(spi_devs[i]); in x86_android_tablet_remove()
456 kfree(spi_devs); in x86_android_tablet_remove()
549 spi_devs = kzalloc_objs(*spi_devs, dev_info->spi_dev_count); in x86_android_tablet_probe()
550 if (!spi_devs) { in x86_android_tablet_probe()