Searched refs:execute_command (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/drivers/
H A Dmmc.h81 status_t (*execute_command)(void* controller, uint8_t command, member in struct:mmc_bus_interface
101 status_t (*execute_command)(device_node* node, void* cookie, uint16_t rca, member in struct:mmc_device_interface
/haiku/src/add-ons/kernel/drivers/disk/mmc/
H A Dmmc_disk.cpp155 status_t error = info->mmc->execute_command(info->parent,
183 info->mmc->execute_command(info->parent, info->parentCookie, info->rca,
185 info->mmc->execute_command(info->parent, info->parentCookie, info->rca,
533 // Parameter of execute_command is uint32_t
541 result = info->mmc->execute_command(info->parent, info->parentCookie,
545 result = info->mmc->execute_command(info->parent, info->parentCookie,
549 result = info->mmc->execute_command(info->parent, info->parentCookie,
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.cpp91 return fController->execute_command(fCookie, command, argument, response);
129 result = fController->execute_command(fCookie, SD_SELECT_DESELECT_CARD,
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_acpi.cpp241 .execute_command = execute_command,
H A Dsdhci_pci.cpp318 .execute_command = execute_command,
H A Dsdhci.h438 status_t execute_command(void* controller, uint8_t command,
H A Dsdhci.cpp778 execute_command(void* controller, uint8_t command, uint32_t argument, function

Completed in 55 milliseconds