Lines Matching refs:command_id
457 u8 command_id; member
1074 command.command_id = SPI_TDME_SETSFR_REQUEST; in tdme_setsfr_request_sync()
1079 response.command_id = SPI_IDLE; in tdme_setsfr_request_sync()
1081 &command.command_id, in tdme_setsfr_request_sync()
1083 &response.command_id, in tdme_setsfr_request_sync()
1091 if (response.command_id != SPI_TDME_SETSFR_CONFIRM) { in tdme_setsfr_request_sync()
1095 response.command_id in tdme_setsfr_request_sync()
1444 command.command_id = SPI_MCPS_DATA_REQUEST; in mcps_data_request()
1479 if (ca8210_spi_transfer(device_ref, &command.command_id, in mcps_data_request()
1502 command.command_id = SPI_MLME_RESET_REQUEST; in mlme_reset_request_sync()
1507 &command.command_id, in mlme_reset_request_sync()
1509 &response.command_id, in mlme_reset_request_sync()
1515 if (response.command_id != SPI_MLME_RESET_CONFIRM) in mlme_reset_request_sync()
1578 command.command_id = SPI_MLME_SET_REQUEST; in mlme_set_request_sync()
1591 &command.command_id, in mlme_set_request_sync()
1593 &response.command_id, in mlme_set_request_sync()
1598 if (response.command_id != SPI_MLME_SET_CONFIRM) in mlme_set_request_sync()
1622 command.command_id = SPI_HWME_SET_REQUEST; in hwme_set_request_sync()
1633 &command.command_id, in hwme_set_request_sync()
1635 &response.command_id, in hwme_set_request_sync()
1640 if (response.command_id != SPI_HWME_SET_CONFIRM) in hwme_set_request_sync()
1664 command.command_id = SPI_HWME_GET_REQUEST; in hwme_get_request_sync()
1669 &command.command_id, in hwme_get_request_sync()
1671 &response.command_id, in hwme_get_request_sync()
1676 if (response.command_id != SPI_HWME_GET_CONFIRM) in hwme_get_request_sync()