Home
last modified time | relevance | path

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

/linux/drivers/input/
H A Dinput.c215 if (dev->inhibited) in input_get_disposition()
619 if (dev->users++ == 0 && !dev->inhibited) { in input_start_device()
708 if (!--dev->users && !dev->inhibited) { in input_close_device()
1488 return sysfs_emit(buf, "%d\n", input_dev->inhibited); in inhibited_show()
1497 bool inhibited; in inhibited_store() local
1499 if (kstrtobool(buf, &inhibited)) in inhibited_store()
1502 if (inhibited) in inhibited_store()
1513 static DEVICE_ATTR_RW(inhibited);
1794 if (dev->inhibited) in input_inhibit_device()
1814 dev->inhibited = true; in input_inhibit_device()
[all …]
/linux/arch/powerpc/boot/dts/
H A Dmicrowatt.dts57 cache-inhibited-large-page {
/linux/Documentation/arch/powerpc/
H A Ddawr-power9.rst6 cause a checkstop if it points to cache inhibited (CI) memory. Currently Linux
/linux/drivers/firmware/arm_scmi/
H A DKconfig44 When enabled regular SCMI drivers interactions are inhibited in
/linux/include/linux/
H A Dinput.h215 bool inhibited; member