| /linux/drivers/hid/ |
| H A D | hid-jabra.c | 36 /* Ignore vendor defined usages, default map standard usages */ in jabra_input_mapping()
|
| H A D | hid-core.c | 121 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages) in hid_register_field() argument 131 usages * sizeof(struct hid_usage) + in hid_register_field() 132 3 * usages * sizeof(unsigned int)), GFP_KERNEL); in hid_register_field() 139 field->value = (s32 *)(field->usage + usages); in hid_register_field() 140 field->new_value = (s32 *)(field->value + usages); in hid_register_field() 141 field->usages_priorities = (s32 *)(field->new_value + usages); in hid_register_field() 292 unsigned int usages; in hid_add_field() local 334 usages = max_t(unsigned, parser->local.usage_index, in hid_add_field() 337 field = hid_register_field(report, usages); in hid_add_field() 345 for (i = 0; i < usages; i++) { in hid_add_field() [all …]
|
| H A D | hid-holtek-kbd.c | 20 * 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 */
|
| H A D | hid-pl.c | 84 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()
|
| H A D | hid-holtek-mouse.c | 20 * excessively large number of consumer usages (2^15), which is more than
|
| H A D | hid-tmff.c | 39 /* Usages for thrustmaster devices I know about */
|
| H A D | hid-input.c | 53 bool global; /* we assume all usages to be slotted, 117 * We should exclude unmapped usages when doing lookup by keycode. in match_keycode() 707 /* only LED and HAPTIC usages are supported in output fields */ in hidinput_configure_usage() 875 * Some lazy vendors declare 255 usages for System Control, in hidinput_configure_usage() 1580 * driver as mentioned in "Required HID usages for digitizers": in hidinput_hid_event() 2387 …"Some usages could not be mapped, please use HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE if this is leg… in hidinput_connect()
|
| /linux/drivers/gpu/drm/msm/registers/ |
| H A D | gen_header.py | 331 self.usages = attrs["usage"].split(',') 333 self.usages = None 571 def add_all_usages(self, reg, usages): argument 572 if not usages: 575 for usage in usages: 667 usages = None 669 usages = attrs["usage"].split(',') 671 usages = self.current_array.usages 673 self.add_all_usages(self.current_reg, usages)
|
| /linux/Documentation/hid/ |
| H A D | hiddev.rst | 75 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 D | hid-sensor.rst | 8 Description from the HID 1.12 "HID Sensor Usages" specification: 9 "Standardization of HID usages for sensors would allow (but not require) sensor
|
| /linux/include/uapi/linux/ |
| H A D | hiddev.h | 131 * It really manifests itself as setting the value of consecutive usages */ 174 /* For writing/reading to multiple/consecutive usages */
|
| /linux/include/sound/ac97/ |
| H A D | compat.h | 6 * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
|
| /linux/drivers/acpi/ |
| H A D | acpi_dbg.c | 59 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/scripts/coccinelle/misc/ |
| H A D | secs_to_jiffies.cocci | 3 /// Find usages of:
|
| /linux/Documentation/driver-api/soundwire/ |
| H A D | error_handling.rst | 14 that are independent of the payload and usages, and they cover both control
|
| /linux/Documentation/locking/ |
| H A D | lockdep-design.rst | 26 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/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-img-ipi.h | 61 /* enum mdp_buffer_usage, FD or advanced ISP usages */
|
| /linux/Documentation/devicetree/bindings/devfreq/event/ |
| H A D | samsung,exynos-ppmu.yaml | 17 analyze system performance, to make behaviors visible and to count usages of
|
| /linux/kernel/rcu/ |
| H A D | Kconfig.debug | 16 Enable RCU lockdep checking for list usages. By default it is
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_keyboard.py | 216 # 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
|
| H A D | test_wacom_generic.py | 339 one to function properly. The device uses only standard HID usages, 506 if field.usages is not None: 507 for usage in field.usages: 538 Verify that all HID usages which should have a physical range
|
| /linux/arch/arm/include/asm/ |
| H A D | cputype.h | 166 * have cp15 so warn on other usages.
|
| /linux/Documentation/networking/ |
| H A D | phonet.rst | 119 not seem useful with Phonet usages (could be added easily).
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_doorbell.c | 81 /* Alloc a doorbell page for KFD kernel usages */ in kfd_doorbell_init()
|
| /linux/drivers/mfd/ |
| H A D | arizona-spi.c | 150 * to work around this) but so far all known usages of IRQF_TRIGGER_FALLING in arizona_spi_acpi_probe()
|