Home
last modified time | relevance | path

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

12

/linux/drivers/hid/
H A Dhid-core.c117 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages) in hid_register_field() argument
127 usages * sizeof(struct hid_usage) + in hid_register_field()
128 3 * usages * sizeof(unsigned int)), GFP_KERNEL); in hid_register_field()
135 field->value = (s32 *)(field->usage + usages); in hid_register_field()
136 field->new_value = (s32 *)(field->value + usages); in hid_register_field()
137 field->usages_priorities = (s32 *)(field->new_value + usages); in hid_register_field()
288 unsigned int usages; in hid_add_field() local
330 usages = max_t(unsigned, parser->local.usage_index, in hid_add_field()
333 field = hid_register_field(report, usages); in hid_add_field()
341 for (i = 0; i < usages; i++) { in hid_add_field()
[all …]
H A DKconfig536 Prevents mapping of vendor defined HID usages to input events. Without
946 Correctly maps vendor unique volume up/down HID usages to
948 of other vendor unique HID usages to random mouse events.
/linux/drivers/acpi/
H A 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()
H A DKconfig497 Certain usages such as Predictive Failure Analysis (PFA) require
/linux/Documentation/hid/
H A 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
H A Dhid-sensor.rst9 "Standardization of HID usages for sensors would allow (but not require) sensor
/linux/Documentation/driver-api/soundwire/
H A Derror_handling.rst14 that are independent of the payload and usages, and they cover both control
H A Dstream.rst213 same limitation as with I2S/PCM TDM usages.
/linux/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py506 if field.usages is not None:
507 for usage in field.usages:
/linux/Documentation/locking/
H A 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/Documentation/userspace-api/media/dvb/
H A Dintro.rst109 It may also not be needed for certain usages (e.g. for data-only
/linux/kernel/rcu/
H A DKconfig.debug16 Enable RCU lockdep checking for list usages. By default it is
/linux/Documentation/networking/
H A Dphonet.rst119 not seem useful with Phonet usages (could be added easily).
/linux/Documentation/mm/
H A Dpage_owner.rst25 enabled. Other usages are more than welcome.
/linux/Documentation/bpf/
H A Dcpumasks.rst366 Some example usages of these querying kfuncs were shown above. We will not
/linux/Documentation/gpu/
H A Dkomeda-kms.rst80 adjusted to fit different usages. And D71 has two pipelines, which support two
/linux/Documentation/security/keys/
H A Dtrusted-encrypted.rst414 but may expand to other usages that require 32 bytes payload.
/linux/Documentation/userspace-api/
H A Ddma-buf-alloc-exchange.rst215 This intersection must be performed for all usages. For example, if the user
/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst373 We can avoid taking an extra reference during the usages listed above as
/linux/Documentation/core-api/
H A Dworkqueue.rst593 * As there is no one option which is great for most cases, workqueue usages
/linux/Documentation/driver-api/surface_aggregator/
H A Dinternal.rst572 invalid usages, but rather aim to help catch them. In those cases, proper
/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst692 as long as the usages of all its ancestors are under their
1206 While not completely water-tight, all major memory usages by a given
1209 following types of memory usages are tracked.
1823 to a different cgroup doesn't move the memory usages that it
/linux/Documentation/scsi/
H A Dscsi_mid_low_api.rst110 Those usages in group c) should be handled with care, especially in a
H A DChangeLog.lpfc1626 * lpfc_ipfarp_timeout() uses system timer. Remove all usages
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst586 Common usages of VDE include fast prototyping and teaching.

12