mmc_host_ops
Regular
4.4
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *, bool);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
4.8
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *, bool);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
4.10
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
4.13
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
4.15
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
4.18
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
5.0
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
5.3
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
5.4
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
5.8
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
int (*request_atomic)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
5.11
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
int (*request_atomic)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
int (*init_sd_express)(struct mmc_host *, struct mmc_ios *);
};
5.13
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
int (*request_atomic)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
int (*init_sd_express)(struct mmc_host *, struct mmc_ios *);
};
5.15
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
int (*request_atomic)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
int (*init_sd_express)(struct mmc_host *, struct mmc_ios *);
};
5.19
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
int (*request_atomic)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*execute_hs400_tuning)(struct mmc_host *, struct mmc_card *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*card_hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
int (*init_sd_express)(struct mmc_host *, struct mmc_ios *);
};
6.2
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
int (*request_atomic)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*execute_hs400_tuning)(struct mmc_host *, struct mmc_card *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*card_hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
int (*init_sd_express)(struct mmc_host *, struct mmc_ios *);
};
6.5
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
int (*request_atomic)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*execute_hs400_tuning)(struct mmc_host *, struct mmc_card *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*card_hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
int (*init_sd_express)(struct mmc_host *, struct mmc_ios *);
};
6.8
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
int (*request_atomic)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*execute_hs400_tuning)(struct mmc_host *, struct mmc_card *);
int (*prepare_sd_hs_tuning)(struct mmc_host *, struct mmc_card *);
int (*execute_sd_hs_tuning)(struct mmc_host *, struct mmc_card *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*card_hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
int (*init_sd_express)(struct mmc_host *, struct mmc_ios *);
};
arm64
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
armhf
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
ppc64el
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
riscv64
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
aws
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
azure
: Absent ⚠️
gcp
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
lowlatency
: ✅struct mmc_host_ops {
void (*post_req)(struct mmc_host *, struct mmc_request *, int);
void (*pre_req)(struct mmc_host *, struct mmc_request *);
void (*request)(struct mmc_host *, struct mmc_request *);
void (*set_ios)(struct mmc_host *, struct mmc_ios *);
int (*get_ro)(struct mmc_host *);
int (*get_cd)(struct mmc_host *);
void (*enable_sdio_irq)(struct mmc_host *, int);
void (*ack_sdio_irq)(struct mmc_host *);
void (*init_card)(struct mmc_host *, struct mmc_card *);
int (*start_signal_voltage_switch)(struct mmc_host *, struct mmc_ios *);
int (*card_busy)(struct mmc_host *);
int (*execute_tuning)(struct mmc_host *, u32);
int (*prepare_hs400_tuning)(struct mmc_host *, struct mmc_ios *);
int (*hs400_prepare_ddr)(struct mmc_host *);
void (*hs400_downgrade)(struct mmc_host *);
void (*hs400_complete)(struct mmc_host *);
void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *);
int (*select_drive_strength)(struct mmc_card *, unsigned int, int, int, int *);
void (*hw_reset)(struct mmc_host *);
void (*card_event)(struct mmc_host *);
int (*multi_io_quirk)(struct mmc_card *, unsigned int, int);
};
Regular
4.4
and 4.8
⚠️void (*hs400_enhanced_strobe)(struct mmc_host *, struct mmc_ios *)
4.8
and 4.10
⚠️void (*pre_req)(struct mmc_host *, struct mmc_request *, bool)
➡️ void (*pre_req)(struct mmc_host *, struct mmc_request *)
4.10
and 4.13
⚠️void (*ack_sdio_irq)(struct mmc_host *)
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
⚠️int (*hs400_prepare_ddr)(struct mmc_host *)
void (*hs400_downgrade)(struct mmc_host *)
void (*hs400_complete)(struct mmc_host *)
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
⚠️int (*request_atomic)(struct mmc_host *, struct mmc_request *)
5.8
and 5.11
⚠️int (*init_sd_express)(struct mmc_host *, struct mmc_ios *)
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
⚠️int (*execute_hs400_tuning)(struct mmc_host *, struct mmc_card *)
void (*card_hw_reset)(struct mmc_host *)
void (*hw_reset)(struct mmc_host *)
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
⚠️int (*prepare_sd_hs_tuning)(struct mmc_host *, struct mmc_card *)
int (*execute_sd_hs_tuning)(struct mmc_host *, struct mmc_card *)
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and gcp
✅
generic
and lowlatency
✅