Searched refs:wilc_spi_cmd (Results 1 – 1 of 1) sorted by relevance
50 struct wilc_spi_cmd { struct363 struct wilc_spi_cmd *c; in wilc_spi_single_read()368 c = (struct wilc_spi_cmd *)wb; in wilc_spi_single_read()385 cmd_len = offsetof(struct wilc_spi_cmd, u.simple_cmd.crc); in wilc_spi_single_read()441 struct wilc_spi_cmd *c; in wilc_spi_write_cmd()446 c = (struct wilc_spi_cmd *)wb; in wilc_spi_write_cmd()455 cmd_len = offsetof(struct wilc_spi_cmd, u.internal_w_cmd.crc); in wilc_spi_write_cmd()463 cmd_len = offsetof(struct wilc_spi_cmd, u.w_cmd.crc); in wilc_spi_write_cmd()513 struct wilc_spi_cmd *c; in wilc_spi_dma_rw()518 c = (struct wilc_spi_cmd *)wb; in wilc_spi_dma_rw()[all …]