Home
last modified time | relevance | path

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

/linux-6.15/drivers/input/
H A Dinput.c214 if (dev->inhibited) in input_get_disposition()
591 if (dev->users++ || dev->inhibited) { in input_open_device()
1451 bool inhibited; in inhibited_store() local
1453 if (kstrtobool(buf, &inhibited)) in inhibited_store()
1456 if (inhibited) in inhibited_store()
1467 static DEVICE_ATTR_RW(inhibited);
1776 if (dev->inhibited) in input_inhibit_device()
1793 dev->inhibited = true; in input_inhibit_device()
1804 if (!dev->inhibited) in input_uninhibit_device()
1817 dev->inhibited = false; in input_uninhibit_device()
[all …]
/linux-6.15/Documentation/devicetree/bindings/soc/fsl/
H A Dfsl,bman-portal.yaml32 - description: the cache-inhibited region of the portal
H A Dfsl,qman-portal.yaml31 - description: the cache-inhibited region of the portal
/linux-6.15/Documentation/input/
H 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-6.15/drivers/firmware/arm_scmi/
H A DKconfig44 When enabled regular SCMI drivers interactions are inhibited in
/linux-6.15/arch/powerpc/boot/dts/
H A Dmicrowatt.dts57 cache-inhibited-large-page {
/linux-6.15/Documentation/arch/powerpc/
H A Ddawr-power9.rst6 cause a checkstop if it points to cache inhibited (CI) memory. Currently Linux
/linux-6.15/include/linux/
H A Dinput.h211 bool inhibited; member