Searched refs:wilc_spi_cmd (Results 1 – 1 of 1) sorted by relevance
112 struct wilc_spi_cmd { struct489 struct wilc_spi_cmd *c; in wilc_spi_single_read()495 c = (struct wilc_spi_cmd *)wb; in wilc_spi_single_read()512 cmd_len = offsetof(struct wilc_spi_cmd, u.simple_cmd.crc); in wilc_spi_single_read()583 struct wilc_spi_cmd *c; in wilc_spi_write_cmd()588 c = (struct wilc_spi_cmd *)wb; in wilc_spi_write_cmd()597 cmd_len = offsetof(struct wilc_spi_cmd, u.internal_w_cmd.crc); in wilc_spi_write_cmd()605 cmd_len = offsetof(struct wilc_spi_cmd, u.w_cmd.crc); in wilc_spi_write_cmd()660 struct wilc_spi_cmd *c; in wilc_spi_dma_rw()665 c = (struct wilc_spi_cmd *)wb; in wilc_spi_dma_rw()[all …]