Lines Matching refs:wp_pin
370 * @wp_pin: GPIO pin used for card write protect sending, or negative
392 int wp_pin;
648 pdata->slot[slot_id].wp_pin =
1513 if (gpio_is_valid(slot->wp_pin)) {
1514 read_only = gpio_get_value(slot->wp_pin);
2233 slot->wp_pin = slot_data->wp_pin;
2240 "detect_is_active_high=%s, wp_pin=%d\n",
2243 slot_data->wp_pin);
2297 if (gpio_is_valid(slot->wp_pin)) {
2298 if (devm_gpio_request(&host->pdev->dev, slot->wp_pin,
2301 slot->wp_pin = -EBUSY;