Lines Matching refs:command_id

457 	u8      command_id;  member
1073 command.command_id = SPI_TDME_SETSFR_REQUEST; in tdme_setsfr_request_sync()
1078 response.command_id = SPI_IDLE; in tdme_setsfr_request_sync()
1080 &command.command_id, in tdme_setsfr_request_sync()
1082 &response.command_id, in tdme_setsfr_request_sync()
1090 if (response.command_id != SPI_TDME_SETSFR_CONFIRM) { in tdme_setsfr_request_sync()
1094 response.command_id in tdme_setsfr_request_sync()
1443 command.command_id = SPI_MCPS_DATA_REQUEST; in mcps_data_request()
1478 if (ca8210_spi_transfer(device_ref, &command.command_id, in mcps_data_request()
1501 command.command_id = SPI_MLME_RESET_REQUEST; in mlme_reset_request_sync()
1506 &command.command_id, in mlme_reset_request_sync()
1508 &response.command_id, in mlme_reset_request_sync()
1514 if (response.command_id != SPI_MLME_RESET_CONFIRM) in mlme_reset_request_sync()
1577 command.command_id = SPI_MLME_SET_REQUEST; in mlme_set_request_sync()
1590 &command.command_id, in mlme_set_request_sync()
1592 &response.command_id, in mlme_set_request_sync()
1597 if (response.command_id != SPI_MLME_SET_CONFIRM) in mlme_set_request_sync()
1621 command.command_id = SPI_HWME_SET_REQUEST; in hwme_set_request_sync()
1632 &command.command_id, in hwme_set_request_sync()
1634 &response.command_id, in hwme_set_request_sync()
1639 if (response.command_id != SPI_HWME_SET_CONFIRM) in hwme_set_request_sync()
1663 command.command_id = SPI_HWME_GET_REQUEST; in hwme_get_request_sync()
1668 &command.command_id, in hwme_get_request_sync()
1670 &response.command_id, in hwme_get_request_sync()
1675 if (response.command_id != SPI_HWME_GET_CONFIRM) in hwme_get_request_sync()