Home
last modified time | relevance | path

Searched refs:wp_pin (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/host/
H A Datmel-mci.c210 * @wp_pin: GPIO pin wired to the write protect sensor
225 struct gpio_desc *wp_pin; member
397 * @wp_pin: GPIO pin used for card write protect sending, or negative
418 struct gpio_desc *wp_pin; member
671 host->pdata[slot_id].wp_pin = in atmci_of_init()
674 err = PTR_ERR_OR_ZERO(host->pdata[slot_id].wp_pin); in atmci_of_init()
680 host->pdata[slot_id].wp_pin = NULL; in atmci_of_init()
1542 if (slot->wp_pin) { in atmci_get_ro()
1543 read_only = gpiod_get_value(slot->wp_pin); in atmci_get_ro()
2259 slot->wp_pin in atmci_init_slot()
[all...]