Home
last modified time | relevance | path

Searched full:usages (Results 1 – 25 of 98) sorted by relevance

1234

/linux-6.14.4/drivers/hid/
Dhid-jabra.c36 /* Ignore vendor defined usages, default map standard usages */ in jabra_input_mapping()
Dhid-holtek-kbd.c20 * usages (2^15), which is more than HID_MAX_USAGES. This prevents proper
25 * The replacement descriptor below fixes the number of consumer usages,
31 /* Original report descriptor, with reduced number of consumer usages */
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 …]
Dhid-pl.c84 containing 1 field, which contains 4 ff00.0002 usages and 4 16bit in plff_init()
88 8 ff00.0001 usages and 8 boolean values. Their meaning is in plff_init()
Dhid-plantronics.c109 * Future mapping of call control or other usages, in plantronics_input_mapping()
138 /* Usages are filtered in plantronics_usages. */ in plantronics_event()
Dhid-holtek-mouse.c20 * excessively large number of consumer usages (2^15), which is more than
/linux-6.14.4/drivers/gpu/drm/msm/registers/
Dgen_header.py308 self.usages = attrs["usage"].split(',')
310 self.usages = None
531 def add_all_usages(self, reg, usages): argument
532 if not usages:
535 for usage in usages:
629 usages = None
631 usages = attrs["usage"].split(',')
633 usages = self.current_array.usages
635 self.add_all_usages(self.current_reg, usages)
/linux-6.14.4/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.rst8 Description from the HID 1.12 "HID Sensor Usages" specification:
9 "Standardization of HID usages for sensors would allow (but not require) sensor
/linux-6.14.4/include/sound/ac97/
Dcompat.h6 * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
/linux-6.14.4/include/uapi/linux/
Dhiddev.h131 * It really manifests itself as setting the value of consecutive usages */
174 /* For writing/reading to multiple/consecutive usages */
/linux-6.14.4/scripts/coccinelle/misc/
Dsecs_to_jiffies.cocci3 /// Find usages of:
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_doorbell_mgr.c142 * Creates doorbells for graphics driver usages.
157 /* Allocate an extra page for MES kernel usages (ring test) */ in amdgpu_doorbell_create_kernel_doorbells()
/linux-6.14.4/Documentation/arch/x86/
Dbuslock.rst79 Usages chapter
82 Detecting and handling bus lock may find usages in various areas:
/linux-6.14.4/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()
/linux-6.14.4/Documentation/driver-api/soundwire/
Derror_handling.rst14 that are independent of the payload and usages, and they cover both control
/linux-6.14.4/drivers/media/platform/mediatek/mdp3/
Dmtk-img-ipi.h61 /* enum mdp_buffer_usage, FD or advanced ISP usages */
/linux-6.14.4/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.14.4/Documentation/devicetree/bindings/devfreq/event/
Dsamsung,exynos-ppmu.yaml17 analyze system performance, to make behaviors visible and to count usages of
/linux-6.14.4/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.14.4/fs/btrfs/
Dfs.c21 /* This exists for btrfs-progs usages. */
/linux-6.14.4/kernel/rcu/
DKconfig.debug16 Enable RCU lockdep checking for list usages. By default it is
/linux-6.14.4/Documentation/userspace-api/media/dvb/
Dintro.rst109 It may also not be needed for certain usages (e.g. for data-only
/linux-6.14.4/tools/testing/selftests/hid/tests/
Dtest_keyboard.py216 # some local Usages. It relies on the fact that the specification states that
217 # Usages are to be concatenated with Usage Pages upon finding a Main item (see
/linux-6.14.4/arch/arm/include/asm/
Dcputype.h166 * have cp15 so warn on other usages.

1234