Lines Matching defs:message
33 * and often mask message boundaries, full SPI support requires full duplex
34 * transfers. There are several kinds of internal message boundaries to
56 * - NO_CS ... there will be no explicit message boundaries; this
89 MODULE_PARM_DESC(bufsiz, "data bytes in biggest supported SPI message");
94 spidev_sync_unlocked(struct spi_device *spi, struct spi_message *message)
98 status = spi_sync(spi, message);
100 status = message->actual_length;
106 spidev_sync(struct spidev_data *spidev, struct spi_message *message)
117 status = spidev_sync_unlocked(spi, message);
155 /* Read-only message with current device setup */
184 /* Write-only message with current device setup */
503 /* Check message and copy into scratch area */
553 /* Check message and copy into scratch area */