| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-jabra.c | 36 /* Ignore vendor defined usages, default map standard usages */ in jabra_input_mapping()
|
| D | hid-core.c | 89 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 …]
|
| 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 */
|
| 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()
|
| D | hid-plantronics.c | 109 * Future mapping of call control or other usages, in plantronics_input_mapping() 138 /* Usages are filtered in plantronics_usages. */ in plantronics_event()
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-jabra.c | 36 /* Ignore vendor defined usages, default map standard usages */ in jabra_input_mapping()
|
| 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 */
|
| D | hid-plantronics.c | 100 * Future mapping of call control or other usages, in plantronics_input_mapping() 128 /* Usages are filtered in plantronics_usages. */ in plantronics_event()
|
| 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()
|
| D | hid-core.c | 93 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages) in hid_register_field() argument 103 usages * sizeof(struct hid_usage) + in hid_register_field() 104 usages * sizeof(unsigned)), GFP_KERNEL); in hid_register_field() 111 field->value = (s32 *)(field->usage + usages); in hid_register_field() 262 unsigned int usages; in hid_add_field() local 304 usages = max_t(unsigned, parser->local.usage_index, in hid_add_field() 307 field = hid_register_field(report, usages); in hid_add_field() 315 for (i = 0; i < usages; i++) { in hid_add_field() 327 field->maxusage = usages; in hid_add_field() 570 * Concatenate Usage Pages into Usages where relevant: [all …]
|
| /kernel/linux/linux-5.10/Documentation/hid/ |
| 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
|
| 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
|
| /kernel/linux/linux-6.6/Documentation/hid/ |
| 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
|
| 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
|
| /kernel/linux/linux-5.10/include/sound/ac97/ |
| D | compat.h | 6 * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
|
| /kernel/linux/linux-6.6/include/sound/ac97/ |
| D | compat.h | 6 * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | hiddev.h | 131 * It really manifests itself as setting the value of consecutive usages */ 174 /* For writing/reading to multiple/consecutive usages */
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | hiddev.h | 131 * It really manifests itself as setting the value of consecutive usages */ 174 /* For writing/reading to multiple/consecutive usages */
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_doorbell_mgr.c | 142 * Creates doorbells for graphics driver usages. 157 /* Allocate an extra page for MES kernel usages (ring test) */ in amdgpu_doorbell_create_kernel_doorbells()
|
| /kernel/linux/linux-6.6/Documentation/arch/x86/ |
| D | buslock.rst | 78 Usages chapter 81 Detecting and handling bus lock may find usages in various areas:
|
| /kernel/linux/linux-6.6/drivers/acpi/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| D | acpi_dbg.c | 59 unsigned long usages; member 129 return acpi_aml_io.usages ? true : false; in __acpi_aml_used() 397 acpi_aml_io.usages++; in acpi_aml_thread() 407 acpi_aml_io.usages--; in acpi_aml_thread()
|
| /kernel/linux/linux-5.10/Documentation/ABI/stable/ |
| D | sysfs-driver-dma-idxd | 142 queue usages in the kernel space or "user" type for work queue 143 usages by applications in user space.
|
| /kernel/linux/linux-6.6/Documentation/driver-api/soundwire/ |
| D | error_handling.rst | 14 that are independent of the payload and usages, and they cover both control
|
| /kernel/linux/linux-5.10/Documentation/driver-api/soundwire/ |
| D | error_handling.rst | 14 that are independent of the payload and usages, and they cover both control
|