Searched refs:wilc_spi_cmd (Results 1 – 1 of 1) sorted by relevance
115 struct wilc_spi_cmd { struct527 struct wilc_spi_cmd *c; in wilc_spi_single_read()533 c = (struct wilc_spi_cmd *)wb; in wilc_spi_single_read()550 cmd_len = offsetof(struct wilc_spi_cmd, u.simple_cmd.crc); in wilc_spi_single_read()621 struct wilc_spi_cmd *c; in wilc_spi_write_cmd()626 c = (struct wilc_spi_cmd *)wb; in wilc_spi_write_cmd()635 cmd_len = offsetof(struct wilc_spi_cmd, u.internal_w_cmd.crc); in wilc_spi_write_cmd()643 cmd_len = offsetof(struct wilc_spi_cmd, u.w_cmd.crc); in wilc_spi_write_cmd()698 struct wilc_spi_cmd *c; in wilc_spi_dma_rw()703 c = (struct wilc_spi_cmd *)wb; in wilc_spi_dma_rw()[all …]