Lines Matching defs:message
34 * and often mask message boundaries, full SPI support requires full duplex
35 * transfers. There are several kinds of internal message boundaries to
56 * - NO_CS ... there will be no explicit message boundaries; this
87 MODULE_PARM_DESC(bufsiz, "data bytes in biggest supported SPI message");
92 spidev_sync(struct spidev_data *spidev, struct spi_message *message)
104 status = spi_sync(spi, message);
107 status = message->actual_length;
144 /* Read-only message with current device setup */
173 /* Write-only message with current device setup */
485 /* Check message and copy into scratch area */
534 /* Check message and copy into scratch area */