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

/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup-cdev.c120 unsigned int offset, val = 0, abiv; local
124 abiv = 2;
155 abiv = atoi(optarg);
174 if (abiv == 1)
189 if (abiv == 1)
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c2461 int abiv = atomic_cmpxchg(&cdata->watch_abi_version, 0, version); local
2463 if (abiv == version)
2466 return abiv;

Completed in 126 milliseconds