Lines Matching refs:slot_data
2259 struct mci_slot_pdata *slot_data, unsigned int id,
2273 slot->detect_pin = slot_data->detect_pin;
2274 slot->wp_pin = slot_data->wp_pin;
2281 id, slot_data->bus_width, desc_to_gpio(slot_data->detect_pin),
2282 !gpiod_is_active_low(slot_data->detect_pin) ? "true" : "false",
2283 desc_to_gpio(slot_data->wp_pin));
2298 if ((slot_data->bus_width >= 4) && host->caps.has_rwproof) {
2300 if (slot_data->bus_width >= 8)
2327 if (slot_data->non_removable)