Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-exar.c31 unsigned int first_pin; member
53 unsigned int addr = (offset + exar_gpio->first_pin) / 8 ? in exar_set_direction()
55 unsigned int bit = (offset + exar_gpio->first_pin) % 8; in exar_set_direction()
76 unsigned int addr = (offset + exar_gpio->first_pin) / 8 ? in exar_get_direction()
78 unsigned int bit = (offset + exar_gpio->first_pin) % 8; in exar_get_direction()
89 unsigned int addr = (offset + exar_gpio->first_pin) / 8 ? in exar_get_value()
91 unsigned int bit = (offset + exar_gpio->first_pin) % 8; in exar_get_value()
100 unsigned int addr = (offset + exar_gpio->first_pin) / 8 ? in exar_set_value()
102 unsigned int bit = (offset + exar_gpio->first_pin) % 8; in exar_set_value()
123 u32 first_pin, ngpios; in gpio_exar_probe() local
[all …]