Searched refs:inhibited (Results 1 – 5 of 5) sorted by relevance
215 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() local1499 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 …]
57 cache-inhibited-large-page {
6 cause a checkstop if it points to cache inhibited (CI) memory. Currently Linux
44 When enabled regular SCMI drivers interactions are inhibited in
215 bool inhibited; member