Home
last modified time | relevance | path

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

/linux-6.15/drivers/platform/x86/intel/ifs/
H A Druntest.c195 start = params->activate->gen0.start; in doscan()
196 stop = params->activate->gen0.stop; in doscan()
243 activate.gen0.rsvd = 0; in ifs_test_core()
255 activate.gen0.start = to_start; in ifs_test_core()
256 activate.gen0.stop = to_stop; in ifs_test_core()
278 status_chunk = ifsd->generation ? status.gen2.chunk_num : status.gen0.chunk_num; in ifs_test_core()
291 activate.gen0.start = status_chunk; in ifs_test_core()
H A Difs.h243 } gen0; member
263 } gen0; member
/linux-6.15/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-6.15/drivers/gpio/
H A Dgpio-omap.c1184 u32 l = 0, gen, gen0, gen1; in omap_gpio_unidle() local
1236 gen0 = l & bank->context.fallingdetect; in omap_gpio_unidle()
1237 gen0 &= bank->saved_datain; in omap_gpio_unidle()
1246 gen |= gen0 | gen1; in omap_gpio_unidle()