/linux-5.10/kernel/sched/ |
D | cpuacct.c | 25 u64 usages[CPUACCT_STAT_NSTATS]; member 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-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-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, unsigned va… in hid_register_field() argument 103 usages * sizeof(struct hid_usage) + 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, parser->global.report_count); 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: 585 * has not been already used in previous usages concatenation in hid_concatenate_last_usage_page() [all …]
|
D | hid-holtek-mouse.c | 20 * excessively large number of consumer usages (2^15), which is more than
|
D | hid-plantronics.c | 88 * Future mapping of call control or other usages, in plantronics_input_mapping()
|
D | Kconfig | 487 Prevents mapping of vendor defined HID usages to input events. Without 850 Correctly maps vendor unique volume up/down HID usages to 852 of other vendor unique HID usages to random mouse events.
|
D | hid-tmff.c | 39 /* Usages for thrustmaster devices I know about */
|
/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
|
/linux-5.10/include/sound/ac97/ |
D | compat.h | 6 * multiple usages, such as the snd_ac97_bus and snd_ac97_build_ops.
|
/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 */
|
/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()
|
/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.
|
/linux-5.10/kernel/rcu/ |
D | Kconfig.debug | 16 Enable RCU lockdep checking for list usages. By default it is
|
/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
|
/linux-5.10/Documentation/vm/ |
D | page_owner.rst | 27 enabled. Other usages are more than welcome.
|
/linux-5.10/Documentation/locking/ |
D | lockdep-design.rst | 26 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-5.10/Documentation/devicetree/bindings/devfreq/event/ |
D | exynos-ppmu.txt | 8 usages of each IP (DMC, CPU, RIGHTBUS, LEFTBUS, CAM interface, LCD, G3D, MFC).
|
/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | intro.rst | 109 It may also not be needed for certain usages (e.g. for data-only
|
/linux-5.10/Documentation/security/keys/ |
D | trusted-encrypted.rst | 209 but may expand to other usages that require 32 bytes payload.
|
/linux-5.10/arch/arm/include/asm/ |
D | cputype.h | 162 * have cp15 so warn on other usages.
|
/linux-5.10/Documentation/networking/ |
D | phonet.rst | 119 not seem useful with Phonet usages (could be added easily).
|
/linux-5.10/tools/testing/selftests/cgroup/ |
D | test_memcontrol.c | 249 * Usages are pagecache, but the test keeps a running 406 * Usages are pagecache. 410 * Then it checks actual memory usages and expects that:
|