Home
last modified time | relevance | path

Searched refs:inhibited (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/input/
A Dinput.c373 if (dev->inhibited) in input_handle_event()
620 if (dev->users++ || dev->inhibited) { in input_open_device()
683 if (!dev->inhibited && !--dev->users) { in input_close_device()
1441 bool inhibited; in inhibited_store() local
1443 if (strtobool(buf, &inhibited)) in inhibited_store()
1446 if (inhibited) in inhibited_store()
1457 static DEVICE_ATTR_RW(inhibited);
1753 if (dev->inhibited) in input_inhibit_device()
1768 dev->inhibited = true; in input_inhibit_device()
1781 if (!dev->inhibited) in input_uninhibit_device()
[all …]
/linux/Documentation/input/
A Dinput-programming.rst173 inhibited state.
175 If a device is inhibited, no input handler will receive events from it.
200 sources even when inhibited. Actually, in many I2C input devices their interrupt
203 containing several interfaces can be inhibited on a per-interface basis and e.g.
207 If a device is to be considered a wakeup source while inhibited, special care
/linux/Documentation/devicetree/bindings/soc/fsl/
A Dbman-portals.txt28 the portal. The second is the cache-inhibited region of
A Dqman-portals.txt28 the portal. The second is the cache-inhibited region of
/linux/arch/powerpc/boot/dts/
A Dmicrowatt.dts45 cache-inhibited-large-page {
/linux/Documentation/powerpc/
A Ddawr-power9.rst6 if it points to cache inhibited (CI) memory. Currently Linux has no way to
/linux/include/linux/
A Dinput.h211 bool inhibited; member

Completed in 16 milliseconds