Home
last modified time | relevance | path

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

/linux/include/linux/spi/
H A Dspi.h595 #define SPI_CONTROLLER_SUSPENDED BIT(6) /* Currently suspended */ macro
/linux/drivers/spi/
H A Dspi.c3490 return ctlr->flags & SPI_CONTROLLER_SUSPENDED ? -ESHUTDOWN : 0; in __spi_check_suspended()
3496 ctlr->flags |= SPI_CONTROLLER_SUSPENDED; in __spi_mark_suspended()
3503 ctlr->flags &= ~SPI_CONTROLLER_SUSPENDED; in __spi_mark_resumed()