Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-mcp23s08.h42 int cached_gpio; member
H A Dpinctrl-mcp23s08.c309 mcp->cached_gpio = status; in mcp23s08_get()
331 mcp->cached_gpio = status; in mcp23s08_get_multiple()
415 gpio_orig = mcp->cached_gpio; in mcp23s08_irq()
416 mcp->cached_gpio = gpio; in mcp23s08_irq()
H A Dpinctrl-aw9523.c64 u16 cached_gpio; member
474 changed_gpio = awi->irq->cached_gpio ^ val; in aw9523_irq_thread_func()
475 awi->irq->cached_gpio = val; in aw9523_irq_thread_func()
/linux/drivers/macintosh/
H A Dmediabay.c64 int cached_gpio; member
152 bay->cached_gpio = new_gpio; in keylargo_mb_content()
154 } else if (bay->cached_gpio != new_gpio) { in keylargo_mb_content()
161 bay->cached_gpio = new_gpio; in keylargo_mb_content()