Home
last modified time | relevance | path

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

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