Searched refs:offset_timer (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpio/
H A Dgpio-aspeed.c45 * @offset_timer: Maps an offset to an @timer_users index, or zero if disabled
49 * to simplify accounting and indexing, as a zero value in @offset_timer
51 * of @offset_timer is used as an index into @timer_users. This behaviour of
63 u8 *offset_timer; member in struct:aspeed_gpio
788 if (WARN(gpio->offset_timer[offset] != 0,
790 offset, gpio->offset_timer[offset]))
797 gpio->offset_timer[offset] = timer;
807 if (WARN(gpio->offset_timer[offset] == 0,
811 if (WARN(gpio->timer_users[gpio->offset_timer[offset]] == 0,
813 gpio->offset_timer[offse
[all...]

Completed in 110 milliseconds