Searched refs:wilc_spi_cmd (Results 1 – 1 of 1) sorted by relevance
105 struct wilc_spi_cmd { struct424 struct wilc_spi_cmd *c; in wilc_spi_single_read()430 c = (struct wilc_spi_cmd *)wb; in wilc_spi_single_read()447 cmd_len = offsetof(struct wilc_spi_cmd, u.simple_cmd.crc); in wilc_spi_single_read()518 struct wilc_spi_cmd *c; in wilc_spi_write_cmd()523 c = (struct wilc_spi_cmd *)wb; in wilc_spi_write_cmd()532 cmd_len = offsetof(struct wilc_spi_cmd, u.internal_w_cmd.crc); in wilc_spi_write_cmd()540 cmd_len = offsetof(struct wilc_spi_cmd, u.w_cmd.crc); in wilc_spi_write_cmd()591 struct wilc_spi_cmd *c; in wilc_spi_dma_rw()596 c = (struct wilc_spi_cmd *)wb; in wilc_spi_dma_rw()[all …]