Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Datmel-mci.h14 * @wp_pin: GPIO pin wired to the write protect sensor
30 int wp_pin; member
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Datmel-mci.c208 * @wp_pin: GPIO pin wired to the write protect sensor
223 struct gpio_desc *wp_pin; member
404 * @wp_pin: GPIO pin used for card write protect sending, or negative
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 in atmci_init_slot()
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Datmel-mci.c370 * @wp_pin: GPIO pin used for card write protect sending, or negative
392 int wp_pin; member
648 pdata->slot[slot_id].wp_pin = in atmci_of_init()
1513 if (gpio_is_valid(slot->wp_pin)) { in atmci_get_ro()
1514 read_only = gpio_get_value(slot->wp_pin); in atmci_get_ro()
2233 slot->wp_pin = slot_data->wp_pin; in atmci_init_slot()
2240 "detect_is_active_high=%s, wp_pin=%d\n", in atmci_init_slot()
2243 slot_data->wp_pin); in atmci_init_slot()
2297 if (gpio_is_valid(slot->wp_pin)) { in atmci_init_slot()
[all...]

Completed in 7 milliseconds