Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Dspi.h427 * @devm_allocated: whether the allocation of this struct is devres-managed
633 bool devm_allocated;
632 bool devm_allocated; global() member
/linux/drivers/spi/
H A Dspi.c3313 ctlr->devm_allocated = true; in spi_get_gpio_descs()
3601 if (ret == 0 || ctlr->devm_allocated) in spi_unregister_controller()
3665 if (!ctlr->devm_allocated)