Searched refs:sama5d2_piobu_read_value (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-sama5d2-piobu.c | 92 * sama5d2_piobu_read_value() - read the value with masking from the pin's PIOBU 95 static int sama5d2_piobu_read_value(struct gpio_chip *chip, unsigned int pin, in sama5d2_piobu_read_value() function 117 int ret = sama5d2_piobu_read_value(chip, pin, PIOBU_DIRECTION); in sama5d2_piobu_get_direction() 159 ret = sama5d2_piobu_read_value(chip, pin, PIOBU_PDS); in sama5d2_piobu_get() 161 ret = sama5d2_piobu_read_value(chip, pin, PIOBU_SOD); in sama5d2_piobu_get()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-sama5d2-piobu.c | 92 * sama5d2_piobu_read_value() - read the value with masking from the pin's PIOBU 95 static int sama5d2_piobu_read_value(struct gpio_chip *chip, unsigned int pin, in sama5d2_piobu_read_value() function 117 int ret = sama5d2_piobu_read_value(chip, pin, PIOBU_DIRECTION); in sama5d2_piobu_get_direction() 159 ret = sama5d2_piobu_read_value(chip, pin, PIOBU_PDS); in sama5d2_piobu_get() 161 ret = sama5d2_piobu_read_value(chip, pin, PIOBU_SOD); in sama5d2_piobu_get()
|
Completed in 2 milliseconds