Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/intel/ifs/
H A Druntest.c196 start = params->activate->gen0.start; in doscan()
197 stop = params->activate->gen0.stop; in doscan()
244 activate.gen0.rsvd = 0; in ifs_test_core()
256 activate.gen0.start = to_start; in ifs_test_core()
257 activate.gen0.stop = to_stop; in ifs_test_core()
279 status_chunk = ifsd->generation ? status.gen2.chunk_num : status.gen0.chunk_num; in ifs_test_core()
292 activate.gen0.start = status_chunk; in ifs_test_core()
H A Difs.h243 } gen0; member
263 } gen0; member
/linux/Documentation/driver-api/
H A Dpps.rst233 pps-gen0/ pps-gen1/ pps-gen2/
238 $ ls -F /sys/class/pps-gen/pps-gen0/
243 $ echo 1 > /sys/class/pps-gen/pps-gen0/enable
/linux/drivers/gpio/
H A Dgpio-omap.c1191 u32 l = 0, gen, gen0, gen1; in omap_gpio_unidle() local
1243 gen0 = l & bank->context.fallingdetect; in omap_gpio_unidle()
1244 gen0 &= bank->saved_datain; in omap_gpio_unidle()
1253 gen |= gen0 | gen1; in omap_gpio_unidle()