Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Datmel-mci.c223 struct gpio_desc *wp_pin; member
425 struct gpio_desc *wp_pin; member
685 pdata->slot[slot_id].wp_pin = in atmci_of_init()
688 err = PTR_ERR_OR_ZERO(pdata->slot[slot_id].wp_pin); in atmci_of_init()
692 pdata->slot[slot_id].wp_pin = NULL; in atmci_of_init()
1556 if (slot->wp_pin) { in atmci_get_ro()
1557 read_only = gpiod_get_value(slot->wp_pin); in atmci_get_ro()
2274 slot->wp_pin = slot_data->wp_pin; in atmci_init_slot()
2283 desc_to_gpio(slot_data->wp_pin)); in atmci_init_slot()
2333 if (!slot->wp_pin) in atmci_init_slot()