Home
last modified time | relevance | path

Searched defs:SDCardClass (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/sd/
H A Dsd.h94 struct SDCardClass { struct
96 DeviceClass parent_class;
99 int (*do_command)(SDState *sd, SDRequest *req, uint8_t *response);
107 void (*write_byte)(SDState *sd, uint8_t value);
116 uint8_t (*read_byte)(SDState *sd);
117 bool (*receive_ready)(SDState *sd);
118 bool (*data_ready)(SDState *sd);
119 void (*set_voltage)(SDState *sd, uint16_t millivolts);
120 uint8_t (*get_dat_lines)(SDState *sd);
121 bool (*get_cmd_line)(SDState *sd);
[all …]