Searched refs:cached_gpio (Results 1 – 4 of 4) sorted by relevance
42 int cached_gpio; member
309 mcp->cached_gpio = status; in mcp23s08_get() 331 mcp->cached_gpio = status; in mcp23s08_get_multiple() 429 gpio_orig = mcp->cached_gpio; in mcp23s08_irq() 430 mcp->cached_gpio = gpio; in mcp23s08_irq()
60 * @cached_gpio: stores the previous gpio status for bit comparison64 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()
64 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()