Home
last modified time | relevance | path

Searched refs:do_command (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/sd/
H A Dsd.h104 int (*do_command)(SDState *sd, SDRequest *req, uint8_t *response); member
/qemu/hw/sd/
H A Dcore.c100 return sc->do_command(card, req, response); in sdbus_do_command()
H A Dsd.c2270 sc->do_command = sd_do_command; in sd_class_init()