Lines Matching refs:command_id
500 u8 command_id; member
1115 command.command_id = SPI_TDME_SETSFR_REQUEST; in tdme_setsfr_request_sync()
1120 response.command_id = SPI_IDLE; in tdme_setsfr_request_sync()
1122 &command.command_id, in tdme_setsfr_request_sync()
1124 &response.command_id, in tdme_setsfr_request_sync()
1132 if (response.command_id != SPI_TDME_SETSFR_CONFIRM) { in tdme_setsfr_request_sync()
1136 response.command_id in tdme_setsfr_request_sync()
1486 command.command_id = SPI_MCPS_DATA_REQUEST; in mcps_data_request()
1522 if (ca8210_spi_transfer(device_ref, &command.command_id, in mcps_data_request()
1545 command.command_id = SPI_MLME_RESET_REQUEST; in mlme_reset_request_sync()
1550 &command.command_id, in mlme_reset_request_sync()
1552 &response.command_id, in mlme_reset_request_sync()
1558 if (response.command_id != SPI_MLME_RESET_CONFIRM) in mlme_reset_request_sync()
1621 command.command_id = SPI_MLME_SET_REQUEST; in mlme_set_request_sync()
1634 &command.command_id, in mlme_set_request_sync()
1636 &response.command_id, in mlme_set_request_sync()
1641 if (response.command_id != SPI_MLME_SET_CONFIRM) in mlme_set_request_sync()
1665 command.command_id = SPI_HWME_SET_REQUEST; in hwme_set_request_sync()
1676 &command.command_id, in hwme_set_request_sync()
1678 &response.command_id, in hwme_set_request_sync()
1683 if (response.command_id != SPI_HWME_SET_CONFIRM) in hwme_set_request_sync()
1707 command.command_id = SPI_HWME_GET_REQUEST; in hwme_get_request_sync()
1712 &command.command_id, in hwme_get_request_sync()
1714 &response.command_id, in hwme_get_request_sync()
1719 if (response.command_id != SPI_HWME_GET_CONFIRM) in hwme_get_request_sync()