Lines Matching refs:command_id

501 	u8      command_id;  member
1117 command.command_id = SPI_TDME_SETSFR_REQUEST; in tdme_setsfr_request_sync()
1122 response.command_id = SPI_IDLE; in tdme_setsfr_request_sync()
1124 &command.command_id, in tdme_setsfr_request_sync()
1126 &response.command_id, in tdme_setsfr_request_sync()
1134 if (response.command_id != SPI_TDME_SETSFR_CONFIRM) { in tdme_setsfr_request_sync()
1138 response.command_id in tdme_setsfr_request_sync()
1487 command.command_id = SPI_MCPS_DATA_REQUEST; in mcps_data_request()
1523 if (ca8210_spi_transfer(device_ref, &command.command_id, in mcps_data_request()
1546 command.command_id = SPI_MLME_RESET_REQUEST; in mlme_reset_request_sync()
1551 &command.command_id, in mlme_reset_request_sync()
1553 &response.command_id, in mlme_reset_request_sync()
1559 if (response.command_id != SPI_MLME_RESET_CONFIRM) in mlme_reset_request_sync()
1622 command.command_id = SPI_MLME_SET_REQUEST; in mlme_set_request_sync()
1635 &command.command_id, in mlme_set_request_sync()
1637 &response.command_id, in mlme_set_request_sync()
1642 if (response.command_id != SPI_MLME_SET_CONFIRM) in mlme_set_request_sync()
1666 command.command_id = SPI_HWME_SET_REQUEST; in hwme_set_request_sync()
1677 &command.command_id, in hwme_set_request_sync()
1679 &response.command_id, in hwme_set_request_sync()
1684 if (response.command_id != SPI_HWME_SET_CONFIRM) in hwme_set_request_sync()
1708 command.command_id = SPI_HWME_GET_REQUEST; in hwme_get_request_sync()
1713 &command.command_id, in hwme_get_request_sync()
1715 &response.command_id, in hwme_get_request_sync()
1720 if (response.command_id != SPI_HWME_GET_CONFIRM) in hwme_get_request_sync()