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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_ksyms_btf_write_check.c29 __noinline int write_active(int *p) function
40 write_active(active);
/linux-master/drivers/input/keyboard/
H A Dapplespi.c422 bool write_active; member in struct:applespi_data
727 applespi->write_active = false;
729 if (applespi->drain && !applespi->write_active)
785 applespi->write_active = false;
884 applespi->write_active = true;
1437 applespi->write_active = false;
1827 wait_event_lock_irq(applespi->drain_complete, !applespi->write_active,
1921 applespi->write_active = false;

Completed in 86 milliseconds