Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpio-tqmx86.c58 static u8 tqmx86_gpio_read(struct tqmx86_gpio_data *gd, unsigned int reg) in tqmx86_gpio_read() function
73 u8 val = tqmx86_gpio_read(gpio, reg); in tqmx86_gpio_clrsetbits()
85 return !!(tqmx86_gpio_read(gpio, TQMX86_GPIOD) & BIT(offset)); in tqmx86_gpio_get()
140 val = tqmx86_gpio_read(gpio, TQMX86_GPIODD); in tqmx86_gpio_get_direction()
236 irq_status = tqmx86_gpio_read(gpio, TQMX86_GPIIS); in tqmx86_gpio_irq_handler()
386 irq_status = tqmx86_gpio_read(gpio, TQMX86_GPIIS); in tqmx86_gpio_probe()