Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mmc/host/
Datmel-mci.c224 struct gpio_desc *wp_pin; member
417 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()
2258 slot->wp_pin = slot_data->wp_pin; in atmci_init_slot()
2267 desc_to_gpio(slot_data->wp_pin)); in atmci_init_slot()
2317 if (!slot->wp_pin) in atmci_init_slot()