Lines Matching refs:slot_data
2218 struct mci_slot_pdata *slot_data, unsigned int id,
2232 slot->detect_pin = slot_data->detect_pin;
2233 slot->wp_pin = slot_data->wp_pin;
2234 slot->detect_is_active_high = slot_data->detect_is_active_high;
2241 id, slot_data->bus_width, slot_data->detect_pin,
2242 slot_data->detect_is_active_high ? "true" : "false",
2243 slot_data->wp_pin);
2258 if ((slot_data->bus_width >= 4) && host->caps.has_rwproof) {
2260 if (slot_data->bus_width >= 8)
2291 if (slot_data->non_removable)