Home
last modified time | relevance | path

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

12345

/openbmc/linux/drivers/hid/
H A Dhid-jabra.c36 /* Ignore vendor defined usages, default map standard usages */ in jabra_input_mapping()
H A Dhid-plantronics.c102 * Future mapping of call control or other usages, in plantronics_input_mapping()
130 /* Usages are filtered in plantronics_usages. */ in plantronics_event()
145 /* Usages are filtered in plantronics_usages. */ in plantronics_event()
H A 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 …]
H A 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 */
H A 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()
H A Dhid-holtek-mouse.c20 * excessively large number of consumer usages (2^15), which is more than
/openbmc/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.rst8 Description from the HID 1.12 "HID Sensor Usages" specification:
9 "Standardization of HID usages for sensors would allow (but not require) sensor
/openbmc/linux/include/sound/ac97/
H A Dcompat.h6 * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
/openbmc/linux/include/uapi/linux/
H A Dhiddev.h131 * It really manifests itself as setting the value of consecutive usages */
174 /* For writing/reading to multiple/consecutive usages */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dipc-run_20231003.0.bb4 usages are supported and may be mixed. Likewise, functional and OO API \
/openbmc/qemu/docs/interop/
H A Ddbus-display.rst6 interactive display usages.
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A 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()
/openbmc/linux/Documentation/arch/x86/
H A Dbuslock.rst78 Usages chapter
81 Detecting and handling bus lock may find usages in various areas:
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D2004-libavcodec-omx-replace-opt-vc-path-with-usr-lib.patch11 Configures omx.c for OE usages as libbcm_host.so
/openbmc/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()
/openbmc/qemu/docs/system/
H A Dtarget-avr.rst17 Following are examples of possible usages, assuming demo.elf is compiled for
/openbmc/openbmc/poky/documentation/profile-manual/
H A Darch.rst28 mechanisms, textboxes like this will make note of the specific usages
H A Dintro.rst24 of problems. For help with more advanced usages and problems,
/openbmc/bmcweb/
H A DREDFISH_CHECKLIST.md35 8. Verify that all DBus usages match phosphor-dbus-interfaces, or include a link
H A DHEADERS.md47 required for most usages. About half of the bmcweb build time is spent doing
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D3003-codec-omxil_core-replace-opt-vc-path-with-usr-lib.patch11 Configures omxil_core.c for OE usages as libbcm_host.so
/openbmc/linux/Documentation/driver-api/soundwire/
H A Derror_handling.rst14 that are independent of the payload and usages, and they cover both control
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-img-ipi.h60 /* enum mdp_buffer_usage, FD or advanced ISP usages */
/openbmc/linux/kernel/rcu/
H A DKconfig.debug16 Enable RCU lockdep checking for list usages. By default it is

12345