Lines Matching refs:command_id
459 u8 command_id; member
1075 command.command_id = SPI_TDME_SETSFR_REQUEST; in tdme_setsfr_request_sync()
1080 response.command_id = SPI_IDLE; in tdme_setsfr_request_sync()
1082 &command.command_id, in tdme_setsfr_request_sync()
1084 &response.command_id, in tdme_setsfr_request_sync()
1092 if (response.command_id != SPI_TDME_SETSFR_CONFIRM) { in tdme_setsfr_request_sync()
1096 response.command_id in tdme_setsfr_request_sync()
1445 command.command_id = SPI_MCPS_DATA_REQUEST; in mcps_data_request()
1481 if (ca8210_spi_transfer(device_ref, &command.command_id, in mcps_data_request()
1504 command.command_id = SPI_MLME_RESET_REQUEST; in mlme_reset_request_sync()
1509 &command.command_id, in mlme_reset_request_sync()
1511 &response.command_id, in mlme_reset_request_sync()
1517 if (response.command_id != SPI_MLME_RESET_CONFIRM) in mlme_reset_request_sync()
1580 command.command_id = SPI_MLME_SET_REQUEST; in mlme_set_request_sync()
1593 &command.command_id, in mlme_set_request_sync()
1595 &response.command_id, in mlme_set_request_sync()
1600 if (response.command_id != SPI_MLME_SET_CONFIRM) in mlme_set_request_sync()
1624 command.command_id = SPI_HWME_SET_REQUEST; in hwme_set_request_sync()
1635 &command.command_id, in hwme_set_request_sync()
1637 &response.command_id, in hwme_set_request_sync()
1642 if (response.command_id != SPI_HWME_SET_CONFIRM) in hwme_set_request_sync()
1666 command.command_id = SPI_HWME_GET_REQUEST; in hwme_get_request_sync()
1671 &command.command_id, in hwme_get_request_sync()
1673 &response.command_id, in hwme_get_request_sync()
1678 if (response.command_id != SPI_HWME_GET_CONFIRM) in hwme_get_request_sync()