Home
last modified time | relevance | path

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

/qemu/hw/sd/
H A Dsd.c154 static const struct SDProto *sd_proto(SDState *sd) in sd_proto() function
165 return sd_proto(sd) == &sd_proto_spi; in sd_is_spi()
1013 sd_proto(sd)->name, req.cmd, in sd_cmd_illegal()
1023 sd_proto(sd)->name, req.cmd); in sd_cmd_unimplemented()
1110 trace_sdcard_normal_command(sd_proto(sd)->name, in sd_normal_command()
1134 if (sd_proto(sd)->cmd[req.cmd]) { in sd_normal_command()
1135 return sd_proto(sd)->cmd[req.cmd](sd, req); in sd_normal_command()
1586 if (sd_proto(sd)->acmd[req.cmd]) { in sd_app_command()
1587 return sd_proto(sd)->acmd[req.cmd](sd, req); in sd_app_command()
1867 trace_sdcard_write_data(sd_proto(sd)->name, in sd_write_byte()
[all …]