Home
last modified time | relevance | path

Searched refs:usages (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.6.21/drivers/hid/
Dhid-core.c89 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages) in hid_register_field() argument
99 usages * sizeof(struct hid_usage) + in hid_register_field()
100 3 * usages * sizeof(unsigned int)), GFP_KERNEL); in hid_register_field()
107 field->value = (s32 *)(field->usage + usages); in hid_register_field()
108 field->new_value = (s32 *)(field->value + usages); in hid_register_field()
109 field->usages_priorities = (s32 *)(field->new_value + usages); in hid_register_field()
260 unsigned int usages; in hid_add_field() local
302 usages = max_t(unsigned, parser->local.usage_index, in hid_add_field()
305 field = hid_register_field(report, usages); in hid_add_field()
313 for (i = 0; i < usages; i++) { in hid_add_field()
[all …]
DKconfig518 Prevents mapping of vendor defined HID usages to input events. Without
929 Correctly maps vendor unique volume up/down HID usages to
931 of other vendor unique HID usages to random mouse events.
/linux-6.6.21/drivers/acpi/
Dacpi_dbg.c59 unsigned long usages; member
122 return acpi_aml_io.usages ? true : false; in __acpi_aml_used()
390 acpi_aml_io.usages++; in acpi_aml_thread()
400 acpi_aml_io.usages--; in acpi_aml_thread()
DKconfig495 Certain usages such as Predictive Failure Analysis (PFA) require
/linux-6.6.21/Documentation/hid/
Dhiddev.rst75 each of which can have one or more "usages". In the hid-core,
76 each one of these usages has a single signed 32-bit value.
84 returns to hiddev.c the individual usages that have changed within
Dhid-sensor.rst9 "Standardization of HID usages for sensors would allow (but not require) sensor
/linux-6.6.21/Documentation/devicetree/bindings/devfreq/event/
Dsamsung,exynos-ppmu.yaml17 analyze system performance, to make behaviors visible and to count usages of
/linux-6.6.21/tools/testing/selftests/hid/tests/
Dtest_wacom_generic.py505 if field.usages is not None:
506 for usage in field.usages:
/linux-6.6.21/Documentation/driver-api/soundwire/
Derror_handling.rst14 that are independent of the payload and usages, and they cover both control
Dstream.rst213 same limitation as with I2S/PCM TDM usages.
/linux-6.6.21/Documentation/arch/x86/
Dbuslock.rst81 Detecting and handling bus lock may find usages in various areas:
/linux-6.6.21/kernel/rcu/
DKconfig.debug16 Enable RCU lockdep checking for list usages. By default it is
/linux-6.6.21/Documentation/ABI/stable/
Dsysfs-driver-dma-idxd179 queue usages in the kernel space or "user" type for work queue
180 usages by applications in user space.
/linux-6.6.21/Documentation/locking/
Dlockdep-design.rst26 continuing effort to prove lock usages and dependencies are correct or
32 class and hence their usages and dependencies will contribute to those of
42 (4 usages * n STATEs + 1) categories:
44 where the 4 usages can be:
/linux-6.6.21/Documentation/userspace-api/media/dvb/
Dintro.rst109 It may also not be needed for certain usages (e.g. for data-only
/linux-6.6.21/Documentation/networking/
Dphonet.rst119 not seem useful with Phonet usages (could be added easily).
/linux-6.6.21/Documentation/mm/
Dpage_owner.rst25 enabled. Other usages are more than welcome.
/linux-6.6.21/Documentation/devicetree/bindings/arm/
Darm,coresight-cti.yaml51 and usages. These can be defined along with the signal indexes with the
/linux-6.6.21/Documentation/bpf/
Dcpumasks.rst366 Some example usages of these querying kfuncs were shown above. We will not
/linux-6.6.21/Documentation/gpu/
Dkomeda-kms.rst80 adjusted to fit different usages. And D71 has two pipelines, which support two
/linux-6.6.21/Documentation/security/keys/
Dtrusted-encrypted.rst370 but may expand to other usages that require 32 bytes payload.
/linux-6.6.21/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst364 We can avoid taking an extra reference during the usages listed above as
/linux-6.6.21/Documentation/core-api/
Dworkqueue.rst573 * As there is no one option which is great for most cases, workqueue usages
/linux-6.6.21/Documentation/admin-guide/
Dcgroup-v2.rst646 as long as the usages of all its ancestors are under their
1135 While not completely water-tight, all major memory usages by a given
1138 following types of memory usages are tracked.
1673 to a different cgroup doesn't move the memory usages that it
/linux-6.6.21/Documentation/driver-api/surface_aggregator/
Dinternal.rst572 invalid usages, but rather aim to help catch them. In those cases, proper

12