execute_command
status_t (*execute_command)(device_node* node, void* cookie, uint16_t rca,
status_t (*execute_command)(void* controller, uint8_t command,
result = fController->execute_command(fCookie, SD_SELECT_DESELECT_CARD,
return fController->execute_command(fCookie, command, argument, response);
status_t execute_command(void* controller, uint8_t command,
.execute_command = execute_command,
.execute_command = execute_command,
status_t error = info->mmc->execute_command(info->parent,
info->mmc->execute_command(info->parent, info->parentCookie, info->rca,
info->mmc->execute_command(info->parent, info->parentCookie, info->rca,
result = info->mmc->execute_command(info->parent, info->parentCookie,
result = info->mmc->execute_command(info->parent, info->parentCookie,
result = info->mmc->execute_command(info->parent, info->parentCookie,