Home
last modified time | relevance | path

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

1234

/Linux-v5.15/kernel/sched/
Dcpuacct.c25 u64 usages[CPUACCT_STAT_NSTATS]; member
107 * the sum of usages. in cpuacct_cpuusage_read()
123 data += cpuusage->usages[i]; in cpuacct_cpuusage_read()
125 data = cpuusage->usages[index]; in cpuacct_cpuusage_read()
148 cpuusage->usages[i] = val; in cpuacct_cpuusage_write()
259 seq_printf(m, " %llu", cpuusage->usages[index]); in cpuacct_all_seq_show()
351 __this_cpu_add(ca->cpuusage->usages[index], cputime); in cpuacct_charge()
/Linux-v5.15/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-plantronics.c100 * Future mapping of call control or other usages, in plantronics_input_mapping()
128 /* Usages are filtered in plantronics_usages. */ in plantronics_event()
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-core.c93 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()
261 unsigned int usages; in hid_add_field() local
300 usages = max_t(unsigned, parser->local.usage_index, in hid_add_field()
303 field = hid_register_field(report, usages); in hid_add_field()
311 for (i = 0; i < usages; i++) { in hid_add_field()
323 field->maxusage = usages; in hid_add_field()
566 * Concatenate Usage Pages into Usages where relevant:
[all …]
Dhid-holtek-mouse.c20 * excessively large number of consumer usages (2^15), which is more than
DKconfig499 Prevents mapping of vendor defined HID usages to input events. Without
862 Correctly maps vendor unique volume up/down HID usages to
864 of other vendor unique HID usages to random mouse events.
/Linux-v5.15/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-v5.15/include/sound/ac97/
Dcompat.h6 * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
/Linux-v5.15/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-v5.15/Documentation/x86/
Dbuslock.rst72 Usages chapter
75 Detecting and handling bus lock may find usages in various areas:
/Linux-v5.15/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-v5.15/Documentation/ABI/stable/
Dsysfs-driver-dma-idxd158 queue usages in the kernel space or "user" type for work queue
159 usages by applications in user space.
/Linux-v5.15/kernel/rcu/
DKconfig.debug16 Enable RCU lockdep checking for list usages. By default it is
/Linux-v5.15/Documentation/driver-api/soundwire/
Derror_handling.rst14 that are independent of the payload and usages, and they cover both control
/Linux-v5.15/Documentation/vm/
Dpage_owner.rst27 enabled. Other usages are more than welcome.
/Linux-v5.15/Documentation/admin-guide/mm/damon/
Dusage.rst4 Detailed Usages
/Linux-v5.15/Documentation/locking/
Dlockdep-design.rst26 continuing effort to prove lock usages and dependencies are correct or
32 class and hence their usages and dependecies will contribute to those of
42 (4 usages * n STATEs + 1) categories:
44 where the 4 usages can be:
/Linux-v5.15/Documentation/devicetree/bindings/devfreq/event/
Dsamsung,exynos-ppmu.yaml17 analyze system performance, to make behaviors visible and to count usages of
/Linux-v5.15/Documentation/userspace-api/media/dvb/
Dintro.rst109 It may also not be needed for certain usages (e.g. for data-only
/Linux-v5.15/drivers/mfd/
Darizona-spi.c109 * to work around this) but so far all known usages of IRQF_TRIGGER_FALLING in arizona_spi_acpi_probe()
/Linux-v5.15/arch/arm/include/asm/
Dcputype.h162 * have cp15 so warn on other usages.
/Linux-v5.15/Documentation/networking/
Dphonet.rst119 not seem useful with Phonet usages (could be added easily).

1234