Lines Matching refs:message
33 * and often mask message boundaries, full SPI support requires full duplex
34 * transfers. There are several kinds of internal message boundaries to
54 * - NO_CS ... there will be no explicit message boundaries; this
83 MODULE_PARM_DESC(bufsiz, "data bytes in biggest supported SPI message");
87 static ssize_t spidev_sync(struct spidev_data *spidev, struct spi_message *message)
99 status = spi_sync(spi, message);
103 status = message->actual_length;
139 /* Read-only message with current device setup */
169 /* Write-only message with current device setup */
460 /* Check message and copy into scratch area */
508 /* Check message and copy into scratch area */