Searched defs:spi_buf (Results 1 – 3 of 3) sorted by relevance
424 struct spi_buf { struct438 /** Pointer to an array of spi_buf, or NULL */ argument
289 const struct spi_buf spi_buf[2] = {{.buf = &command, .len = sizeof(command)}, in max1125x_write_reg() local307 const struct spi_buf spi_buf = {.buf = &command, .len = sizeof(command)}; in max1125x_send_command() local
378 struct spi_buf spi_buf[2] = { in spi_nor_access() local