Searched refs:inhibited (Results 1 – 6 of 6) sorted by relevance
214 if (dev->inhibited) in input_get_disposition()608 if (dev->users++ || dev->inhibited) { in input_open_device()671 if (!--dev->users && !dev->inhibited) { in input_close_device()1476 return sysfs_emit(buf, "%d\n", input_dev->inhibited); in inhibited_show()1485 bool inhibited; in inhibited_store() local1487 if (kstrtobool(buf, &inhibited)) in inhibited_store()1490 if (inhibited) in inhibited_store()1501 static DEVICE_ATTR_RW(inhibited);1815 if (dev->inhibited) in input_inhibit_device()1832 dev->inhibited = true; in input_inhibit_device()[all …]
173 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 interrupt203 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
53 cache-inhibited-large-page {
44 When enabled regular SCMI drivers interactions are inhibited in
6 cause a checkstop if it points to cache inhibited (CI) memory. Currently Linux
211 bool inhibited; member